Open source · MIT license · v0.2

Ship your Next.js product without the boilerplate headaches

Auth, blog, admin dashboard, SEO, push notifications, AI integrations — all wired up and production-ready. Fork it, customize config/product.ts, deploy.

Next.js 16TypeScriptTailwind CSSMongoDBRedisJWT + MFADockeri18n EN/RU

Everything you'd build anyway

Skip the setup, focus on your product. All batteries included.

🔐

Auth & Security

JWT + HttpOnly cookies, MFA (TOTP), session list with revoke, password change & forgot flow, security audit log.

📝

Article CMS

Rich-text editor, draft revisions, public/private posts, server-side SEO metadata, RSS feed, article views analytics.

🛠

Admin Dashboard

User management, article moderation, push notifications panel, LLM usage tracking, i18n admin, RUM dashboard.

🌐

SEO & Discovery

Sitemap, robots.txt, canonical URLs, JSON-LD structured data, llms.txt for AI crawlers, OpenGraph & Twitter cards.

🔔

Push Notifications

Web Push with service worker, iOS PWA hint, admin broadcast, per-user subscription management.

🤖

AI Integration

LLM chat with streaming, content suggestions, image generation, article audit, AI referral tracking.

🌍

i18n EN / RU

Full bilingual support, locale-aware routing, server-side translations, i18n admin UI.

🚀

Production Deploy

Docker Compose, GitHub Actions CI/CD, environment profiles (local / stage / prod), Redis optional, RUM monitoring.

🎨

UI Kit & DX

Strict TypeScript, Tailwind CSS v4, dark/light theme, shared component library, live /ui-kit route, pnpm.

Up and running in minutes

Four steps from zero to a working product.

Step 01

Fork & clone

git clone https://github.com/Fedorrychkov/nextjs-super-boilerplate

Step 02

Name your product

config/product.ts → name, author, links

Step 03

Set env variables

cp .env.example .env.local

Step 04

Run locally

pnpm install && pnpm dev

Need to configure your product name, branding, or feature flags? config/product.ts is the single source of truth.

Latest articles

Deep-dives, guides, and release notes from the project.

July 6, 2026 04:08 PM

v0.2.4: AI-агенты подключаются к платформе одним URL — MCP, OAuth 2.1 и контроль машинного доступа

Крупный релиз машинного доступа: Claude подключается к платформе по OAuth одним URL, токены и scopes управляются политиками ролей, а админ видит usage каждого агента и может отключить любого.

Read more

FAQ