https://github.com/abdullah-dev0/imaginify
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.
https://github.com/abdullah-dev0/imaginify
nextjs react-hook-form reactjs shadcn-ui stripe-payments taliwindcss
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/abdullah-dev0/imaginify
- Owner: Abdullah-dev0
- Created: 2024-02-24T18:54:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T15:19:07.000Z (about 2 years ago)
- Last Synced: 2024-05-13T16:31:18.096Z (about 2 years ago)
- Topics: nextjs, react-hook-form, reactjs, shadcn-ui, stripe-payments, taliwindcss
- Language: TypeScript
- Homepage: https://imaginify-sable.vercel.app
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**🚀 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:_**
1. Home: This likely leads users to the website's landing page, providing an overview of its functionalities.
2. Image Restore: This feature suggests the ability to restore and potentially enhance damaged or degraded images.
3. Generative Fill: This feature could involve using AI to fill in missing or unwanted parts of an image.
4. Object Remove: This allows users to remove unwanted objects from their images using AI-powered detection and removal.
5. Object Recolor: This feature enables users to selectively change the color of specific objects within an image.
6. Background Remove: This allows for the removal of the background from an image, leaving the foreground object isolated.
7. Profile: This section would likely allow users to manage their accounts, including settings, preferences, and potentially upload history.
8. 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.**