A free, open-source collection of AI-powered productivity tools.
ๅบไบ DeepSeek API ็ๅ ่ดน AI ๆ็ๅทฅๅ ท้ๅ๏ผๅผ็ฎฑๅณ็จใ
| Tool | Description | Status |
|---|---|---|
| โ๏ธ AI Rewrite & Polish | Intelligently optimize Chinese & English text expressions | โ Available |
| ๐ AI Summary | Extract key points from long articles in one click | โ Available |
| ๐ AI Translation | Chinese / English / Japanese / Korean cross-language translation | โ Available |
| ๐ฑ Markdown โ WeChat | Convert Markdown to WeChat article formatting with inline styles | โ Available |
๐ก All tools are powered by DeepSeek โ fast, accurate, and cost-effective.
- Node.js 18+
- A DeepSeek API Key (free tier available)
# Clone the repository
git clone https://github.com/Lifa-su/ai-toolbox.git
cd ai-toolbox
# Install dependencies
npm install
# Set up environment variables
cp .env.local.example .env.local
# Edit .env.local and add your DeepSeek API Key
# Start the dev server
npm run devOpen http://localhost:3000 and you're good to go! ๐
๐ Try it now: https://ai-toolbox.vercel.app
No sign-up required. Just open and use.
| Technology | Purpose |
|---|---|
| Next.js 14 | React framework (App Router) |
| React 18 | UI library |
| TailwindCSS | Utility-first CSS |
| DeepSeek API | AI model backend |
| Vercel | Deployment platform |
ai-toolbox/
โโโ src/
โ โโโ app/
โ โ โโโ api/ # API routes (rewrite, summary, translate, markdown)
โ โ โโโ rewrite/ # AI rewrite page
โ โ โโโ summary/ # AI summary page
โ โ โโโ translate/ # AI translation page
โ โ โโโ markdown/ # Markdown to WeChat page
โ โ โโโ layout.js # Root layout
โ โ โโโ page.js # Home page
โ โ โโโ globals.css # Global styles
โ โโโ components/ # Reusable UI components
โ โโโ Header.js
โ โโโ Footer.js
โ โโโ ToolCard.js
โ โโโ TextProcessor.js
โ โโโ TranslateProcessor.js
โ โโโ MarkdownProcessor.js
โโโ .env.local.example # Environment variable template
โโโ next.config.js
โโโ tailwind.config.js
โโโ package.json
| Variable | Description |
|---|---|
DEEPSEEK_API_KEY |
Your DeepSeek API key (Get one here) |
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit your changes:
git commit -m 'Add amazing feature' - Push to the branch:
git push origin feature/amazing-feature - Open a Pull Request
Feel free to open an issue for bug reports, feature requests, or questions.
This project is licensed under the MIT License.
If you find this project useful, please consider giving it a โญ๏ธ
Made with โค๏ธ by Lifa-su