Your AI-powered writing companion for flawless grammar and enhanced communication.
- 🤖 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
- Node.js 18.0 or later
- npm or yarn
- A modern web browser
- Clone the repository :
git clone https://github.com/Anshkaran7/grammer-ai.git
cd grammer-ai- Install dependencies:
npm install
# or
yarn install- Set up environment variables:
cp .env.example .env.local- Start the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser
- Framework: Next.js 13
- Language: TypeScript
- Styling: Tailwind CSS
- Font: Lato
- AI Integration: Custom language models
- Deployment: Vercel
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
We welcome contributions! Please see our Contributing Guide for details.
- Fork the repository
- Create your feature branch (
git checkout -b feature) - Commit your changes (
git commit -m 'Add some Feature') - Push to the branch (
git push origin feature) - Open a Pull Request
GOOGLE_API_KEY=your_ai_model_keyThis project is licensed under the MIT License - see the LICENSE file for details.
- Developer: Karan
- Website: karandev.in
- Twitter: @itsmeekaran
- LinkedIn: @itsmeekaran
- Project Link: https://github.com/Anshkaran7/grammer-ai
Made with ❤️ by Karan
