docs-site/content/_index.md
+++ title = "Loco"
[extra] lead = 'The <em>one-person framework</em> for Rust for side-projects and startups' url = "/docs/getting-started/tour/" url_button = "Get started"
[[extra.menu.main]] name = "Docs" section = "docs" url = "/docs/getting-started/tour/" weight = 10
[[extra.menu.main]] name = "Blog" section = "blog" url = "/blog/" weight = 20
[[extra.menu.main]] name = "Casts" section = "casts" url = "/casts/"
weight = 20 [[extra.list]] title = "๐ Batteries included" content = 'Empower the 1-person team. Service, data, emails, background jobs, tasks, CLI to drive it, everything is included.'
[[extra.list]] title = "๐ฎ Rails is great" content = 'Loco follows Rails. There, I said it. Rails concepts are carefully adapted to modern Rust development.'
[[extra.list]] title = "๐ Deliver with confidence" content = "Unapologetically optimized for the solo developer. Complexity and heavylifting is tucked away."
[[extra.list]] title = "โก๏ธ Scale when needed" content = "Split, reconfigure, or use only parts of Loco when you need to. Build and grow without pain."
[[extra.list]] title = "๐๏ธ Build incrementally" content = "Use what you need. Just a service, a service with a database, a background job worker, or a task."
[[extra.list]] title = "๐ฆTest driven everything" content = "Test your app with very little effort. Models, controllers, background jobs and more. Ship fast with confidence."
+++