@jtgi
here's my pre-pmf productivity guide for web apps:
- big monolithic codebase (no monorepo)
- a couple folders with tons of files
- big files with lots of functions
- strongly typed (sorry rails), avoid tests except existential/combinatoric code
- react and a component lib (avoid headless)
- push to master & deploy