InkForge is a modern AI-powered writing assistant built with Flask, featuring a clean glassmorphism interface, customizable writing modes, Markdown support, and a responsive workspace. It helps users generate professional content for blogs, social media, business communication, marketing, technical documentation, and more. Live at: https://ink-forge-snowy.vercel.app/
- Modern glassmorphism user interface with a clean and responsive layout
- Multiple AI writing modes for different content creation needs
- Professional content generation powered by Google Gemini AI
- Markdown rendering with support for headings, lists, tables, and code blocks
- Real-time writing workspace with smooth interactions
- Responsive design for desktop, tablet, and mobile devices
- Dark theme optimized for comfortable writing sessions
- Interactive sidebar for quick navigation between writing categories
- Copy generated content with a single click
- Character counting and writing statistics
- Toast notifications for user actions
- Fast Flask backend with REST API integration
- Python
- Flask
- Google Gemini API
- HTML5
- CSS3
- JavaScript (ES6+)
- Marked.js
- Font Awesome 6
- Inter Font
- Python 3.10 or later
- Google Gemini API Key
git clone https://github.com/MobeenFatimaa/InkForge.git
cd InkForgeWindows
python -m venv venv
venv\Scripts\activatemacOS / Linux
python3 -m venv venv
source venv/bin/activatepip install -r requirements.txtCreate a .env file in the project root.
GEMINI_API_KEY=your_google_gemini_api_key
FLASK_SECRET_KEY=your_secret_keypython app.pyOpen your browser and visit:
http://127.0.0.1:5000
InkForge/
│
├── static/
│ ├── css/
│ │ └── style.css
│ ├── js/
│ │ └── app.js
│ └── images/
│
├── templates/
│ └── index.html
│
├── utils/
│ ├── ai_writer.py
│ └── prompts.py
│
├── app.py
├── requirements.txt
├── vercel.json
└── README.md
- General Assistant
- Blog Writer
- SEO Writer
- LinkedIn Writer
- Instagram Caption Generator
- YouTube Script Writer
- Email Writer
- Product Description Generator
- AI prompt enhancement
- Content rewriting and humanization
- Grammar improvement
- PDF and DOCX export
- Writing history
- Prompt templates
- Additional writing styles
- Multi-language support
Mobeen Fatima
GitHub: https://github.com/MobeenFatimaa
LinkedIn: https://www.linkedin.com/in/mobeen-fatima-599a35347/
This project is licensed under the MIT License. See the LICENSE file for more information.