A modern web application that generates high-quality articles using AI models (Claude and ChatGPT) with customizable tones and styles.
- 🤖 Multiple AI Models Support (Anthropic Claude & OpenAI ChatGPT)
- 🎨 Customizable Article Tones
- ✨ Modern & Responsive UI
- 📋 One-Click Copy to Clipboard
- 🎯 Multiple Writing Styles:
- Formal & Professional
- Creative & Narrative
- Persuasive & Inspirational
- Informative & Analytical
- Emotional & Empathetic
- Node.js 18+
- npm or yarn
- OpenAI API Key (for ChatGPT)
- Anthropic API Key (for Claude)
- Clone the repository:
git clone https://github.com/andipyk/AI-Article-Generator.git
cd AI-Article-Generator
- Install dependencies:
npm install
# or
yarn install
- Create
.env.local
file and add your API keys:
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
- Run the development server:
npm run dev
# or
yarn dev
- Open http://localhost:3000 with your browser to see the application.
- Enter your article title or topic
- Choose between Anthropic (Claude) or OpenAI (ChatGPT)
- Select one or more tones for your article
- Click Generate Article and wait for the magic to happen!
- Next.js 15
- TypeScript
- Tailwind CSS
- Shadcn UI
- OpenAI API / Anthropic API
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.