Apps first. Infrastructure underneath.

Provision tenant APIs, push migrations, inspect schemas, verify backups, and give coding agents structured project context through CLI, dashboard, and MCP.

Showcase Console

Live products on one foundation.

9 apps · one foundation · live and demo-ready

Active
3Active
Demo ready
2Demo ready
Alpha
2Alpha
Concept
2Concept

Featured

Vessel Ledger

Demo Ready

Personal finance / records

A calm ledger for obligations and recurring records.

Seeded demo · no secrets

  • Auth
  • Postgres
  • Demo Mode

Habitat

Demo Ready

Home / objects

Persistent atmosphere context for conscious home-building.

Seeded demo · no secrets

  • Auth
  • Postgres
  • Demo Mode

All apps

  • MailPilot AI

    Alpha

    Mail / AI

    Inbox maintenance for real life.

    • Auth
    • Postgres
    • AI
  • Bloom Atelier

    Active

    Commerce / catalog

    An editorial marketplace for independent makers.

    • Auth
    • Postgres
  • YeastCoast

    Active

    Brewing / recipes

    A brewing project for repeatable, classic-quality beer.

    • Auth
    • Postgres
    • Dedicated
  • Logos Engine

    Alpha

    Language / texts

    Read the Greek world from the source.

    • Postgres
  • Roommating

    Concept

    Home / coordination

    Shared-space coordination, made calm.

    • Auth
    • Postgres
    Coming soon
  • La Casa Dashboard

    Concept

    Home / operations

    A home operations dashboard for the long-term resident.

    • Auth
    • Postgres
    Coming soon
  • Flux

    Active

    Platform

    Infrastructure for small, serious web projects.

    • Auth
    • Postgres
    • PostgREST

Demo philosophy

Real interfaces. Safe demos.

Flux apps can expose a curated demo account with fake data, constrained actions, and no private secrets. The point is to let people understand the product by using it — including the Flux control plane itself and the demo-ready apps in the showcase above.

  • Seeded data only
  • No secret viewing
  • Clear path to sign in with your own account

Example demo-ready apps: Vessel Ledger · Habitat

Agent access

Built for apps. Ready for agents.

Flux is a self-hosted Postgres backend and control plane with three interfaces. MCP exposes project state, schema inspection, backups, migration status, project doctor, activity, and FLUX.md context to AI tools through structured, permissioned project context — without replacing the dashboard or CLI.

  • For humans

    Dashboard

    Browse projects, inspect schemas, manage backups, run project doctor, and sync FLUX.md briefs in the browser.

  • For operators

    CLI

    Provision stacks, push migrations, and automate backup-aware workflows from the terminal — the same control plane MCP calls.

  • For AI coding agents

    MCP

    Cursor, Codex, Claude, and other MCP clients get structured, capability-scoped project context — inspect and plan by default.

MCP workflow

AI coding toolFlux MCP ServerFlux Control PlaneProject catalog · schema · backup trust · activity · docs

Example prompts

  • Inspect this project's schema and summarize missing tables.
  • Check backup trust before applying this migration.
  • Generate or refresh FLUX.md for this app.
  • Run project doctor and explain what blocks deploy.

Read-only and context tools are the default MCP posture. Migration apply requires scoped capabilities, restore-verified backup trust, and explicit confirmation — destructive lifecycle operations stay blocked. MCP never returns raw database passwords, pooled admin credentials, or long-lived JWT secrets.

The foundation

One foundation. Many small apps.

  • Postgres by default

    Every app starts with durable relational storage.

  • Migrations that travel

    Plain SQL workflows for creating and evolving app schemas.

  • Restore-verified backups

    Backups are treated as useful only after they can be restored.

  • JWT-aware APIs

    PostgREST-style APIs without hand-written CRUD servers.

  • Demo-safe accounts

    Expose real interfaces with seeded data and locked-down permissions.

  • Dedicated or shared

    Start pooled, move dedicated when the app needs its own house.

Philosophy

Built for durable software.

A foundry for small durable apps.

Flux is the shared foundation underneath the apps above: Postgres, migrations, backups, JWT-aware APIs, demo mode, and deployment standards.

It is not trying to replace your database tools. It gives each app a reliable operating base.

Why Flux? →

Build the next one

Start from the same foundation used by the apps above.

$ curl -sL https://flux.vsl-base.com/install | bash$ flux create my-app