Install Peaque Framework
- NPM
- Yarn
- PNPM
npm create @peaque/framework@latest
yarn create @peaque/framework
pnpm create @peaque/framework
Zero Configuration
Peaque was designed from the ground up to be easily installed and used to get your full-stack app up and running quickly with zero config.
File-Based Routing
Focus on building your app, and let Peaque handle routing. Simply create files in your src/pages
directory and routes are automatically generated.
Built-in Tailwind CSS
Extend or customize your app with Tailwind CSS 4 built-in. Peaque includes Hot Module Replacement for instant styling updates during development.