Over the past week, domestic open-source project Drawnix hit 14,578 stars on GitHub. It was open-sourced by the team at PingCode, a Chinese project management company. It's not an AI model — what it does is fold three previously scattered tasks onto a single infinite canvas: mind maps, flowcharts, and free-draw (sketchy annotations). This is worth our attention because the whiteboard tooling market has long been dominated by foreign projects; the fact that a Chinese open-source tool can rack up 14K stars in 8 months tells us the combination of "Chinese-friendly + free and open-source + all-in-one" is hitting real demand.

What this is

Drawnix is a web-based whiteboard tool — zero install (open the URL and it just works), no login required. Its core capability is three-in-one: mind maps, flowcharts, and a free canvas, all mixable on the same board. It can auto-generate mind maps from Markdown text and flowcharts from Mermaid syntax (a text-based format for describing flowcharts), and exports to PNG and JSON.

Architecturally, it takes a plugin-based approach (splitting features into independently composable modules). The underlying engine is called Plait — same direction as competitors Excalidraw and tldraw. Licensed under MIT, free for commercial use.

Industry view

Supporters argue Drawnix's positioning is clear: Excalidraw nails the hand-drawn aesthetic but has no mind maps, tldraw reads more as a developer toolkit than a finished product, and Whimsical and ProcessOn are paid and closed-source. Drawnix plays the "all-in-one + free + Chinese-native" card, which is rare among Chinese open-source projects. PingCode's commercial backing is also seen as a plus — the project won't die because its lone author walks away.

But several facts need cool-headed treatment: Excalidraw at 130K stars, tldraw near 50K — Drawnix's 14K is less than one-ninth of the leader. Whiteboard tooling is heavily homogenized (every product looks like every other), and the final battle is fought on ecosystem and community velocity, especially in open source. Another latent risk is commercial sustainability: Drawnix itself is free, and PingCode's main business is paid project management software — whether the whiteboard can survive on its own or will stay as a top-of-funnel traffic driver has no answer yet. Some developers also question whether "all-in-one" is a real need — heavy users typically pay for specialized tools.

Impact on regular people

For enterprise IT: Drawnix is a free alternative to paid subscription tools like Whimsical and ProcessOn — particularly useful for small and mid-sized teams with data-localization requirements (i.e., data stays on their own servers rather than on a third-party platform).

For working professionals: product managers, consultants, and engineering leads drawing prototypes, flowcharts, or idea maps can now cover most scenarios in one tool, without flipping between three apps.

For the consumer market: it's another data point on the line "Chinese open-source tools are catching up to world-class projects," validating real demand for "localization + integration" in the Chinese market.