The operating system for early-stage founders. Stop juggling 17 spreadsheets β run your startup from one place.
Startup Ninja turns the seven essential startup playbooks (Formation, HR, SOPs, Product, Procurement, Business, Finance) into 75 interactive trackers you actually fill in β and then auto-generates a beautiful Startup Blueprint PDF you can hand to investors, co-founders, or your own future self.
Built mobile-first, responsive everywhere, fully offline-capable.
Every operational template a small startup needs, distilled from real Bangladesh-market kits and made fillable.
| Kit | What you get |
|---|---|
| ποΈ Formation | Vision/Mission, Org chart, Licenses, Policies, Team roster, JDs, Skill Matrix, 7 RACI matrices, 5 department-activity catalogs |
| π₯ HR | Candidate DB, Interview scorecards, Onboarding checklist (14 items), Document tracker, Verification, Confirmation, Resignation, Travel NOC, Release letter, Payroll |
| π SOPs | 14 standard operating procedures spanning 1,288 process steps β HR, Sales, Finance, Engineering, Infra, QA, Compliance, Legal, and more |
| π Product | Product catalog, Quarterly + weekly roadmaps, BRD, Customer surveys, Competitor SWOT, Project tracker, Issue tracker |
| π Procurement | Approval matrix, Vendor scoring, Price comparison, Requisitions, Office supplies, Asset register & tracking |
| πΌ Business | Industry analysis, Customer scoring matrix, Partner evaluation, Sales pitch builder (EN+BN), Pitch feedback |
| π° Finance | Editable monthly P&L, Product revenue, OPEX, CAPEX, Ad spend, Revenue plan, Team cost β with Conservative / Base / Optimistic scenarios |
After you fill things in, hit Generate Blueprint and get:
pdf + printing for the Blueprint PDF exportgit clone https://github.com/arafatomer66/startup-ninja.git
cd startup-ninja
flutter pub get
flutter run -d chrome # or -d ios / -d android / -d macos
Requires Flutter 3.38+. No backend setup, no API keys, nothing to configure β your data lives in the browser/device.
Already wired up. Push to main and GitHub Actions auto-builds the web bundle and deploys to GitHub Pages with the right base-href, PWA offline-first strategy, and a 404 fallback for deep links. Configuration lives in .github/workflows/deploy.yml.
To set up on your own fork:
mainhttps://<you>.github.io/<repo>/Single-user offline tool β multi-tenant SaaS for small Bangladeshi startups.
Currently scoped at 12β14 weeks for MVP. Roadmap detail in /docs/phase-2.md (coming).
lib/
βββ app/ # routes, theme, design system
βββ data/
β βββ models/ # KitModel, SectionModel, FieldDef, Blueprint types
β βββ providers/ # ProgressProvider, SectionDataProvider (GetxServices)
β βββ sections/ # 75 sections defined as data, one file per kit
β βββ services/ # BlueprintAggregator, BlueprintPdf
βββ modules/
β βββ home/ # dashboard
β βββ modules/ # kit list + detail
β βββ sections/ # 8 generic pattern screens (record list, RACI, financial gridβ¦)
β βββ blueprint/ # blueprint screen + investor pitch mode
β βββ auth/ # (Phase 2)
β βββ β¦ # onboarding, splash, profile, quiz
βββ widgets/ # responsive helpers, hover cards, premium UI primitives
The trick: all 75 trackers share 8 generic screens (one per pattern) driven by schemas. Adding a new tracker is just a new entry in a sections file β zero new screen code. This is what makes the app maintainable at scale.
This is a personal project right now β but if youβre a founder running a small startup in Bangladesh and want to test it / shape it, open an issue and letβs talk.
MIT β do whatever you want with it.
Built with β€οΈ in Dhaka. Designed for the founder who hasnβt slept in 36 hours and still has 6 spreadsheets open.