Skip to content

near-everything/every-plugin-nextjs-template

Repository files navigation

plugin-builder

This project was created with Better-T-Stack, a modern TypeScript stack that combines Next.js, Self, ORPC, and more.

Features

  • TypeScript - For type safety and improved developer experience
  • Next.js - Full-stack React framework
  • TailwindCSS - Utility-first CSS for rapid UI development
  • shadcn/ui - Reusable UI components
  • oRPC - End-to-end type-safe APIs with OpenAPI integration
  • Turborepo - Optimized monorepo build system

Getting Started

First, install the dependencies:

bun install

Then, run the development server:

bun dev

Open http://localhost:3001 in your browser to see your fullstack application.

Project Structure

plugin-builder/
├── apps/
│   └── web/         # Fullstack application (Next.js)
├── packages/
│   ├── api/         # API layer / business logic
│   └── db/          # Database schema & queries

Available Scripts

  • bun dev: Start all applications in development mode
  • bun build: Build all applications
  • bun check-types: Check TypeScript types across all apps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published