Thanks to visit codestin.com
Credit goes to github.com

Skip to content

weilirs/qrGPT

 
 

Repository files navigation

Essay Title Generator – Generate compelling essay titles with AI instantly.

Generate compelling essay titles instantly with our free AI-powered essay title generator. Perfect for students, writers, and researchers.

Codium

Features · Tech Stack · Setup · Deploy Your Own · Authors


Features

🎯 Essay Types - Support for 10+ essay types including Academic, Argumentative, Persuasive, Narrative, and Creative Writing

🎨 Title Styles - Choose from 5 different styles: Formal & Academic, Creative & Engaging, Question-Based, Clear & Descriptive, and Bold & Impactful

📝 Keyword Input - Enter topic keywords like "climate change, social media, artificial intelligence"

📄 Content-Based Generation - Paste your essay content to generate titles based on your actual writing

🔢 Quantity Selection - Generate 5, 10, 15, or 20 titles at once

📋 One-Click Copy - Copy any generated title to your clipboard instantly

🔄 Generate More - Create new titles if you're not satisfied with the current ones

🤖 AI-Powered - Uses OpenAI GPT-3.5-turbo for sophisticated, contextually appropriate essay titles

Tech Stack

Setup

  1. Clone the repository:
git clone https://github.com/your-username/essay-title-generator.git
cd essay-title-generator
  1. Install dependencies:
npm install
  1. Set up environment variables:
# Create your environment file
touch .env.local
  1. Add your OpenAI API key to .env.local:
OPENAI_API_KEY=your_openai_api_key_here

Get your OpenAI API key:

Note: The app includes a fallback system that works even without an OpenAI API key, but AI-generated titles require a valid key.

  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Deploy Your Own

You can deploy this template to Vercel with the button below:

Deploy with Vercel

Important: Make sure to add your OPENAI_API_KEY environment variable in your Vercel project settings.

Authors

About

An AI QR Code Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.5%
  • CSS 5.0%
  • JavaScript 4.5%