It took me 10 months to legally sell a $5 app
Not to build it - to be ALLOWED to sell it
I'm a Russian dev living in Georgia 🇬🇪
Here's everything the "just ship it" crowd never sees 🧵
@max_founder makes sense when the products are similar, but mine are all over the place - a SaaS, a parent/kid mobile app, and a macOS app handling sensitive data.
the kids one especially feels like a completely different legal world
how do you handle privacy policy and terms of use for your apps?
generator, template, lawyer, or copy one from a bigger product and hope for the best 🤔
@RandomBitsDev@shownotover that tracks - Composer is Cursor's own model and Grok is cheap, so limits are generous on that setup.
I was running frontier models through it (Fable 5, Opus 5, GPT-5.6 Sol), and that's where it burned down in days. Different usage, both true.
@shownotover you're welcome 🙂
I run both now - Claude Code for frontend and design, Codex for backend and infra. Not a benchmark, just what I keep noticing in daily work.
A. soft delete is a storage decision, not an API one
The moment 'deleted: true' is in your contract, every client is coupled to your schema. Switch to hard delete or archiving later and they all break.
DELETE is also idempotent by spec, which is exactly what you want here. PATCH isn't.