Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanmay-312/imaginify_saas

Experience seamless AI-powered image editing with our SaaS platform. Restore images, fill gaps, remove or recolor objects, and change backgrounds effortlessly. Built with Next.js, React.js, MongoDB, and Cloudinary. Secure user authentication via Clerk, stylish UI with Shadcn and TailwindCSS, and Stripe integration for payments.
https://github.com/tanmay-312/imaginify_saas

clerk cloudinary mongodb nextjs reactjs saas shadcn-ui stripe tailwindcss

Last synced: 8 days ago
JSON representation

Experience seamless AI-powered image editing with our SaaS platform. Restore images, fill gaps, remove or recolor objects, and change backgrounds effortlessly. Built with Next.js, React.js, MongoDB, and Cloudinary. Secure user authentication via Clerk, stylish UI with Shadcn and TailwindCSS, and Stripe integration for payments.

Awesome Lists containing this project

README

        

# AI Image Editing SaaS Platform

Welcome to our AI-powered image editing platform! This project provides users with advanced tools to restore images, perform generative fill, remove or recolor objects, and remove backgrounds with ease.

## Features

- **Image Restoration:** Revive old or damaged images with AI.
- **Generative Fill:** Seamlessly fill gaps or extend images.
- **Object Remover:** Effortlessly remove unwanted objects from photos.
- **Object Recolor:** Change the color of specific objects within an image.
- **Background Remover:** Quickly remove or replace image backgrounds.

## Tech Stack

- **Frontend:** [Next.js](https://nextjs.org/), [React.js](https://reactjs.org/)
- **UI:** [Shadcn](https://shadcn.dev/), [TailwindCSS](https://tailwindcss.com/)
- **Authentication:** [Clerk](https://clerk.dev/)
- **Database:** [MongoDB](https://www.mongodb.com/)
- **Image Storage and Manipulation:** [Cloudinary](https://cloudinary.com/)
- **Payments:** [Stripe](https://stripe.com/)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/yourusername/ai-image-editing-platform.git
cd ai-image-editing-platform
```

2. Install the dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

## Usage

1. Sign up or log in using Clerk.
2. Upload an image to start editing.
3. Choose from the available AI-powered tools (restore, fill, remove, recolor, or change background).
4. Process and download the edited image.
5. Subscribe or make a one-time payment via Stripe for additional features.