Documentation
Integrations
Features
Self hosting
LLMonitor was designed to be surprinsingly simple to self-host.
Database
Requirements
Steps
- Setup a new Supabase project (recommended to self-host it yourself)
Self-hosting Supabase
-
Clone the repo and deploy it to Vercel (or any other hosting service)
-
Look at
.env.example
to see what environment variables you need to set on Vercel -
Open the Supabase Admin dashboard and run the
setup-dump.sql
file content -
Done! Open the deployed URL to get started.