Skip to main content

Peaque Framework

Modern web framework for building fullstack applications with TypeScript and React

Install Peaque Framework

npm create @peaque/framework@latest

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.