Open source · AGPL-3.0

DO.Impact Core — the open-source edition

The complete operating system for small manufacturers — Strategy, Commercial, Operations, People and Execution — as a self-hosted, single-user web app you can download, run and modify freely.

Why open source?

Small manufacturers run on trust and ownership. With DO.Impact Core your data lives in your own database, on your own machine or private network. There are no accounts, no subscriptions, no tracking — the software is yours. The hosted version at doimpact.app adds multi-user collaboration, billing-managed teams and hosted AI features for those who want them.

What's included

Strategy & Transformation
Goals & strategy map, Hoshin planning (X-matrix), strategy deployment waterfalls, initiative progress, value-driver tree, restructuring, plant consolidation, turnaround finance (CAPEX)
Commercial & Growth
Accounts, stakeholders, opportunities, contract review gates, plan vs pipeline, weekly commercial review, Voice of the Customer
Operations (OMS Core)
Daily management (SQDP+), shop floor, scheduling (0–12 weeks), supply chain, SIOP, new product introduction (NPI), end-of-life, KPI library (250+ industrial KPIs), SIC board, value stream map, quality, risk calendar, standard work, critical path pulse
People
Employees, skills & skills matrix, skill gaps, roles, certifications, development, engagement, leadership, org chart
Execution
Actions timeline (Gantt), Problem Solver (A3, 8D, 5 Whys, fishbone, DMAIC, aviation MRO), improvement toolkit (Theory of Constraints, systems thinking, IBP, Hoshin, employee journey), decision playbook, shop-floor calculators (OEE, takt, COPQ, downtime, changeover/SMED)
Reporting
Board report, owner dashboard, weekly SLT meeting, business health, industrial strategy summary, company mindmap, audit & events calendar
Compliance
Safety, Safety Management System (SMS), Part 145 repair station, business continuity, autonomous & preventive maintenance (AM/PM)
Shop-floor kiosk
A dedicated touch-friendly /floor mode for operators at the line
Sample data
The TitanScale Template company is pre-loaded, so every module is populated on first launch

What's left out

  • User accounts, sign-in, invites and roles — it runs as a single local operator
  • Billing, subscriptions, Stripe and usage quotas
  • Marketing pages, lead capture and all analytics/ad tracking — the app never calls home
  • Hosted AI features (they depend on hosted keys)

Self-host in four steps

You need Bun (or Node.js 20+) and the Supabase CLI (Docker) — or any free hosted Supabase project.

supabase start        # local Postgres + API stack
supabase db reset     # schema + TitanScale sample company
cp .env.example .env  # paste the anon key from `supabase status`
bun install && bun run dev   # http://localhost:8080

The app opens straight into the workspace — no login screen. Because it runs single-user with row-level security disabled, do not expose it to the public internet without your own auth proxy.

License

DO.Impact Core is released under the GNU Affero General Public License v3.0. You can use, study, modify and redistribute it. If you offer a modified version as a network service, you must offer your modified source to its users. Commercial licensing for closed-source use is available — see the hosted plans.