A modern, interactive Business Model Canvas application built with Next.js, React, and Tailwind CSS. This digital tool allows entrepreneurs, product managers, and business strategists to create, edit, and export business model canvases with a clean, intuitive interface.
- Interactive Canvas: Edit all 9 sections of the Business Model Canvas in real-time
- Modern UI: Built with shadcn/ui components for a polished, professional look
- Export Functionality: Export your canvas as PDF or image
- Responsive Design: Works seamlessly on desktop and mobile devices
- Dark Mode Support: Toggle between light and dark themes
- Auto-save: Local storage integration to prevent data loss
- Keyboard Shortcuts: Productivity shortcuts for power users
- Key Partners - Who helps you succeed?
- Key Activities - What do you do?
- Key Resources - What do you need?
- Value Propositions - What do you offer?
- Customer Relationships - How do you interact?
- Channels - How do you reach customers?
- Customer Segments - Who do you serve?
- Cost Structure - What are your costs?
- Revenue Streams - How do you make money?
- Framework: Next.js 16
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Icons: Lucide React
- Export: html2canvas & jsPDF
- Node.js 18+
- npm, yarn, pnpm, or bun
- Clone the repository:
git clone https://github.com/yourusername/business-model-canvas.git
cd business-model-canvas- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev- Open http://localhost:3000 in your browser.
- Edit Sections: Click on any section to start typing your business model content
- Export Canvas: Use the export button to save your canvas as PDF or PNG
- Toggle Theme: Switch between light and dark modes using the theme toggle
- Auto-save: Your work is automatically saved to browser local storage
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Follow the existing code style and conventions
- Use TypeScript for type safety
- Ensure all components are properly typed
- Test your changes before submitting
This project is licensed under the MIT License - see the LICENSE file for details.
- Business Model Canvas concept by Strategyzer
- Built with Next.js
- UI components from shadcn/ui
If you encounter any issues or have questions, please open an issue on GitHub.