⭐ If you like this project, give it a star!
Zero API. Zero cost. 100% private.
Runs entirely in your browser using Transformers.js.
- Text Summarizer — Paste any article or document and get a clean bullet-point summary
- Content Generator — Type a prompt and get AI-generated text
- Fully Local — Models run via WebAssembly in your browser (Transformers.js)
- Cached Models — Downloads once, works offline after that
- No API Key — No OpenAI, no Gemini, no cost
| Layer | Technology |
|---|---|
| UI | HTML5 + Vanilla CSS + Vanilla JS |
| AI Runtime | Transformers.js (Xenova) |
| Summarizer | Xenova/distilbart-cnn-6-6 |
| Generator | Xenova/flan-t5-small |
| Hosting | GitHub Pages |
# Clone the repo
git clone https://github.com/ayanlogix/neuralforge.git
cd neuralforge
# Serve locally
python -m http.server 5500