Modern and composable Building Blocks for full-stack React apps.
- PizzaJS: Building blocks for React Router 7+ apps, including i18n utils, a custom hono server, a file-based router inspired by Next.js, and more.
- Basil UI: A modern UI library for React, focused on accessibility and performance, compatible with shadcn registry.
- DragSwag: Lightweight and data-driven Drag and Drop library for React, focused on DX and performance.
- YoloDB: Zero-config JSON file database with SuperJSON powers - perfect for mocking and prototyping.
Create a new app:
npx create-pizza-app@latest my-pizza-app
Start the app:
cd my-pizza-app
pnpm i
pnpm run dev
Made by Javi Aguilar