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.
- Host: GitHub
- URL: https://github.com/anshkaran7/grammer-ai
- Owner: Anshkaran7
- License: mit
- Created: 2025-06-17T17:05:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T17:17:40.000Z (about 1 year ago)
- Last Synced: 2025-06-17T18:24:39.645Z (about 1 year ago)
- Topics: ai, grammer-checker, language-processing, nextjs, openai, react, tailwindcss, typescript, vercel, writing-tool
- Language: TypeScript
- Homepage: https://grammerai.vercel.app/
- Size: 84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎯 Grammar AI

[](https://nextjs.org/)
[](https://www.typescriptlang.org/)
[](LICENSE)
[](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)