Writing Startup

A writing app to publish monetized content in minutes, alone or with others. Releasing January 2021.

rethink how I will build the MVP

I only realize it now, but Writing Startup is way more than I can chew tech-wise: my coding skills aren't up-to-par yet. What I'm going to do instead:

- Work on tiny minimum viable products (One MVP = one architectural or functional aspect of WritingStartup)
- Refactor the code into microservices, then publish the work to get quick feedback for the end-product and go past my current technical limitations
- THEN assemble Writing Startup after improving each modular part

start working on the ssg feature

a writer will be able to prerender webpages with a top reading experience

project board - add drill-down feature https://www.youtube.com/watch?v=cucvr8zCa1E

A user can drill down the writing project structure to easily navigate through big content like books.

finish Board view CRUD

A user can add/remove docs and nested subdocs for a given writing project.

work on CRUD

Ditching the RxDB library (poor doc) to use barebone PouchDB with plugins.