CodeBilli Logo
CodeBilli

Self-host

Self-host setup

Option A — One-line install

curl -fsSL https://codebilli.com/install.sh | bash

Option B — Manual install

git clone <repo-url>
cd codebilli
npm install

Environment variables

Copy .env.example to .env.local and fill in values.

cp .env.example .env.local

Run migrations

npx supabase db push

Start server

npm run dev

On this page