Bunvel is an experimental full-stack web framework inspired by Laravel, designed to bring the elegance of modern frameworks to the high-performance Bun runtime. It combines the best practices from existing frameworks while optimizing for speed, simplicity, and developer experience.
The 0.x versions of Bunvel are considered experimental. It is not recommended for production use until the 1.x release.
We encourage you to explore, experiment, and provide feedback. Your suggestions and contributions are welcome to help us shape a better framework.
bun add -g @bunvel/installer
bunvel create project_name cd project_name
bun run dev
We welcome contributions to Bunvel! To get started:
Feel free to open issues for bug reports, suggestions, or documentation improvements.
This project is open-sourced under the MIT License.
Add Package
deno add jsr:@bunvel/installer
Import symbol
import * as installer from "@bunvel/installer";
---- OR ----
Import directly with a jsr specifier
import * as installer from "jsr:@bunvel/installer";
Add Package
npx jsr add @bunvel/installer
Import symbol
import * as installer from "@bunvel/installer";
Add Package
yarn dlx jsr add @bunvel/installer
Import symbol
import * as installer from "@bunvel/installer";
Add Package
pnpm dlx jsr add @bunvel/installer
Import symbol
import * as installer from "@bunvel/installer";
Add Package
bunx jsr add @bunvel/installer
Import symbol
import * as installer from "@bunvel/installer";