Skip to content

nextpresskit/web

Repository files navigation

Next Press Kit

Next Press Kit is a starter kit for building modern web apps using TanStack Start, Tailwind CSS, and Shadcn UI.

The goal of this project is to give developers a strong starting point they can clone and build on, with common product needs already in place: authentication handling, blog post creation flows, and an administration area.

Project Concepts

  • Starter-first architecture: designed for rapid project bootstrapping and customization.
  • Auth-ready foundations: includes client-side auth integration patterns and services.
  • Content-oriented workflows: supports blog post and publishing experiences.
  • Admin capabilities: includes administration screens and structures to manage app data.
  • Modern UI stack: Tailwind + Shadcn components for fast, consistent interfaces.

Tech Stack

Getting Started

Install dependencies and run the app locally:

bun install
bun --bun run dev

The development server runs on http://localhost:3000.

Scripts

bun --bun run dev
bun --bun run build
bun --bun run preview
bun --bun run test
bun --bun run lint
bun --bun run format
bun --bun run check

Backend Integration

Next Press Kit frontend is designed to work with the backend API project:

  • Backend repo: https://github.com/nextpresskit/backend
  • API responsibilities include authentication, content APIs, and admin-related backend operations.
  • This project can also be used separately with a different backend or mock/local APIs.

Internationalization

This project includes ParaglideJS for localized routing and message formatting.

  • Messages live in project.inlang/messages.
  • URLs are localized through the Paraglide Vite plugin and router rewrite hooks.
  • Running the dev server or build regenerates src/paraglide outputs.

Shadcn Components

Use the latest Shadcn CLI to add components:

bunx --bun shadcn@latest add button

About

A modern open-source starter kit combining React.js and TanStack Start to help you build scalable web apps faster.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors