+++ title = "Loco" # The homepage contents [extra] lead = 'The one-person framework for Rust for side-projects and startups' url = "/docs/getting-started/tour/" url_button = "Get started" # Menu items [[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.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." +++