Skip to content

This project is a Software-as-a-Service (SaaS) application built with Next.js 14, Cloudinary AI, Clerk, and Stripe. The app allows users to upload, manage, and monetize AI-transformed images through a seamless and secure platform. Users can authenticate using Clerk, upload images, apply AI transformations using Cloudinary

Notifications You must be signed in to change notification settings

shobhitsinha-A/Image-Wizard-AI

Repository files navigation

Image Wizard AI - Next.js SaaS App

Overview

This project is a Software-as-a-Service (SaaS) application built with Next.js 14, Cloudinary AI, Clerk, and Stripe. The app allows users to upload, manage, and monetize AI-transformed images through a seamless and secure platform. Users can authenticate using Clerk, upload images, apply AI transformations using Cloudinary, and purchase credits for image processing using Stripe.

Features

  • User Authentication: Secure user authentication and authorization using Clerk.
  • Image Upload: Users can upload their images to the application.
  • AI Transformations: Leverage Cloudinary AI capabilities to apply various transformations to uploaded images.
  • Payments and Credits: Users can purchase credits using Stripe to unlock advanced features and AI transformations.
  • Image Gallery: Browse and manage uploaded images with search and pagination functionality.
  • Image Details: View detailed information about each uploaded image, including applied transformations and metadata.
  • Update and Delete Images: Users can update or delete their uploaded images.

Technologies Used

  • Next.js 14: A React framework for building server-rendered and static websites.
  • Cloudinary AI: A cloud-based media management platform with AI capabilities for image and video transformations.
  • Clerk: A secure and easy-to-use authentication solution for modern web applications.
  • Stripe: A popular online payment processing platform for accepting and managing payments.
  • React Hook Form: A library for building form validation and management in React applications.
  • Zod: A TypeScript-first schema validation library for data validation.

Getting Started

Prerequisites

  • Node.js (v14 or later) and npm installed on your machine.
  • A Cloudinary account with an API key and secret.
  • A Clerk account with an API key and secret.
  • A Stripe account with API keys for accepting payments.

Installation

  1. Clone the repository:

    git clone https://github.com/shobhitsinha-A/Image-Wizard-AI.git
  2. Navigate to the project directory:

    cd Image-Wizard-AI
  3. Install dependencies:

    npm install
  4. Create a .env.local file in the project root directory and add the following environment variables:

    NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=<your-cloudinary-cloud-name>
    CLOUDINARY_API_KEY=<your-cloudinary-api-key>
    CLOUDINARY_API_SECRET=<your-cloudinary-api-secret>
    CLERK_FRONTEND_API_KEY=<your-clerk-frontend-api-key>
    STRIPE_PUBLISHABLE_KEY=<your-stripe-publishable-key>
    STRIPE_SECRET_KEY=<your-stripe-secret-key>

    Replace the placeholders with your actual API keys and secrets.

  5. Start the development server:

    npm run dev

    The application should now be running at http://localhost:3000.

Learn More

To learn more about the technologies used in this project, take a look at the following resources:

Contributing

Contributions are welcome! If you have any suggestions or find any issues, please create a pull request or open an issue on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Screenshots

Website

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.


About

This project is a Software-as-a-Service (SaaS) application built with Next.js 14, Cloudinary AI, Clerk, and Stripe. The app allows users to upload, manage, and monetize AI-transformed images through a seamless and secure platform. Users can authenticate using Clerk, upload images, apply AI transformations using Cloudinary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published