npm.io
0.1.0-beta.175 • Published 13h ago

@nextsparkjs/core

Licence
MIT
Version
0.1.0-beta.175
Deps
74
Size
12.6 MB
Vulns
0
Weekly
4.5K
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

@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/core

Quick Start

# Create a new NextSpark project
npx create-nextspark-app my-app
cd my-app
pnpm dev

Or initialize in an existing project:

npx nextspark init

Features

  • 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

Keywords