Skip to main content
QuantumQuantum

Quantum

The pieces most Go applications end up needing — web framework, data layer, admin panel — versioned to work together.

Nucleus hosts your application on the standard library; Quark types your SQL across six engines; Orbit mounts an admin panel inside the same process. Each certified set is a trio of versions tested together, so upgrading the suite is one known-good step — not three separate bets.

suite 1.28.0nucleus v1.24.0quark v1.11.0orbit v1.9.2

Where do I start?

  • Only a data layerQuark works standalone in any Go app; ignore the rest of the suite.
  • A web application — start with Nucleus; add Quark or Orbit later, or never. Orbit always requires Nucleus.
  • The whole suite — the quickstart wires all three pillars in one small app, with real output at every step.
Nucleusv1.24.0
the host

MVC/REST web framework, stdlib-first. Apps build on it; Orbit mounts inside it.

Quarkv1.11.0
the data layer · standalone

Type-safe ORM for six SQL engines. Usable on its own in any Go app.

Orbitv1.9.2
the admin

Admin panel that mounts in-process on Nucleus: Data Studio, live feed, sessions, RBAC and metrics.