@nextsparkjs/core
v0.1.0-beta.48
Published
NextSpark - The complete SaaS framework for Next.js
Readme
@nextsparkjs/core
The complete SaaS framework for Next.js. Build production-ready SaaS applications with authentication, payments, teams, and more.
Installation
npm install @nextsparkjs/core
# or
pnpm add @nextsparkjs/coreQuick Start
# Create a new NextSpark project
npx create-nextspark-app my-app
cd my-app
pnpm devOr initialize in an existing project:
npx nextspark initFeatures
- Authentication - Email/password, Google OAuth, magic links with Better Auth
- Payments - Stripe integration with subscriptions and usage billing
- Teams - Multi-tenant team management with roles and permissions
- Database - PostgreSQL with migrations and type-safe queries
- UI Components - 50+ components based on shadcn/ui
- Entities - Dynamic CRUD with automatic API generation
- Page Builder - Block-based page builder with drag and drop
- Themes - Multiple theme support with easy customization
- Plugins - Extensible plugin system
- i18n - Full internationalization with next-intl
- Testing - Jest + Cypress setup included
Documentation
Visit nextspark.dev/docs for full documentation.
License
MIT
