An open API service indexing awesome lists of open source software.

https://github.com/anshkaran7/grammer-ai

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.
https://github.com/anshkaran7/grammer-ai

ai grammer-checker language-processing nextjs openai react tailwindcss typescript vercel writing-tool

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 🎯 Grammar AI

![Grammar AI Logo](public/og-image.png)

[![Next.js](https://img.shields.io/badge/Next.js-13.0-black?style=for-the-badge&logo=next.js)](https://nextjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue?style=for-the-badge&logo=typescript)](https://www.typescriptlang.org/)
[![License](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=for-the-badge)](http://makeapullrequest.com)

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

[Demo](https://grammerai.vercel.app) • [Documentation](https://github.com/Anshkaran7/grammer-ai/wiki) • [Report Bug](https://github.com/Anshkaran7/grammer-ai/issues) • [Request Feature](https://github.com/Anshkaran7/grammer-ai/issues)

## ✨ 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 :

```bash
git clone https://github.com/Anshkaran7/grammer-ai.git
cd grammer-ai
```

2. Install dependencies:

```bash
npm install
# or
yarn install
```

3. Set up environment variables:

```bash
cp .env.example .env.local
```

4. Start the development server:

```bash
npm run dev
# or
yarn dev
```

5. Open [http://localhost:3000](http://localhost:3000) in your browser

## 🛠️ Tech Stack

- **Framework**: [Next.js 13](https://nextjs.org/)
- **Language**: [TypeScript](https://www.typescriptlang.org/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Font**: [Lato](https://fonts.google.com/specimen/Lato)
- **AI Integration**: Custom language models
- **Deployment**: [Vercel](https://vercel.com)

## 📖 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](CONTRIBUTING.md) 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

```env
GOOGLE_API_KEY=your_ai_model_key
```

## 📜 License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## 🙏 Acknowledgments

- [Next.js Documentation](https://nextjs.org/docs)
- [TypeScript Documentation](https://www.typescriptlang.org/docs)
- [Tailwind CSS Documentation](https://tailwindcss.com/docs)

## 📬 Contact

- **Developer**: Karan
- **Website**: [karandev.in](https://karandev.in)
- **Twitter**: [@itsmeekaran](https://twitter.com/itsmeekaran)
- **LinkedIn**: [@itsmeekaran](https://linkedin.com/in/itsmeekaran)
- **Project Link**: [https://github.com/Anshkaran7/grammer-ai](https://github.com/Anshkaran7/grammer-ai)

---

Made with ❤️ by [Karan](https://karandev.in)