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

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.

Awesome Lists containing this project

README

        

# AI SaaS Platform
![Untitled](https://github.com/Seavleu/AI-Platform/assets/86590058/596ad6d5-59b4-4b13-967d-2d08bf11a639)
![Untitled](https://github.com/Seavleu/AI-Platform/assets/86590058/384a6b7e-9d82-4b90-b8c1-c27c43299884)

## 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