Frontend frameworks
Vite + React
Vite + React
A minimal Vite + React setup with TypeScript support.Use case: Starting a new React project with Vite as the build tool.Install:
config.json
Next.js + Tailwind CSS
Next.js + Tailwind CSS
Complete Next.js setup with Tailwind CSS and TypeScript.Use case: Starting a new Next.js project with Tailwind CSS styling utilities.Install:
config.json
Backend & API
Express + TypeScript API
Express + TypeScript API
Production-ready Express API with TypeScript and essential middleware.What’s included:
config.json
express- Web frameworkdotenv- Environment variablescors- CORS middlewarehelmet- Security headersmorgan- HTTP logging- TypeScript with type definitions
nodemonfor development
Fastify + TypeScript
Fastify + TypeScript
High-performance Fastify server with TypeScript.Use case: Building high-performance REST APIs with Fastify.Install:
config.json
3D & Animation
Three.js + React
Three.js + React
Complete setup for creating 3D web experiences with Three.js and React.What’s included:
config.json
three- Three.js core library@react-three/fiber- React renderer for Three.js@react-three/drei- Useful helpers and abstractionsgsap- Animation libraryleva- GUI controls for tweaking values
Testing
Vitest + Testing Library
Vitest + Testing Library
Modern testing setup with Vitest and React Testing Library.Use case: Adding testing to an existing React project.Install:
config.json
UI Libraries
Shadcn UI + Next.js
Shadcn UI + Next.js
Shadcn UI component library with Next.js.Use case: Creating a Next.js app with Shadcn UI pre-configured.Install:
config.json
Database & ORM
Prisma + PostgreSQL
Prisma + PostgreSQL
Prisma ORM setup for PostgreSQL databases.What to do after install:Install:
config.json
Tips for using these examples
Remember to register your config file after making changes:
What’s next?
Creating presets
Learn how to create your own presets from scratch
Best practices
Tips for writing maintainable presets