ΕΛΒΒ

Getting Started with ΕΛΒΒ

Build, deploy, and manage your projects using the most advanced decentralized infrastructure stack. Ready to launch in under 2 minutes.

1. Create Project

Start with our zero-config CLI that auto-detects your project structure

$ npx elbb create my-project

2. Configure

Powerful config system with automatic environment detection


elbb.config.yml
  services:
    nodejs: 18.0.0
    database: postgresql:14.5

3. Deploy

One-click deployment to global edge network

$ elbb deploy
Get Started Now →

Step-by-Step Setup

bash

$ npx elbb new
✔ Select template: @elbb/node
✔ Project name: my-project
✔ Create typescript config? Yes
  
Initialized project.
Now run: cd my-project && elbb setup

                    

Step 1

Initialize project using npx

Step 2

Select template and project name

Step 3

Run setup and start development