jakep36/nextjs-shadcn-startermain 1 Branch 0 Tags Code Folders and filesLatest commit jakep36 initial commit ad05e40· Aug 22, 2024 History2 Commits app initial commit Aug 22, 2024 components/ui initial commit Aug 22, 2024 lib initial commit Aug 22, 2024...
如果你正在考虑构建一个SaaS(软件即服务)应用程序,那么Next.js SaaS Starter是一个非常合适的起点。它结合了Next.js的强大功能、Postgres数据库、Stripe支付系统以及Shadcn/ui用户界面库,为开发者提供了一个完整的模板,助力你快速启动项目。 项目核心功能 Next.js SaaS Starter提供了以下功能: 营销首页:一个优雅的首...
git clone https://github.com/Kiranism/next-shadcn-dashboard-starter.git npm install Create a .env.local file by copying the example environment file: cp env.example.txt .env.local Add the required environment variables to the .env.local file. npm run dev You should now be able to access...
Saas Starter Kit is a Modern Fully Featured SAAS Template Fully Featured Modern Saas Template Production Ready, Clean code. Everything you need to start building your SAAS app. Just fill out the Env variables and you are ready to go.
shadcn/ui react-hook-form tanstack query tanstack table trpc tremor.so clerk auth drizzle orm zod react-select Vercel AI SDK Upstash Rate Limiter Next.js 的成功证明了 React 的能力和其强大的生态系统。选择 Next.js,从而间接选择 React,开发者们将自己与一个未来可靠且不断发展的技术堆栈相一致,这...
Saas Starter Kit is a Modern Fully Featured SAAS Template Fully Featured Modern Saas Template Production Ready, Clean code. Everything you need to start building your SAAS app. Just fill out the Env variables and you are ready to go.
UI Library:shadcn/ui Getting Started git clone https://github.com/nextjs/saas-startercdsaas-starter pnpm install Running Locally Use the included setup script to create your.envfile: pnpm db:setup Then, run the database migrations and seed the database with a default user and team: ...
Ship Next.js 15 apps with an MDX blog in minutes. TypeScript, Shadcn UI and all components you need to build for your app, website, product or blog. SEO optimized, responsive and performant.
shadcn/ui :UI 库 tailwindcss: CSS 框架,用于快速构建响应式设计网站(移动优先) contentlayer: 内容层,用于获取和渲染内容。 next-themes: 主题切换库。 framer-motion:为网站添加动效 ESLint + Prettier :代码格式化 husky: Git 钩子管理; lint-staged: 在提交前检查暂存文件; ...
Tech Stack Next.js Clerk Auth Stack Auth Tailwind CSS Shadcn UI React Hook Form Get Started npx nextjs-saaskit@latest cd projectName Copy.env.locto.env.local Copy.env.exampleto.env Update env variables Runnpm installto install dependencies. ...