🚀 The AI SaaS Web App 🌐🤖
🔍 What's It About?
- Crafted an intelligent SaaS platform, Imaginify, harnessing the power of Cloudinary's AI model. Now, unleash your creativity by modifying and enhancing images effortlessly.
🎯 Key Features:
- Home: This likely leads users to the website's landing page, providing an overview of its functionalities.
- Image Restore: This feature suggests the ability to restore and potentially enhance damaged or degraded images.
- Generative Fill: This feature could involve using AI to fill in missing or unwanted parts of an image.
- Object Remove: This allows users to remove unwanted objects from their images using AI-powered detection and removal.
- Object Recolor: This feature enables users to selectively change the color of specific objects within an image.
- Background Remove: This allows for the removal of the background from an image, leaving the foreground object isolated.
- Profile: This section would likely allow users to manage their accounts, including settings, preferences, and potentially upload history.
- Buy Credits: This suggests your website might use a credit system for accessing certain features or functionalities.
🔧 Tech Stack:
- NextJs
- TypeScript
- Tailwind CSS
- Stripe
- React-hook-fome
- shad-cn
🌐 How It Works:
- Imaginify empowers you to unlock the full potential of your imagery through the power of cutting-edge Artificial Intelligence. Our user-friendly platform provides a comprehensive suite of tools designed to streamline your workflow and elevate your creative vision.
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/
MONGO_URI=
WEBHOOK_SECRET=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
NEXT_PUBLIC_SERVER_URL=localhost:3000
npm install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.