简体中文 | English
Create · Publish · Engage · Monetize — all in one platform.
AiToEarn helps creators, brands, and businesses build, distribute, and monetize content with AI-powered automation across the world’s most popular platforms.
Supported Channels: Douyin, Xiaohongshu (Rednote), WeChat Channels, Kuaishou, Bilibili, WeChat Official Accounts, TikTok, YouTube, Facebook, Instagram, Threads, Twitter (X), Pinterest, LinkedIn
| OS | Download |
|---|---|
| Android | |
| Windows | |
| macOS | |
| iOS | Coming soon! |
| Web | Use on Web |
This is the easiest way to run AiToEarn. It will start the frontend, backend, MongoDB and Redis with one command.
You do NOT need to install MongoDB or Redis on your machine manually.
git clone https://github.com/yikart/AiToEarn.git
cd AiToEarn
cp env.example .env
docker compose up -dAfter Docker starts successfully, you can access services at:
| Service | URL | Description |
|---|---|---|
| Web Frontend | http://localhost:3000 | Web user interface |
| Main Backend API | http://localhost:3002 | AiToEarn main server API |
| Channel Service API | http://localhost:7001 | AiToEarn channel service API |
| MongoDB | localhost:27017 | MongoDB (inside Docker, uses username/password from .env) |
| Redis | localhost:6379 | Redis (inside Docker, uses password from .env) |
ℹ️ MongoDB & Redis are both started by
docker compose. You only need to configure their passwords in.env; no extra local installation is required.
Edit the .env file to set secure values and customize your deployment:
# Required security configurations
MONGODB_PASSWORD=your-secure-mongodb-password
REDIS_PASSWORD=your-secure-redis-password
JWT_SECRET=your-jwt-secret-key
INTERNAL_TOKEN=your-internal-token
# If external access is needed, set your public API/domain
NEXT_PUBLIC_API_URL=http://your-domain.com:3002/api
APP_DOMAIN=your-domain.com✅ In production, please use strong, random passwords and secrets.
🧪 Optional: Run backend & frontend manually (dev mode)
This mode is mainly for local development & debugging.
You can still use Docker for MongoDB/Redis or point to your own services via .env.
cd project/aitoearn-monorepo
pnpm install
npx nx serve aitoearn-channel
# in another terminal
npx nx serve aitoearn-serverpnpm install
pnpm run dev🖥️ Optional: Start Electron desktop project
# Clone the repo
git clone https://github.com/yikart/AttAiToEarn.git
# Enter directory
cd AttAiToEarn
# Install dependencies
npm i
# Compile sqlite (better-sqlite3 requires node-gyp and local Python)
npm run rebuild
# Start development
npm run devThe Electron project provides a desktop client for AiToEarn.
🚀 AiToEarn is a full-stack AI-powered content growth & monetization platform. From creative ideas, to multi-channel publishing, to analytics & monetization — AiToEarn helps you truly Create · Publish · Engage · Monetize.
-
Distribute Everywhere: Publish to the widest range of global platforms (Douyin, Kwai, WeChat Channels, WeChat Offical Account, Bilibili, Rednote, Facebook, Instagram, TikTok, LinkedIn, Threads, YouTube, Pinterest, x(Twitter)).
-
(Coming soon) Smart Import: Import historical content for fast re-editing & redistribution.
- Example: Sync your Xiaohongshu posts to YouTube in one click.
-
Calendar Scheduler: Plan & coordinate content like a calendar across all platforms.
- Case Library: Explore how others create posts with 10,000+ likes.
- Trend Radar: Discover the latest viral trends instantly, reduce creator anxiety.
- Brand Monitoring: Track conversations about your brand in real-time.
- Content Discovery: Search for posts, topics, and communities for targeted engagement.
- Smart Comment Search: Detect high-conversion signals like “link please” or “how to buy.”
- Conversion Booster: Reply instantly, drive higher engagement & sales.
- Unified Dashboard: Manage all interactions in one place.
- Proactive Engagement: Join trending conversations, connect with potential customers.
- Turn passive operations into active traffic growth.
- Cross-Platform Comparison: One platform may block traffic, but others won’t.
- End-to-End Monitoring: Track performance and build your path to 1M+ followers.
- AI Copywriting: Auto-generate titles, captions & descriptions.
- AI Commenting: Engage proactively, attract traffic.
- Image & Card Generator: Speed up content workflows.
- Supported AI Video Models: Seedance, Kling, Hailuo, Veo, Medjourney, Sora, Pika, Runway.
- Supported AI Image Models: GPT, Flux.
- Next: Tag generator, smart DMs, video editing, AI avatars, translation for global distribution.
- Creators: Sell your content directly, find buyers fast.
- Brands: Purchase ready-made, high-quality content.
- AI-Powered Growth: Let’s use AI to earn. Let’s earn money together!
https://www.modelscope.cn/mcp/servers/whh826219822/aitoearn https://www.npmjs.com/~aitoearn?activeTab=packages
AiToEarn integrates with many official APIs. Developer key setup guides:
See Contribution Guide to get started.
- 2025.02.26 — Released win-0.1.1
- 2025.03.15 — Released win-0.2.0
- 2025.04.18 — Released win-0.6.0
- 2025.05.20 — Released win-0.8.0
- 2025.08.08 — Released win-0.8.1
- 2025.08.08 — Released web-0.1-beta
- 2025.09.16 — Released v1.0.18
- 2025.10.01 — Released v1.0.27
- 2025.11.01 — First Usable Version: v1.2.2
- 2025.11.12 — The first open-source, fully usable release. Released: v1.3.2













