3
Public repositories
NextPressKit combines a modern frontend and a scalable backend to help you launch products quickly with authentication, content workflows, and admin foundations already in place.
Public repositories
Frontend commits
Backend commits
Open-source and extensible
The project is organized into dedicated repositories for frontend, backend, and shared organization setup.
Project hub and high-level platform overview.
github.com/nextpresskitTanStack Start + React app with Tailwind and Shadcn UI for modern product interfaces.
github.com/nextpresskit/webGo + Gin + PostgreSQL backend with auth, content endpoints, and admin-oriented APIs.
github.com/nextpresskit/backendThe web app handles user-facing rendering, localized routes, and modular UI composition while integrating with backend APIs.
The API service manages authentication, business logic, persistence, and optional GraphQL support on top of REST endpoints.
bun install
bun --bun run dev
Default local URL: http://localhost:3000
cp .env.example .env
make deps
make migrate-up
make seed
make run
Default local URL: http://localhost:9090
Base structures for authentication and authorization flows.
Blog/content creation patterns across web and API layers.
Admin-focused routes, screens, and data management models.
Includes setup guides, deployment docs, roadmap notes, seeding documentation, and API versioning practices.
REST endpoints are defined from an OpenAPI-first perspective, with optional GraphQL support for flexible integrations.
Star the repos, open issues, and submit pull requests to help shape the starter into a stronger foundation for the community.