Skip to content

CyberSocialCorporation/nesx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NESX Framework

Progressive fullstack framework combining Next.js 16, Nest.js 10, Supabase, and Kubernetes.

🚀 Quick Start

Prerequisites

  • Node.js 20+
  • pnpm 9+

Installation

pnpm install

Development

pnpm dev

📦 Monorepo Structure

  • apps/web - Next.js 16 frontend
  • apps/api - Nest.js 10 backend
  • packages/shared-types - Shared TypeScript types
  • packages/trpc - tRPC router and client
  • packages/database - Drizzle ORM schemas
  • packages/ui - Shared UI components
  • packages/validation - Zod schemas
  • packages/config - Shared configurations
  • packages/utils - Utility functions

🛠️ Tech Stack

  • Frontend: Next.js 16, React 19, Tailwind CSS 4
  • Backend: Nest.js 10, tRPC
  • Database: Supabase PostgreSQL, Drizzle ORM
  • Validation: Zod
  • Testing: Vitest, Playwright
  • DevOps: Docker, Kubernetes, Helm

📚 Documentation

See the docs directory for detailed documentation:

📝 License

MIT

About

NesX — Progressive fullstack framework | Next.js + NestJS + Supabase + K8s

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.4%
  • Other 2.6%