gotempsh/temps
Self host your own Vercel
What's novel
Self host your own Vercel
Code Analysis
14 files read · 4 roundsA self-hosted PaaS platform written in Rust that consolidates deployment (Docker-based), AI gateway (multi-provider BYOK proxy), Sentry-compatible error tracking, web analytics with session replay, uptime monitoring, email, DNS management, backups, and feature flags into a single binary with a plugi
Strengths
Exceptionally well-architected plugin system with type-safe DI, middleware priorities, and clean separation across ~90 crates; security-conscious throughout with SSRF prevention, encrypted keys, argv scrubbing, and bounded resource usage. The implementation depth is genuine — real SQL analytics, full Sentry envelope parsing, multi-provider AI translation with streaming, and Docker container lifecycle management.
Weaknesses
The sheer scale (~4300 files, 90+ crates) creates a very high onboarding and maintenance burden; some areas like the analytics service build SQL via string formatting rather than a query builder, which is a minor injection risk surface despite parameterization. Test coverage appears present but I could only verify inline unit tests in a few modules — the e2e and acceptance test infrastructure exists but depth is hard to assess at this scale.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
311
Contributors
2
Files
2272
Active weeks
22
Repository
Language
Rust
Stars
277
Forks
9
License
Apache-2.0