A sleek, modern AI translation tool that combines the simplicity of traditional translators with the power of AI language models.
A beautiful and super convenient AI translation tool, crafted for "traditionalists" who need a modern translation experience.
- Minimalist Design - Clean interface, no ads, no distractions
- Smart Interaction - Automatic language detection, instant translation
- Multiple Models - Support for Gemini, GPT-4, Groq, DeepSeek and more
- Shortcuts - Keyboard shortcuts for efficient translation
- Responsive Design - Perfect for both desktop and mobile
- Node.js >= 18.0.0
- Package Manager: Bun (recommended) or npm
- Clone the repository
git clone https://github.com/yourusername/ai-translate.git
cd ai-translate
- Install dependencies
# Using Bun (Recommended for better performance)
bun install
# Or using npm
npm install
- Configure environment variables
cp .env.example .env
Then edit the .env
file and add your API keys
- Start the development server
# Using Bun (Recommended)
bun dev
# Or using npm
npm run dev
Now open http://localhost:3000 to use it!
- Input Text - Type or paste text in the left panel
- Translate - Press Enter to start translation
- Line Break - Use Shift + Enter for new lines
- Copy Result - Results are automatically copied to clipboard
- Toggle Theme - Click the theme icon in top-left
- Switch Model - Use the model selector at the top
- Reset - Click the center Logo to reset everything
Pull requests and issues are welcome!