Build, deploy, and manage your projects using the most advanced decentralized infrastructure stack. Ready to launch in under 2 minutes.
Start with our zero-config CLI that auto-detects your project structure
$ npx elbb create my-project
Powerful config system with automatic environment detection
elbb.config.yml
services:
nodejs: 18.0.0
database: postgresql:14.5
One-click deployment to global edge network
$ elbb deploy
$ npx elbb new
✔ Select template: @elbb/node
✔ Project name: my-project
✔ Create typescript config? Yes
Initialized project.
Now run: cd my-project && elbb setup
Initialize project using npx
Select template and project name
Run setup and start development