Skip to content
Projects

LibreBase - Open Source Backend Generator

Open source alternative for generating a simple backend, shipped as two parallel implementations: one in PHP with Laravel and one in Rust

Year
2026
Stack
RustLaravelPHPAPI
Links
Private / under NDA
LibreBase - Open Source Backend Generator

Overview

LibreBase is an open source project for standing up a simple backend without writing the same boilerplate over again. It exists as two parallel implementations so a team can pick the runtime that matches the rest of its stack.

Key features:

- Laravel implementation for teams already working in PHP

- Rust implementation for deployments where footprint and speed matter more

- Both versions expose the same generated API surface

- Open source, so the generated backend stays fully inspectable and modifiable