The next-gen platform for academic writing.
Open Source ⸱ AI-Native ⸱ Collaborative
📱 Live App • Features • Stack • Setup
Ing AI revolutionizes the academic writing process. Inspired by Jenni.ai, it offers an environment that accompanies students and researchers from initial research to final export. We combine the power of LLMs (Deepseek), a massive database of scientific sources (>250M papers), and a state-of-the-art editor.
Context-Aware Autocomplete
The AI understands the context of your work and logically continues your sentences – as if it were reading your mind.
Specialized Agents
- Bachelor & Master Agent: A guided workflow for your thesis (Topic finding → Outline → Writing phase).
- AskJenni: Chat directly with your library. "Summarize the methodology of Source X" or "Find counterarguments".
Smart Commands
Highlight text and transform: Rewrite, Shorten, Simplify, or Make Academic.
| Metric | Source Coverage |
|---|---|
| Databases | Access to >20 databases (CrossRef, OpenAlex, PubMed, arXiv) |
| Index | Search in over 250 million scientific articles |
| Styles | Support for >9000 citation styles (APA, Harvard, IEEE) via CSL |
Citation Management
Automatic bibliography generation in real-time. Add a source, and the bibliography updates immediately.
Research Library
Central management of PDFs, notes, and metadata. BibTeX Import & Export for full compatibility.
We use Plate.js for an unbeatable editing experience.
Format Flexibility
Import and export in all relevant formats:
- Input: Markdown, HTML, BibTeX
- Output: DOCX (Word), HTML, Markdown, LaTeX, PDF
TextLive Math
Write formulas naturally in the flow. Type /mat or syntax like \sum:
-
Inline:
$E=mc^2$ - Block: Full LaTeX Equation environment
Sync Engine
Conflict-free, simultaneous editing in Google Docs style (powered by Yjs).
Presence & Review
Live cursors show team activity. Use comments and suggestion mode (Track Changes) for professional feedback.
This stack defines the standard for modern AI web apps in 2025.
| Scope | Technology | Usage |
|---|---|---|
| Framework | Next.js 16 | App Router, Server Actions |
| Styling | Tailwind 4 | + Shadcn/ui & Framer Motion |
| Editor | Plate.js | Headless WYSIWYG Framework |
| Database | Supabase | Postgres, Auth, Realtime, Vector |
| AI Layer | Deepseek | High-Performance LLM Integration |
- Node.js 18+ (pnpm recommended)
- Supabase Account
- Deepseek API Key
-
Clone Repository
git clone https://github.com/your-username/ing-ai.git cd ing-ai -
Install Dependencies
npm install
-
Environment Setup
cp ENV_TEMPLATE.md .env.local # Enter your API Keys in .env.local -
Database Migration Run the SQL script
supabase/schema.sqlin the Supabase Dashboard. -
Run Dev Server
npm run dev
Visit:
http://localhost:3000
- Core Editor: Markdown, LaTeX, Realtime Sync (Yjs)
- AI Engine: Deepseek Autocomplete & Chat Agents
- Citations: >9000 Styles, >20 Databases, BibTeX Support
- Exports: DOCX, HTML, Markdown
- Mobile: Native Mobile App
- Plagiarism: External Plagiarism Scanner APIs Integration
- Offline: Local-First Sync Architecture
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.