B
BreafIO
TemplatesFull-StackDashboardsMarketingBlog
Sign InGet Started

All Templates

21 production-ready starter kits to launch your next project.

API Boilerplate
v1.0.0Running
$curl http://localhost:4000/api/health
{ "status": "ok", "timestamp": "2026-07-05T20:00:00Z" }
Express + TypeScript

Fully typed REST API

JWT Authentication

Secure token-based auth

Rate Limiting

100 req/15min per IP

Swagger Docs

Interactive API docs at /api-docs

API Endpoints

GET/api/healthHealth check
POST/api/auth/registerRegister user
POST/api/auth/loginLogin
GET/api/usersList users (admin)
GET/api/users/meCurrent user
PUT/api/users/meUpdate profile

Prisma Schema

model User {
  id           String   @id @default(cuid())
  name         String?
  email        String   @unique
  passwordHash String?
  role         String   @default("USER")
  createdAt    DateTime @default(now())
  updatedAt    DateTime @updatedAt
}
Backend

API Boilerplate

Production-ready REST API in minutes

Node.jsExpressTypeScript+3
4.6
(670)
$89$49
A

Welcome

Sign in to your account

or

Don't have an account?

Backend

Auth Boilerplate Pro

Authentication done right

Next.jsTypeScriptNextAuth.js+2
4.7
(630)
$79$39
B
BreafIO

Premium starter kits and templates for modern developers. Ship faster, build better.

Products

  • All Templates
  • Full-Stack Kits
  • Dashboards
  • Marketing Sites
  • Backend APIs

Resources

  • Blog
  • Documentation

Company

  • About
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 BreafIO. All rights reserved.