Bun-first execution
Run an opinionated HTTP stack on Bun with a CLI that gets a project online without hand-assembling every folder.
Opinionated HTTP framework for Bun
Morphis gives you Bun-native performance, a Laravel-shaped codebase, and a CLI that scaffolds the pieces you would otherwise rebuild on every service.
Run an opinionated HTTP stack on Bun with a CLI that gets a project online without hand-assembling every folder.
Controllers, services, validators, transformers, and middleware land where you expect them so teams can move without re-debating architecture.
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 devStart with the published CLI, scaffold a backend, install dependencies, and boot the dev server in five commands.