2026-05-113 min

Welcome to Ops

Why another ERP?

Most ERPs grow by accretion. Every new client lands as a fork, every fork drifts, and a year later the team that knows your edition leaves. We've watched that loop too many times. Ops is the opposite bet: a small core, a clear extension model, and a marketplace of addons.

What ships in the core

  • A metadata system so the frontend renders forms and tables without per-screen code.
  • Multi-tenant isolation through Postgres Row-Level Security.
  • An addon loader that installs and uninstalls modules without restarting the server.
  • A permission enforcer that addons can extend, not bypass.

How addons work

An addon is a directory tree with a manifest, optional migrations, and optional translation files. If it needs code, you drop a signed Go plugin in the same bundle. That's it.

We'll cover the addon manifest format in a follow-up post.

Ready to try Ops?

Create your account, install what you use, and start selling today.

Start free in 5 minutes
Back to blog