DIN 0815 · STANDARD SOFTWARE REV 2026.04 ● LIVE
DEV-01

MIT, full stop.

No open-core, no commercial exception, no AGPL copyleft clause. Fork it, ship it to a client, sell it, modify it. The license is four sentences. Your legal team can read it in under a minute.

DEV-02

Public commits from day one.

Every commit during your project is pushed to a public repository. You can see what we built, when we built it, and why. Daily commits are a contractual default — not a stretch goal.

DEV-03

Standard stack, no magic.

Modules are built to be maintained by whoever you hire next. We avoid clever abstractions, custom DSLs, and framework-of-the-month choices. Boring technology that works in five years is the goal.

DEV-04

Handoff includes everything.

Repository transfer, deploy scripts, architecture docs, and a walkthrough session. Not a ZIP file with a README. You should be able to onboard a new developer on day eight without calling us.

What every handoff includes.

  • Full repository transferred to your GitHub org
  • Terraform / Docker Compose deploy scripts for your target environment
  • Architecture decision records for non-obvious choices
  • API documentation for all endpoints
  • Seed scripts and migration files
  • Walkthrough session with the engineer who built it

The source is on GitHub. Read it before you decide. Open an issue if something looks wrong. We merge good PRs.

View source on GitHub ↗