Skip to content
Open Platform

Built in the open.
Nothing to hide.

We publish our uptime metrics, deploy benchmarks, and architecture decisions. You should know what you're running on.

View our changelog →Read architecture docs →
Operational
99.97%
30-day uptime
Normal
8.3s
Avg deploy time
Normal
<100ms
API p99 latency

How it works

01

Control Plane / Execution Plane separation

The UI and API layer is entirely separate from where your code runs. A bug in our dashboard will never take your deployment down. The control plane runs on a separate cluster, so even a broken dashboard update leaves your containers and databases completely unaffected.

02

Per-project isolation

Every project runs in its own container with dedicated networking. No noisy neighbour problems. Resource limits are enforced at the container level, so one project's traffic spike won't affect another's performance.

03

No vendor lock-in

Your code is yours. Export your database, your env config, your deployment history at any time. We use standard Postgres, standard container images, and standard Git workflows — nothing proprietary to migrate away from.

04

Postgres-first

We don't abstract your database into a proprietary format. It's real Postgres. Connect with any standard tooling. Use pg_dump for backups, run migrations with your ORM of choice, and query with psql directly.

Community

Get involved, ask questions, and help shape the platform.

Contribute

Flash Launch's CLI and deployment agent are open source. Check out the repository, open issues, or submit pull requests.

View on GitHub

Discussions

Ask questions, share what you're building, and connect with other developers in the GitHub Discussions forum.

Join the conversation

Documentation

Guides, API reference, and tutorials. Everything you need to get started and go deeper.

Read the docs

Recent updates

2025-02-20v0.6.0Team workspaces

Invite team members and manage access with role-based permissions.

2025-02-10v0.5.1Build cache improvements

Repeat deploys now complete up to 40% faster with improved layer caching.

2025-01-28v0.5.0AI diagnostics (beta)

Get plain-language explanations when a deploy fails. Powered by log analysis.

2025-01-15v0.4.0Database browser UI

Browse your Postgres tables directly from the dashboard.

2025-01-08v0.3.2One-click rollback

Roll back to any previous deployment with a single click.

2024-12-29v0.3.0Cron job scheduler

Schedule background tasks without third-party services.

View full changelog →

Ready to ship faster?

Deploy your first project in under 10 minutes. No credit card required.