🚂

Loco

Open Source
Backend & API

'Rust on Rails' — an open-source full-stack framework and app scaffold for Rust: convention-over-configuration project generation, ORM with migrations, auth, background jobs, mailers, and single-binary deployment.

Catalogued August 4, 2026 · Curated by Boilerplates Directory team
Open Source
Free
rust
Verified Live
Stack & tags
rustbackendapiopen-sourceormscaffoldingframework
Boilerplate URL
https://loco.rs

Why we recommend Loco

Loco imports the thing Rust web development lacked: Rails' productivity doctrine. `loco new` scaffolds an application with the decisions made — SeaORM with migrations, controllers with a router, JWT auth, background workers, mailers, seeding, task runners — and generators produce model-to-endpoint CRUD the way Rails developers expect, except it compiles to a single fast binary with Rust's memory safety and a fraction of the runtime footprint. For teams that want Rust's operational properties (tiny containers, no GC pauses, fearless refactoring) without hand-assembling axum + sqlx + tower from crates.io, Loco is the batteries-included answer with the most momentum.

Best use cases

Best for: Rails/Django/Laravel developers curious about Rust who need familiar ergonomics to be productive, API services where compute cost or cold-start latency matters, and side projects that double as a Rust on-ramp with working auth and jobs from minute one.

Honest limitations

Not for: teams needing a vast ecosystem — Loco is young; when you step off its paved path you're back in raw-crates land, and hiring 'Loco developers' isn't a thing yet. Compile times remain Rust compile times. Convention-heavy design frustrates those who came to Rust precisely for explicit control.

Are you the maker of Loco? Claim this listing →

More in Backend & API

🐍
Full Stack FastAPI Template

The official FastAPI project generator by its creator — FastAPI + SQLModel + Pydantic backend, React/TypeScript frontend with an auto-generated API client, JWT auth, Docker Compose, CI/CD with GitHub Actions, and Traefik deployment.

🎛️
Cookiecutter Django

The long-standing community-standard Django project generator — production-grade settings layout, custom user model, Docker, Celery, allauth, optional DRF, Postgres, and deployment configs, updated continuously for over a decade.

🐈
NestJS Boilerplate (Brocoders)

Production NestJS starter — auth (email, social), roles, i18n, TypeORM or Mongoose, file uploads to S3, Swagger docs, Docker, CI, and E2E tests, maintained by the Brocoders agency and widely used as a REST API base. Open-source (MIT).

🤠
JHipster

Veteran open-source application generator — scaffolds Spring Boot backends with Angular, React, or Vue frontends, including auth, entity modeling with JDL, microservice options, CI/CD configs, and cloud deployment recipes.

🐹
Go Blueprint

CLI for spinning up Go projects with popular layouts — pick your HTTP framework (chi, gin, echo, fiber), database driver, and optional extras like HTMX or Docker, and get a consistent, idiomatic project structure. Open-source (MIT).

🧿
BuildShip

Visual low-code backend builder — compose APIs, scheduled jobs, and AI workflows from nodes or generate them with AI, then ship them as scalable serverless backends that pair with any frontend. Free tier, paid plans for production usage.