The name is a play on words, combining "imagination" with "AI" to suggest that the app is a tool for turning text into images using the power of artificial intelligence. It's catchy, easy to remember, and gives a sense of creativity and innovation, which are important qualities for an AI-based application. Additionally, the name has a positive and optimistic vibe to it, which can be appealing to potential users.
## Getting StartedFirst, set-up the Atlas MongoDB, Cloudinary and OpenAI API key & prepare yourself a .local.env file that contains:
OPENAI_API_KEY = ""
CLOUDINARY_API_KEY =""
CLOUDINARY_API_SECRET = ""
CLOUDINARY_CLOUD_NAME = ""
BASE_URL = "http://yourdomain.com"
Second, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.