Super simple, single-file text editor with real-time AI-powered auto-completion suggestions, supporting multiple AI models from Anthropic, OpenAI, and GROQ.
- Real-time AI text completion suggestions
- Support for multiple AI providers:
- Anthropic (Claude 3 models)
- OpenAI (GPT-4 models)
- GROQ (Various LLaMA and Mixtral models)
- Adjustable AI temperature/creativity settings
- Mobile-friendly with touch/swipe support
- Persistent settings and content via localStorage
- Clean, minimal interface using Pico CSS
- JetBrains Mono font for optimal readability
- Paste plain-text context to fine-tune the tone
- HTML5
- CSS3
- JavaScript/jQuery
- Pico CSS for styling
- Various AI APIs (Anthropic, OpenAI, GROQ)
- Clone the repository
- Open
index.html
in a web browser - Click the Settings panel
- Enter your API key(s) for the desired AI providers:
- GROQ API key
- OpenAI API key
- Anthropic API key
- Start typing in the editor
- The AI will automatically suggest completions after you stop typing
- Accept suggestions:
- Desktop: Press Tab or Right Arrow key
- Mobile: Tap suggestion or swipe right
You'll need at least one API key from the following providers:
- GROQ: Get API Key
- OpenAI: Get API Key
- Anthropic: Get API Key
The editor allows customization of:
- AI model selection (based on available API keys)
- Temperature/creativity level (0.0 - 1.0)
- Settings persistence across sessions
- API keys are stored locally in your browser
- No data is sent to any server except the AI providers
- All text processing happens client-side
- Works on modern browsers (Chrome, Firefox, Safari, Edge)
- Fully responsive design for mobile and desktop
- Touch-optimized for mobile devices
MIT License - feel free to use and modify as needed.