Polish your thoughts with AI. A simple, elegant Progressive Web App for text refinement.
- Auto-process on paste: Automatically refines text when you paste
- Language support: Maintains input language or forces specific output language
- Offline capable: Works offline after first load
- Installable: Add to home screen on iOS/Android
- Open Safari and navigate to your app URL (e.g.,
http://localhost:8000) - Tap the Share button (square with arrow pointing up)
- Scroll down and tap "Add to Home Screen"
- Tap "Add" in the top right corner
- The app will appear on your home screen
- Open the app
- Tap the settings icon (gear) in the top right
- Enter your Anthropic API token
- Configure your preferences:
- Auto-process on paste
- Force output language (optional)
- Select output language
- Tap the clipboard icon or paste text
- The app will automatically process (if enabled) or click "Touch Up"
- Click "Try Again" for different variations
- Text is automatically copied to clipboard
- API Token: Your Anthropic API key (required)
- Auto-process on paste: Process immediately after pasting (default: on)
- Force output language: Override input language (default: off)
- Output Language: Target language when force is enabled
index.html- Main app filemanifest.json- PWA manifestservice-worker.js- Service worker for offline supporticon-192.svg- App icon (192x192)icon-512.svg- App icon (512x512)
# Start server
python3 -m http.server 8000
# Or use Node.js
npx http-server -p 8000Visit http://localhost:8000 in your browser.
- All data is stored locally in your browser
- API calls go directly to Anthropic (no intermediary server)
- No analytics or tracking
MIT