A React application that uses OpenAI's API to generate complete blog posts from a given topic.
- Generate complete blog posts with proper formatting
- Customize your blog topic
- Copy generated content to clipboard
- Responsive design
- Node.js and npm installed
- OpenAI API key (get one at https://platform.openai.com/api-keys)
- Clone this repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser
- Enter your blog topic in the text area
- Enter your OpenAI API key in the input field
- Click "Generate Blog"
- Wait for the AI to generate your blog content
- Copy the content or generate a new blog
- React
- TypeScript
- Chakra UI
- OpenAI API
- Axios
MIT