B2B Multi-Tenant Starter Kit

R
Renaudil y a 2 jours
0

Description

A minimalistic B2B Next.js starter template that includes a landing page, a dashboard, authentication, multi-tenancy, and account settings.

npx boilerapp b2-b-multi-tenant-starter-kit

文档

Next.js Multi-tenant Starter Template

A minimalistic multi-tenant Next.js starter template with minimal setup and a modular design. Bring your own backend and database.

Demo

Landing Page

<div align="center"> <img src="./assets/landing-page.png" alt="Teams" width="600"/> </div>

Dashboard

<div align="center"> <img src="./assets/dashboard-overview.png" alt="Teams" width="600"/> </div>

Multi-tenancy (Teams)

<div align="center"> <img src="./assets/team-switcher.png" alt="Teams" width="400"/> </div>

Account Settings

<div align="center"> <img src="./assets/account-settings.png" alt="Teams" width="500"/> </div>

Getting Started

  1. Clone the repository

    git clone git@github.com:stack-auth/stack-template.git
    
  2. Install dependencies

    npm install
    
  3. Register an account on Stack Auth, copy the keys from the dashboard, and paste them into the .env.local file. Then, enable "client team creation" on the team settings tab.

    If you want to learn more about Stack Auth or self-host it, check out the Docs and GitHub.

  4. Start the development server and go to http://localhost:3000

    npm run dev 
    

Features & Tech Stack

  • Next.js 14 app router
  • TypeScript
  • Tailwind & Shadcn UI
  • Stack Auth
  • Multi-tenancy (teams/orgs)
  • Dark mode

Inspired by

Prix

Gratuit

FREE

评论 (0)

常见问题

常见问题解答 (FAQ)

有问题?我们有答案。如果您找不到想要的答案,请随时联络我们。

Boilerapp 是一个专门用于分享 Boilerplates、入门套件(Starter Kits)和项目模版的开发者社区平台。我们的目标很简单:为您节省初始配置(Setup)的时间,让您可以专注于真正重要的代码。无论您是在寻找简单的代码库还是完整的 SaaS 项目,都能在这里找到。

还有其他问题?

我们的团队随时为您提供帮助。联络我们,我们将尽快回复。

B2B Multi-Tenant Starter Kit | BoilerApp