galbe
v0.15.2
Published
Fast, lightweight and highly customizable JavaScript web framework based on Bun
Downloads
572
Maintainers
Readme
Galbe is a fast, lightweight and highly customizable JavaScript web framework based on Bun.
[!IMPORTANT]
Galbe is currently under active development and not guaranteed to be stable. Future releases may potentially introduce breaking changes.
Features
- Fast: Built on top of Bun, Galbe is designed for speed.
- Lightweight: Minimal core with a plugin system to add only what you need.
- Type-safe: Built with TypeScript for a great developer experience, with runtime validation using Galbe Schemas.
- Plugins: Extensible architecture to easily add functionality.
Philosophy
Galbe aims to provide a developer-friendly experience without compromising on performance. It embraces the "use the platform" mentality, leveraging modern web standards and the capabilities of the Bun runtime.
Getting started
Create a new Galbe app:
bun create galbe app
cd app
bun install && bun devThe Galbe CLI ships with the package. You can invoke it with bunx galbe or
install it globally using bun install -g galbe.
Documentation
The detailed documentation is available at galbe.dev.
Community
Contributing
Please refer to the Contributing Guide to start contributing to Galbe.
