@cobinar/dalus on npm

Deploy to Cobinar without leaving your terminal.

dalus pushes workers, pages, storage, vaults, and databases straight from your project folder. Sign in once, then just build.

Five things to forge

Every resource your project needs, named the way Cobinar itself names them.

Workers

A fetch handler, running at the edge — live the moment it's forged.

workers
Pages

Static sites and built frontends, served straight from your repo.

pages
Storage

Buckets your workers and pages can both read from.

storage
Vault

Secrets and config your code needs, never committed to your repo.

vault
Database

Structured data your services can query directly.

database

How it works

1
Sign in

dalus login opens your browser once. Nothing to copy, nothing to paste.

2
Describe your project

Name what you're deploying in dalus.jsonc — or dalus.toml, if you'd rather.

3
Ship it

dalus forge pushes everything in that file at once.

Get dalus

npm install -g @cobinar/dalus

Node.js required. Then run dalus login to sign in.