Wishgram is a web application that allows you to generate personalized handwritten wish cards for every occasion, powered by AI. Whether it’s a birthday, holiday, or special event, simply type your message, and Wishgram will create a beautiful, custom card for you to share with your loved ones. Try it out here.
To get Wishgram up and running on your local machine, follow these steps:
-
Clone the Repository:
git clone https://github.com/shajidhasan/wishgram.git cd wishgram
-
Install Dependencies:
npm install
-
Set Up Environment Variables:
- Rename the
.env.example
file to.env
- Input your Gemini AI API key. You can acquire it for free.
- Rename the
-
Run the Development Server:
npm run dev
The application should now be running locally.
This project is licensed under the MIT License. You are free to use, modify, and distribute this software as you see fit.