Open source · AGPL v3
Inspect everything
RUQA grades work. That makes trust everything. The algorithm that scores your team should not be a black box. So we open-sourced it.
Principles
Why we open-sourced the core
AGPL v3 core
The synthesis engine, evaluation rubric, and triangulation algorithms are open under AGPL. Read them. Change them. Verify them.
Self-host on Vercel + Supabase
One-click deploy. Bring your own keys (Anthropic, OpenAI, GitHub). Your data never touches our servers.
Algorithm transparency
Every score RUQA assigns is reproducible. The exact prompt, the exact rubric, the exact weighting — published, versioned, public.
Commercial license available
If AGPL doesn't fit (closed-source SaaS, embedded use), we offer a commercial license. Contact us.
Tech stack
Boring tech, on purpose
- Frontend
- Next.js 16 · App Router · Turbopack
- Database
- Postgres (Supabase or self-hosted)
- AI
- Anthropic · OpenAI · Google · Replicate
- Auth
- Supabase Auth · GitHub / Google SSO
- Deploy
- Vercel · Fly.io · self-hosted Docker
- License
- AGPL v3 / commercial
Self-host
Deploy in 5 minutes
# Clone git clone https://github.com/ruqa-team/ruqa cd ruqa # Configure cp .env.example .env.local # Add: SUPABASE_URL, SUPABASE_KEY, ANTHROPIC_API_KEY # Deploy vercel deploy --prod
Detailed setup including Supabase migrations, OAuth config, and Slack bot installation in getting started.