Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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系统
- Host: GitHub
- URL: https://github.com/sunnshare/ai-saas
- Owner: sunnshare
- Created: 2023-11-06T03:04:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-07T09:16:49.000Z (about 1 year ago)
- Last Synced: 2024-11-07T08:44:23.716Z (2 months ago)
- Topics: gpt-3, nextjs, prisma, replicate, stripe, tailwind
- Language: TypeScript
- Homepage: https://ai-saas-tau-wheat.vercel.app
- Size: 2.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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