morphis

Opinionated HTTP framework for Bun

Flow, perfected for backend teams.

Morphis gives you Bun-native performance, a Laravel-shaped codebase, and a CLI that scaffolds the pieces you would otherwise rebuild on every service.

Bun-first execution

Run an opinionated HTTP stack on Bun with a CLI that gets a project online without hand-assembling every folder.

Laravel-shaped structure

Controllers, services, validators, transformers, and middleware land where you expect them so teams can move without re-debating architecture.

Scaffold, then ship

Morphis generates the boring parts fast, then leaves the runtime and source tree plain enough to debug and extend.

// Install Morphis globallybun i morphis -g// Scaffold a new backendmorphis new my-backend// Enter the project foldercd my-backend// Install project dependenciesbun install// Start local developmentbun dev
Fastest path to a running Morphis app

Start with the published CLI, scaffold a backend, install dependencies, and boot the dev server in five commands.