Frame-Master Logo

Frame-Master

Build your perfect full-stack framework, one plugin at a time

Framework-agnostic, plugin-driven architecture powered by Bun.js. Choose your frontend, pick your backend, add your features.

Why Frame-Master?

🔧

Framework Agnostic

React, Vue, Svelte, or Vanilla JS. Use any frontend framework you prefer with seamless integration.

🔌

Plugin Everything

Authentication, databases, real-time features. Add exactly what you need through our plugin system.

Lightning Fast

Built exclusively for Bun.js runtime. Experience blazing-fast performance out of the box.

🌐

Community Driven

Share plugins, contribute to the ecosystem, and build reusable components for everyone.

Get Started in Seconds

# Install Frame-Master
bun add frame-master
# Initialize your project
bun frame-master init
# Start development server
bun frame-master dev

Configure Your Stack

frame-master.config.ts
import type { FrameMasterConfig } from "frame-master/server/types";
import reactPlugin from "frame-master-plugin-react-ssr/plugin";
const config: FrameMasterConfig = {
HTTPServer: { port: 3000 },
plugins: [reactPlugin()],
};
export default config;

Ready to Build Your Perfect Framework?

Join developers who stopped settling for "almost perfect" frameworks.