I have developed a platform for user-generated articles on any topic. The twist is that everything should be written in short form. The editor is built in such a way that an article is divided into segments (e.g. "chapters" for a book summary). Each segment then has bullet points, which define the actual content.
Here is an example article where I amateurishly explain quantum computing:
https://www.summora.com/post/clgjtw6rr0000lc082cppvzex
Such platform is not a new idea, but started as a learning opportunity I just felt like building it. The UI is written entirely by hand. Writing/editing articles should be as smooth as possible (imagine Google docs), accordingly there are few "save" buttons. The technologies used are Next.js, tRPC, Prisma, Tailwind CSS and AWS S3.
The code can be found here:
https://github.com/bennettdams/summora
I have a lot more features in mind, but haven't found time to implement them yet.
Would love some feedback!