Loading repository data…
Loading repository data…
mislam / repository
A swiss army knife to create modern turbo stacks for web artisans
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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 ⭐!