https://github.com/seavleu/anyai-sass-platform
Visit anyAI.com. The current demo is down and under debugging. Please refer to the interface display in the ReadME.md file.
https://github.com/seavleu/anyai-sass-platform
genrative-ai openai-api sass web-application
Last synced: 3 months ago
JSON representation
Visit anyAI.com. The current demo is down and under debugging. Please refer to the interface display in the ReadME.md file.
- Host: GitHub
- URL: https://github.com/seavleu/anyai-sass-platform
- Owner: Seavleu
- Created: 2023-07-28T19:20:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T00:47:42.000Z (about 1 year ago)
- Last Synced: 2025-01-18T14:30:07.248Z (4 months ago)
- Topics: genrative-ai, openai-api, sass, web-application
- Language: TypeScript
- Homepage: https://anyai-saas-platform.vercel.app/
- Size: 2.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI SaaS Platform

## Introduction
Welcome to the AI SaaS Platform! This platform provides various AI-powered tools for generating content such as images, conversations, music, and videos.
## Document
- Check out the live demo of the AI SaaS Platform [here](https://anyai-saas-platform.vercel.app/).
- Check out document in [here](https://vast-part-d09.notion.site/AI-SaaS-Platform-86b9a7b7d8d545fbb289c15b5507dbb6).
- Check out raw demo video in [here](https://www.youtube.com/watch?v=7JAqUhTARwM&t=37s).
- Sample of Interface & Testing are [here](https://vast-part-d09.notion.site/AI-SaaS-Platform-86b9a7b7d8d545fbb289c15b5507dbb6#ed6c8b4fb380450380901c50c8bf0909)## About
The AI SaaS Platform offers a suite of tools powered by cutting-edge AI models to assist users in generating a variety of content types.
## Overview
The platform includes tools for:
- Conversation Generation
- Image Generation
- Video Generation
- Music Generation
- Code Generation## Tech Stack
The AI SaaS Platform is built using the following technologies:
- Typescript
- Next.js 13
- React.js
- TailwindCSS
- Prisma
- Stripe
- Clerk Auth
- Icons: Lucid React Icon## Features
### Main Features
1. **Image Generation Tool (Open AI)**
2. **Conversation Generation Tool (Open AI)**
3. **Music Generation Tool (Replicate AI)**
4. **Video Generation Tool (Replicate AI)**### Other Features
- Folder structure in Next 13 App Router
- Clerk Authentication (Email, Google)
- Server error handling using react-toast
- 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 the database