Skip to content

Anshkaran7/grammer-ai

Repository files navigation

🎯 Grammar AI

Grammar AI Logo

Next.js TypeScript License PRs Welcome

Your AI-powered writing companion for flawless grammar and enhanced communication.

DemoDocumentationReport BugRequest Feature

✨ Features

  • 🤖 AI-Powered Grammar Correction - Advanced language model for accurate corrections
  • Real-time Analysis - Instant feedback as you type
  • 📝 Writing Style Suggestions - Improve clarity and readability
  • 🎨 Context-Aware Recommendations - Understanding your writing context
  • 🌐 Multi-language Support - Works across multiple languages
  • 📱 Responsive Design - Seamless experience across all devices
  • 🔒 Privacy-Focused - Your data stays private and secure

🚀 Quick Start

Prerequisites

  • Node.js 18.0 or later
  • npm or yarn
  • A modern web browser

Installation

  1. Clone the repository :
git clone https://github.com/Anshkaran7/grammer-ai.git
cd grammer-ai
  1. Install dependencies:
npm install
# or
yarn install
  1. Set up environment variables:
cp .env.example .env.local
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

🛠️ Tech Stack

📖 Project Structure

grammer-ai/
├── app/                    # Next.js 13 app directory
│   ├── components/         # Reusable UI components
│   ├── lib/               # Utility functions and helpers
│   └── layout.tsx         # Root layout with metadata
├── public/                # Static assets
├── styles/                # Global styles
└── types/                 # TypeScript type definitions

🤝 Contributing

We welcome contributions! Please see our Contributing Guide for details.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature)
  3. Commit your changes (git commit -m 'Add some Feature')
  4. Push to the branch (git push origin feature)
  5. Open a Pull Request

📝 Environment Variables

GOOGLE_API_KEY=your_ai_model_key

📜 License

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

🙏 Acknowledgments

📬 Contact


Made with ❤️ by Karan

About

Grammar AI is your intelligent writing assistant that provides real-time grammar corrections, style suggestions, and writing improvements using advanced language models. Built with Next.js, TypeScript, and Tailwind CSS, it helps you communicate more effectively.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors