Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sunnshare/ai-saas

基于GPT的AI-SAAS系统
https://github.com/sunnshare/ai-saas

gpt-3 nextjs prisma replicate stripe tailwind

Last synced: 20 days ago
JSON representation

基于GPT的AI-SAAS系统

Awesome Lists containing this project

README

        

# Build a SaaS AI Platform with Next.js, React, Tailwind, Prisma, Stripe | Full Tutorial 2023

[VIDEO TUTORIAL](https://www.youtube.com/watch?v=ffJ38dBzrlY)

[github 源地址](https://github.com/AntonioErdeljac/next13-ai-saas)

Open AI - 国外访问不了,使用了代理 api - [https://ai-yyds.com](https://ai-yyds.com)

Replicate - 需要绑定银行卡,改用 postgresql - [https://supabase.com/](https://supabase.com/)

Features:

- Tailwind design
- Tailwind animations and effects
- Full responsiveness
- Clerk Authentication (Email, Google, 9+ Social Logins)
- Client form validation and handling using react-hook-form
- Server error handling using react-toast
- Image Generation Tool (Open AI)
- Video Generation Tool (Replicate AI)
- Conversation Generation Tool (Open AI)
- Music Generation Tool (Replicate AI)
- Page loading state
- Stripe monthly subscription
- Free tier with API limiting
- How to write POST, DELETE, and GET routes in route handlers (app/api)
- How to fetch data in server react components by directly accessing database (WITHOUT API! like Magic!)
- How to handle relations between Server and Child components!
- How to reuse layouts
- Folder structure in Next App Router