Scarlet Labs provides a modern SaaS boilerplate built with Next.js 16, React 19, TypeScript, and Tailwind CSS. Our scarlet‑themed components help you launch production‑ready applications faster.
# Clone the repository
git clone https://github.com/scarletlabs/boilerplate.git
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run build
npm startMake sure you have Node.js 20+ and npm installed.
After installation, you can start customising:
.env.local with your API keys.tailwind.config.js to change the primary color./app and /components.Our components are built with Tailwind CSS, but we provide a migration guide for Bootstrap users. Each component has a Tailwind equivalent – no Bootstrap classes are used.
Headings: Inter, bold. Body: Inter, regular.
All components are built with Tailwind utility classes. You can copy any component code and customise it freely.
Example card content.
The scarlet theme is defined in tailwind.config.js. Update the primary color to change the accent.
We use a consistent palette: red‑600 for primary, orange‑500 for gradients, and neutral grays for backgrounds.
Default font is Inter. Headings use font‑bold, body uses font‑normal. All text is responsive.
Scarlet Labs Documentation – Last updated April 2026