Skip to content

A modern web application that generates high-quality articles using AI models (Claude and ChatGPT) with customizable tones and styles.

Notifications You must be signed in to change notification settings

andipyk/AI-Article-Generator

Repository files navigation

AI Article Generator

A modern web application that generates high-quality articles using AI models (Claude and ChatGPT) with customizable tones and styles.

Demo Application

Features

  • 🤖 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

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn
  • OpenAI API Key (for ChatGPT)
  • Anthropic API Key (for Claude)

Installation

  1. Clone the repository:
git clone https://github.com/andipyk/AI-Article-Generator.git
cd AI-Article-Generator
  1. Install dependencies:
npm install
# or
yarn install
  1. Create .env.local file and add your API keys:
OPENAI_API_KEY=your_openai_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
  1. Run the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 with your browser to see the application.

Usage

  1. Enter your article title or topic
  2. Choose between Anthropic (Claude) or OpenAI (ChatGPT)
  3. Select one or more tones for your article
  4. Click Generate Article and wait for the magic to happen!

Tech Stack

  • Next.js 15
  • TypeScript
  • Tailwind CSS
  • Shadcn UI
  • OpenAI API / Anthropic API

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A modern web application that generates high-quality articles using AI models (Claude and ChatGPT) with customizable tones and styles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published