The Micro MVC Framework
Build lightning-fast web applications with Lua and Redbean
Zero dependencies. Single binary deployment. Production-ready.
Why Lua on Beans?
Everything you need to build modern web applications, without the complexity.
Blazing Fast
Powered by Redbean's optimized C server and Lua's incredible performance. Handle thousands of requests per second.
Single Binary
Deploy your entire application as one executable file. No dependencies, no Docker, no complexity. Just run it.
Database Ready
Built-in support for ArangoDB, giving you a powerful multi-model graph database right out of the box.
Batteries Included
Powerful built-in features so you can focus on building your application, not reinventing the wheel.
Simple & Elegant
Write clean, maintainable code with Lua's beautiful syntax and our intuitive MVC structure.
-- A simple controller in Lua on Beans
local app = {}
function app.index()
local message = "Hello from Lua on Beans!"
Page("welcome/index", "app", {
message = message,
timestamp = os.time()
})
end
return app
Built with LuaOnBeans
Real-world applications powered by the simplicity and performance of LuaOnBeans.
solisoft.net
Software Development
Professional software development services and consultancy.
pdfx.fr
PDF Generation Platform
Professional PDF generation API for invoices and documents.
Your App Here
Built something with LuaOnBeans? Share it with the community!
Ready to Build Something Amazing?
Join developers who chose simplicity and performance over complexity.