Back to Loco

It’s Like Ruby on Rails, but for Rust.

docs-site/templates/index.html

0.16.42.2 KB
Original Source

It’s Like Ruby on Rails, but for Rust.

Get the same great building experience of Rails, with the incredible performance and safety of Rust.

Get started →

It’s time to make Rust your super-power.

Using Rust with Loco is super easy. With a simple request lifecycle, code generators, productivity toolkits and more.

$ cargo loco generate scaffold post title:string content:text
added: "src/controllers/post.rs"
injected: "src/controllers/mod.rs"
injected: "src/app.rs"
...
$ cargo loco start

 ▄ ▀ ▀ ▄ ▄ ▀ ▄ ▄ ▄▀ ▄ ▀▄▄ ▄ ▀ ▀ ▀▄▀█▄ ▀█▄ ▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▀▀█ ██████ █████ ███ █████ ███ █████ ███ ▀█ ██████ █████ ███ █████ ▀▀▀ █████ ███ ▄█▄ ██████ █████ ███ █████ █████ ███ ████▄ ██████ █████ ███ █████ ▄▄▄ █████ ███ █████ ██████ █████ ███ ████ ███ █████ ███ ████▀ ▀▀▀██▄ ▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀ ██▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ https://loco.rs
environment:developmentdatabase:automigratelogger:disabledcompilation:debugmodes:server
listening on localhost:5150

Enjoy that sweet & effortless Rust performance

Loco packs a lot of features and still gives you 10x more performance compared to Node.js

Get started →

Build apps locally and save lots of time.

No need for SaaS or cloud services. Save time, money, and effort with auth, workers, emails & more out of the box.

{% for val in config.extra.homepage.features %}

{{ val.example | markdown(inline=true) | safe }}

{{ val.name }}

{{val.description | safe}}

{% endfor %}

Read the Guide →