Skip to content

Releases: fecommunity/reactpress-theme-starter

v1.0.0 β€” Official ReactPress Theme Starter

07 Jun 09:06

Choose a tag to compare

ReactPress Theme Starter v1.0.0

The official public-facing theme for ReactPress β€” a headless blog/CMS stack with a Next.js frontend.

Highlights

  • Next.js 15 Β· React 19 Β· Tailwind CSS 4 Β· TypeScript
  • Try without a backend: pnpm dev:mock β€” full UI with sample data in under a minute
  • Full stack via CLI: reactpress init && reactpress dev β€” site, admin, and API
  • Articles, archives, search, knowledge base, comments, RSS/sitemap, light/dark mode
  • One-click Vercel deploy

Quick start

git clone https://github.com/fecommunity/reactpress-theme-starter.git
cd reactpress-theme-starter
pnpm install
pnpm dev:mock

β†’ http://localhost:3001

If you find this useful, ⭐ the repo β€” it helps others discover the project.