Documentation
Pi-Chat Documentation
Everything you need to install, configure, deploy, and understand Pi-Chat.
Getting started
New to Pi-Chat? Start with the overview to understand what it is and who it is for, then follow the installation guide to get a local instance running.
Deployment
Run Pi-Chat in production with Docker Compose. One command brings up the full stack: app, database, and object storage.
Features
Reference
InternalsArchitectureHow the Next.js, Prisma, Postgres, and MinIO layers fit together.SchemaData ModelUsers, channels, messages, DMs, tasks, webhooks, and more.APIRoutes and PagesPublic routes, protected app routes, and API endpoints.CodebaseRepository StructureA map of every important folder, file, and script in the repo.