Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishikesh-suvarna/visionary-ai
Visionary AI is a state-of-the-art SaaS platform designed on Next.js, leveraging MongoDB for robust database management. Tailwind CSS ensures a sleek user interface, complemented by Shadcn's pre-built components for enhanced functionality. Using Cloudinary APIs, Visionary AI enables seamless and sophisticated image manipulation capabilities.
https://github.com/rishikesh-suvarna/visionary-ai
clerk cloudinary mongodb mongoose nextjs react shadcn-ui tailiwindcss
Last synced: 11 days ago
JSON representation
Visionary AI is a state-of-the-art SaaS platform designed on Next.js, leveraging MongoDB for robust database management. Tailwind CSS ensures a sleek user interface, complemented by Shadcn's pre-built components for enhanced functionality. Using Cloudinary APIs, Visionary AI enables seamless and sophisticated image manipulation capabilities.
- Host: GitHub
- URL: https://github.com/rishikesh-suvarna/visionary-ai
- Owner: rishikesh-suvarna
- Created: 2024-06-22T23:39:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T14:18:07.000Z (4 months ago)
- Last Synced: 2024-07-14T15:49:49.661Z (4 months ago)
- Topics: clerk, cloudinary, mongodb, mongoose, nextjs, react, shadcn-ui, tailiwindcss
- Language: TypeScript
- Homepage: https://visionary-ai-omega.vercel.app
- Size: 573 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visionary AI
Visionary AI is a state-of-the-art SaaS platform designed on Next.js, leveraging MongoDB for robust database management. Tailwind CSS ensures a sleek user interface, complemented by Shadcn's pre-built components for enhanced functionality. Using Cloudinary APIs, Visionary AI enables seamless and sophisticated image manipulation capabilities. Whether it's enhancing photos, generating artistic effects, or automating complex edits, Visionary AI empowers users to unleash their creativity effortlessly.
## Tech Stack
NextJS, TailwindCSS, Clerk, ShadCn UI
## Run Locally
Clone the project (Node > v18)
```bash
git clone https://github.com/rishikesh-suvarna/visionary-ai.git
```Go to the project directory
```bash
cd visionary-ai
```Install dependencies
```bash
npm i
```Start the server in development
```bash
npm run dev
```Start the server
```bash
npm run start
```