Hi HN, I made a tool for self-publishing authors called SelfPubKit.com. The all-in-one editor allows you to write chapters, export them to epub, pdf. You can also publish product as a standalone website with direct payments set up with your Stripe account which means you get 100% of payments minus Stripe’s fee.
The idea came about when I wanted to write a short guide myself.
Anyhow, let me know what you think. I’ll share tech details in the comment below.
Stack consists of: BE: Node.js, Postgres, Redis (queues and keyval), uWebSockets.js Infra: S3, Cloudflare R2, Ubuntu box VPS FE: React, Dexie.js as a database on the front end, immer for state management. Auth: basic redis+bcrypt. Editor is based on tiptap plus hocuspocus. I stream tokens from OAI using node streams. Let me know if you have any questions.