Runtime Dependencies

Required dependencies and external services for running Obelisk Labs in local and production environments.

Page-aware AI

Ask AI about this page

Get answers grounded in the live Obelisk docs set, with source links, selected-text explainers, and prompts for the next document to read.

This project depends on both local runtime packages and external infrastructure.

Local Runtime

  • Node.js and pnpm
  • PostgreSQL
  • Prisma client generation and migrations
pnpm install
pnpm prisma generate
pnpm db:migrate

External Integrations

Depending on enabled features, configure:

  • Stripe (subscriptions, credits, webhooks)
  • OpenAI-compatible provider (AI chat completions)
  • Provisioning adapter / Dokploy API (managed deployments)
  • Email provider (transactional email)

Optional Worker Processes

For provisioning and contract deployment, run the worker endpoints expected by internal queues.

pnpm run dev

If queues are enabled in your environment, ensure worker routes are reachable and authenticated via worker secrets.

On this page