Fresh is a swiss army knife to create modern Turbo Stacks for web artisans. Generate production-ready project scaffolds with zero configuration using your favorite technologies and package managers.
Create a new project using your favorite package manager:
# NPM
npm create fresh@latest
# Yarn
yarn create fresh@latest
# PNPM
pnpm create fresh@latest
# Bun
bun create fresh@latest
Follow the interactive prompts to select a recipe and configure your project.
You can also specify a recipe and target directory directly:
npm create fresh@latest tiramisu my-app
Fresh provides several recipes to match your preferences:
A minimal TypeScript stack with Biome and Vitest. Perfect for general-purpose Node.js applications.
npm create fresh@latest tiramisu
A modern web framework powered by Hono and Bun. Ideal for high-performance web APIs and applications.
bun create fresh@latest honeybun
We welcome contributions through:
🐛 Bug Reports
💡 Feature Requests
📚 Documentation Improvements
🛠️ Code Contributions
Please review our Contribution Guide before submitting changes.
Distributed under the MIT License. See LICENSE for details.
If Fresh helps accelerate your development, consider showing your support with a ⭐!