architecture / digichat
core module
DigiChat
Talk to your stack with your keys, your models, your audit log.
Chat surface · Next.js BFF · BYOK · :3005
$ docker compose --profile digichat up -d
stack
Next.jsReactVercel AI SDKNextAuthPostgresDrizzle
A Next.js + React BFF streaming DigiGraph via the Vercel AI SDK. BYOK every request — your key is forwarded per-request, never stored, never logged.
NextAuth handles identity; Postgres + Drizzle persist sessions. The same deployment serves humans and agents.
initialize
make up-digichat # DigiGraph + DigiChat on :3005 # visit http://localhost:3005
related