Umbral
Reviews

What developers say

Real notes from people shipping with Umbral — the good, grounded in the version they used.

Verified developer

Migrations I trust

The declare → migrate → change → migrate loop is the thing I missed most coming from other Rust web stacks. Autodetection got the common cases right; the couple it flagged were genuinely ambiguous and better surfaced than guessed.

IN
Backend Developer · Indie
Side project
Verified developer

The plugin contract actually holds

Auth, sessions, admin, REST — they're all plugins with the same shape as anything I'd write. I swapped the default auth for our SSO without touching the core. That's the dependency inversion working as advertised.

BS
Platform Lead · B2B SaaS
Internal tool
Verified developer

Familiar workflow, Rust guarantees

I declared my models, ran makemigrations and migrate, and had an admin and a REST API in an afternoon. It feels effortless, and the compiler catches the mistakes I used to find in production.

FS
Staff Engineer · Fintech startup
Work project
Verified developer

Shipped an MVP over a weekend

ORM, forms, admin, and the playground meant I spent my time on the actual product instead of plumbing. The honest empty-states and em-dashes for unknown values are a nice touch — no fabricated dashboards.

SO
Indie developer · Solo
Side project

Built something with Umbral?

Share it in the showcase, or list your plugin in the directory.

See the showcase