AI-Powered Text Enhancement
Enhance your writing anywhere in your browser. From casual chats to professional emails, Lubb Writer helps you communicate with clarity and confidence.
Powerful Features
Enhancement Modes
Easy Installation
How to Use the Extension
Using the Writer browser extension is simple and intuitive. Enhance your text directly from any webpage in three easy steps.
Self-Hosting the API Backend
Deploy your own Writer API server for complete data privacy. Your text never leaves your infrastructure — full control, full privacy.
Quick Start
1. Prerequisites
Ensure you have Docker and Docker Compose installed on your system.
docker --version
docker-compose --version
2. Create Environment File
Copy the example environment file and configure your settings:
cd api
cp .env.example .env
nano .env # Edit with your settings
3. Start the Container
Launch the API server with Docker Compose:
docker-compose up -d
docker-compose ps # Verify it's running
4. Configure the Extension
Point Writer to your self-hosted API:
API Endpoint: http://localhost:3001
API Token: (from your .env)
Supported AI Providers
Official Providers
- OpenAI - GPT-4o, GPT-4o-mini
- Anthropic - Claude 3.5 Sonnet, Claude 3 Opus
- Google - Gemini 1.5 Flash, Gemini 1.5 Pro
Custom OpenAI-Compatible Endpoints (up to 10)
- MiniMax - MiniMax-M2.1 models
- Ollama - Local LLM inference (Llama2, Mistral, Qwen, etc.)
- LM Studio - Local model serving
- LocalAI - Self-hosted AI gateway
- Any OpenAI-compatible API - Flexible custom endpoints
Example: Ollama Configuration
CUSTOM_PROVIDER_1_API_KEY=sk-local
CUSTOM_PROVIDER_1_BASE_URL=http://localhost:11434/v1
CUSTOM_PROVIDER_1_NAME=Ollama
CUSTOM_PROVIDER_1_MODELS=llama2,mistral,qwen
🔒 Security Best Practices
- Use a strong
API_TOKENto protect your API - Keep your
.envfile secure and never commit it to version control - Use HTTPS in production with a reverse proxy (nginx, Traefik)
- Regularly update your Docker images for security patches
Ready to Enhance Your Writing?
Join thousands of users who trust Lubb Writer for their daily text enhancement needs.
Install Now