Docs

Quickstart

Run the local ACB web app, create the demo project brain, and start importing memory.

Use the demo account after seeding: demo@aicontextbase.local with password123.

1. Install and configure

cp .env.example apps/web/.env
npm install

2. Prepare SQLite

npm run db:migrate
npm run db:seed

3. Start locally

npm run dev
# open http://127.0.0.1:3000