Galbe

Versatile by design, simple by default.

Galbe is a fast, lightweight and highly customizable JavaScript web framework based on Bun.

 
Speedup your API development ! 💫

Simple

import { Galbe } from 'galbe'

const galbe = new Galbe()
galbe.get('/hello', () => 'Hello Mom!')

export default galbe

Versatile

A clear, concise, and feature-rich API that is easy to use and highly configurable. Every feature is optional and can be easily customized to meet your specific needs.

Structure your API project in a way that works best for you and your team.

Fast

Galbe
Fastify
Oak
Express

Type safe

Take advantage of TypeScript's static type inference to ensure type safety and catch errors early in the development process.

Use schema type definitions for fast and automatic request parsing and validation, ensuring that your API always receives valid data.

Extensible

Extend the features and capabilities of Galbe by choosing from our plugin list.

Can't find what you're looking for? No problem - you can easily create your own plugin to meet your specific needs.