▲ 1 r/founders
I am an Indian founder, and I have built an ERP/Founder's OS.
The idea was simple, and had a few layers.
- Its UI is HTML based, so opens in a browser, and through IndexDB can hold large data.
- The system is not connected to any critical infrastrcture - banking, compliance, cloud etc. it is intentional. The maximum agents can do is effectively data entry
- It keeps records of business, projects, tasks, accounts and clients.
- It automates mundane processes like raising receipts/invoices/quotations etc, creating follow up emails, compliance reminders etc.
- It is connected to apple apps like mail, reminders.
- It creates structure for founder's month let's say, and a long term record of it. It is a data management tool in that sense.
- Agency of delegation and delivery remains with the founder, execution is outsourced to agents.
- You can work in Claude Desktop (only claude for now), the business register and records are generated in ERP.
Coming to the technical stack -
- Single self-contained frontend 49 ES modules (8,635 LOC) compiled with Vite + React 18.3 + JSX into one dist/index.html
- Zero runtime CDN dependencies.
- Coherent print-ready design systemwith 10+ document templates embedded
- Dual-store persistence IndexedDB for instant UI hot-path reads (browser-canonical). SQLite (~/.app/app_db.sqlite) as durable source of truth.
- Agent Integration (MCP-first): Full Anthropic plugin format (connector + skill + operator surfaces). Verified end-to-end in Claude Desktop and Claude Code.
- Through terminal, any agent can access
It has been a joy, and I have been able to save so much of time of my week as a solo founder.
And, I am not a coder or an engineer. I am a business management professional. Claude has actually given me wings, where I have been able to automate so many mundane parts of my work life through personal tool built via Claude.
u/Chinmay3011 — 11 days ago