An open API service indexing awesome lists of open source software.

https://github.com/probablyarth/saas-temp


https://github.com/probablyarth/saas-temp

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Makerkit Clone (Supabase Next14 Stripe Tailwindcss Multi-Organization starter template)
This is a [Next.js](https://nextjs.org/) starter template for a premier multi-tenant SaaS business. Use this All in One launchpad to jumpstart development. This code includes Admin Panel for business management, pre-built user authentication, Supabase integration, Resend, Stripe, UX Animations and more. [Customize in ChatGPT](https://chatgpt.com/g/g-PZRmqyRFG-saas-studio-launch-your-app-in-minutes)

🚀 Launch your saas in 5 minutes, instead of days!

![image](https://github.com/user-attachments/assets/f87cdc27-76f1-4de7-860a-bbb3392466c2)
![image](https://github.com/user-attachments/assets/504c6b7c-710a-44dc-a18f-2630a16a758c)
![image](https://github.com/user-attachments/assets/83ce7a7c-50eb-4df4-9869-16ffc2241576)
![image](https://github.com/user-attachments/assets/9976f03c-3ab3-49ee-b1a8-600449cd6057)
![image](https://github.com/user-attachments/assets/cb9948aa-ab42-4a44-b9cf-868747e2e38b)
![image](https://github.com/user-attachments/assets/7072c01e-05e8-4a6e-b8c1-0f472c20ca6f)
![image](https://github.com/user-attachments/assets/5eb24d33-2fd0-4e8d-82eb-6bb0ebeebb81)
![image](https://github.com/user-attachments/assets/f9437010-0742-4336-b84e-5ba22c22cf1b)

## Getting Started

Clone this repo then start editing strings located in public/locales/en

Edit experiences in /app
- /dashboard
- /admin
- /site (landing page)

First, run the development server:

```bash
npm install --force
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.

The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.

This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Learn More

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

## Deploy on Vercel

The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.

Quick link to [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.

### Instant deploy
Click below to clone and deploy instantly. Enjoy your new SaaS.

[![Deploy to Vercel](https://vercel.com/button)](https://vercel.com/new/import?s=https%3A%2F%2Fgithub.com%2Fcameronking4%2Flra-saas-kit&demo-title=Launch%20Ready%20SaaS&demo-description=The%20ultimate%20startboard%20for%20multi%20organization%20SaaS%20business%20with%20Admin%20Panel%2C%20Auth%2C%20Supabase%2C%20Resend%2C%20Stripe%2C%20Animations%20and%20more.&demo-url=https%3A%2F%2Flra-saas.vercel.app%2F&demo-image=https%3A%2F%2Flra-saas.vercel.app%2F_next%2Fimage%3Furl%3D%252Fassets%252Fimages%252Fdashboard-dark.jpg%26w%3D3840%26q%3D75&showOptionalTeamCreation=false&project-name=lra-saas-kit&framework=nextjs&totalProjects=1&remainingProjects=1)

## Build Settings
Within Vercel, be sure to override the build settings with the following.

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Use the sample .env to deploy your application. It will not build correctly without all accurate variables present.