Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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