Hey HN!<p>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.<p><a href="https://www.summora.com/" rel="nofollow">https://www.summora.com/</a><p>Here is an example article where I amateurishly explain quantum computing:<p><a href="https://www.summora.com/post/clgjtw6rr0000lc082cppvzex" rel="nofollow">https://www.summora.com/post/clgjtw6rr0000lc082cppvzex</a><p>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.<p>The code can be found here:<p><a href="https://github.com/bennettdams/summora">https://github.com/bennettdams/summora</a><p>I have a lot more features in mind, but haven't found time to implement them yet.<p>Would love some feedback!