Start free
Self-host the source. Or spin up Cloud.
Both are free to start. Cloud is faster to evaluate; self-host is cheaper to scale. Same platform, same code path.
Self-hosted (OSS)
Apache 2.0 source. Run on your laptop in five minutes; run in production indefinitely.
$ curl -sSL deklarative.com/install | bash
$ deklarative new myapp
$ cd myapp
$ deklarative dev
studio http://localhost:5173
api http://localhost:8080
Get the source
Cloud (managed)
Hosted Studio, managed workflow runners, managed Postgres. No install, no ops, $99/mo. Eject anytime under Apache 2.0.
- Sign up with email, GitHub, or Google
- Create your first project
- Define an entity, a form, a workflow
- Apply — your app is live