The whole backend, from one terminal
Install the CLI, point it at your dashboard, and manage projects, databases, deployments, workers and channels without opening a browser.
- Setup
- Three commands
- install, target, auth — then you are working.
- Surface
- One tool
- Databases, apps, functions and realtime from the same CLI.
- Cost
- One plan
- No per-service pricing to model before you start.
Three commands to working
npm install -g veltic-cli, veltic target, veltic auth. The login is confirmed in the browser and the CLI acts with your permissions.
Deploy without a pipeline
veltic apps deploy takes a directory and a framework. You can add CI later; you do not need it to get something online today.
Tail logs like a local process
Live logs come over a realtime channel, so following an application in production feels the same as running it on your laptop.
A worker instead of a cron service
Write a loop with a delay, deploy it as a function, and you have scheduled work without adding a scheduler to your stack.
SQL where you already are
Query from the CLI, the browser SQL editor or psql. Whichever you reach for, it is the same database.
One thing to keep in your head
One project, one plan, one dashboard. The cognitive overhead of the platform stays small enough to ignore while you build.
Set your target before you deploy
veltic target without an argument prints where the CLI is pointing. It takes a second and it is the difference between deploying to production and deploying to a preview you meant to test.
Build the whole backend in one project
One plan, one dashboard, one command line interface. PostgreSQL, applications, functions, storage and realtime.