AiToEarn is an open-source content-marketing agent aimed at solo creators and brands, built around a blunt premise stated in its name: use AI to earn. It is not just a publishing scheduler. It frames itself as a full loop of Monetize, Publish, Engage, and Create, generating content with AI models, distributing it across more than a dozen platforms, automating engagement, and routing the proceeds. It is a China-first tool (the platform list leads with Douyin, Xiaohongshu, and Kuaishou) that also reaches global networks, and understanding the open-core reality behind it matters before you adopt it.
What it does
The capabilities span the creator workflow:
- Multi-platform publishing to 13+ networks, including Douyin, Xiaohongshu, Kuaishou, Bilibili, WeChat Channels, plus TikTok, YouTube, Instagram, X, Facebook, and LinkedIn.
- AI content generation calling video and image models to produce posts, with batch and parallel generation.
- Calendar scheduling to plan distribution across platforms in one place.
- Automated engagement via a browser extension (likes, follows, AI comment replies) and comment-signal mining.
- A content marketplace (added in the v2.1 line) where creators can sell content fulfilling brand promotion tasks.
- Flexible settlement with CPS, CPE, and CPM models.
Install and access
git clone https://github.com/yikart/AiToEarn.git
# Docker private deployment, or build from source; see the README
There are several entry points: the hosted web app (aitoearn.ai), OpenClaw integration, MCP support for Claude and Cursor, Docker self-deployment, and source builds. As of 2026-06 it ships a major version every month or two (the v2.x line), with recent releases adding new generation models and the content marketplace.
The open-core reality to weigh
This is the judgment a README will not give you. AiToEarn open-sources the client code but operates as a commercial product: the hosted web app is a free trial and on-ramp, while the core capabilities run through API keys on a subscription model. In other words, the GitHub repo is the open shell of a SaaS business. That is a legitimate model, but you should not assume “open source” means “runs fully free and self-contained.” Read it as open-core: you can inspect and self-host the client, but the monetization loop and managed services lean on the paid backend.
When it fits, and when it does not
It fits Chinese creators and one-person operations who want to industrialize cross-platform posting and engagement, particularly across Douyin and Xiaohongshu where the integrations are deepest. It fits less well if you want a single-purpose generator with no platform-automation or monetization layer, or if your platforms are Western-only (the strongest support is China-first). It also raises the usual automated-engagement caution: platform terms of service vary on automated likes, follows, and comments, so use it within each network’s rules.
How it compares
| Project | Focus | Note |
|---|---|---|
| yikart/AiToEarn | Generate, publish, engage, monetize | China-first, open-core SaaS |
| harry0703/MoneyPrinterTurbo | One-click AI short-video generation | Generation only, no distribution |
| social-media-copilot | Social-media assistant | Smaller, narrower |
The most useful contrast is with MoneyPrinterTurbo: that tool focuses on generating short videos and stops there, while AiToEarn wraps generation inside distribution, engagement, and monetization. If you only need to make videos, MoneyPrinterTurbo is simpler; if you need the publish-and-earn loop, AiToEarn is the broader system.
Gotchas from the issue tracker
The open issues are concrete and platform-specific:
- A dependency CVE in fast-xml-parser needed a version bump (#558).
- Publishing to WeChat Channels hit network errors (#551) and Douyin short-link generation failed with a specific error (#549).
- Claude desktop configuration could error on startup (#557), and an OpenClaw version bump caused a compatibility issue (#546).
The pattern: the core engine works, and the friction is in the long tail of platform integrations and third-party connectors, which is exactly where a multi-platform tool is most fragile. Expect individual platforms to break and need fixes as their APIs change.
FAQ
Is AiToEarn free? The client is open-source under MIT, but it is open-core: the core capabilities run through a subscription API, and the hosted web app is a free trial and on-ramp rather than a fully free self-contained product.
What platforms does AiToEarn support? More than 13, including Douyin, Xiaohongshu, Kuaishou, Bilibili, and WeChat Channels, plus TikTok, YouTube, Instagram, X, Facebook, and LinkedIn.
Is AiToEarn safe to use for auto-engagement? Use caution. Platform terms of service vary on automated likes, follows, and comments, so keep AiToEarn’s engagement features within each network’s rules to avoid account issues.
How do I run AiToEarn? Use the hosted web app at aitoearn.ai, or self-deploy from source or Docker; it also offers OpenClaw integration and MCP support for Claude and Cursor, so you can drive it from an agent rather than the web UI.
Related reading
For pure AI short-video generation without the distribution layer, see harry0703/MoneyPrinterTurbo.