IdeaCredIdeaCred

Self host your own Vercel

What's novel

Self host your own Vercel

Code Analysis

14 files read · 4 rounds

A 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

Innovation
6 (25%)
Craft
75 (35%)
Traction
42 (15%)
Scope
79 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+2

Craft

Ci+5
Tests+8
Polish+5
Releases+5
Has License+5
Code Quality+25
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+5
Has Dependency Mgmt+5

Traction

Forks+12
Stars+27
Hn Points+0
Watchers+6
Early Traction+5
Devto Reactions+0
Community Contribs+2

Scope

Commits+8
Languages+8
Subsystems+15
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+15
Readme Code Match+3
Architecture Depth+7
Implementation Depth+8

Evidence

Commits

311

Contributors

2

Files

2272

Active weeks

22

TestsCI/CDREADMELicenseContributing

Repository

Language

Rust

Stars

277

Forks

9

License

Apache-2.0