Turn words into visuals—this app uses OpenAI's DALL·E API to generate original images from text prompts, powered by Node.js and Express.
- Generate unique AI images from any text prompt
- Recent images history
- Responsive, clean UI
- Secure backend (API key never exposed to frontend)
- Node.js & Express (backend)
- OpenAI DALL-E API
- HTML, CSS, JavaScript (frontend)
-
Clone the repository
git clone https://github.com/kmanche4675/kendrickmanchester-ai-image-generator.git cd kendrickmanchester-ai-image-generator
-
Install backend dependencies
npm install
-
Create a
.env
file in the project root with your OpenAI API key:OPENAI_API_KEY=sk-...
-
Start the backend server
node server.js
-
Open
index.html
in your browser
(Double-click or use Live Server in VS Code)
- You must use your own OpenAI API key.
Never share your key publicly. - The backend server (
node server.js
) must be running for the app to work. - Do not commit your
.env
file to GitHub.

MIT
- Add more unit tests for backend
- Deploy live demo
- Add user authentication
- Add a dark/light mode toggle for the UI
- Live demo coming soon
LinkedIn
Email: kmanch3@lsu.edu
Created by Kendrick Manchester