<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: 橙子</title>
    <description>The latest articles on DEV Community by 橙子 (@3384519366oss).</description>
    <link>https://dev.to/3384519366oss</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3902727%2Ff9eb72e8-e6b5-4c09-a32f-e7f86fa8892f.png</url>
      <title>DEV Community: 橙子</title>
      <link>https://dev.to/3384519366oss</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/3384519366oss"/>
    <language>en</language>
    <item>
      <title>I compared 4 Chinese AI models against GPT-4o and Claude — the price gap is absurd (2026)</title>
      <dc:creator>橙子</dc:creator>
      <pubDate>Tue, 28 Apr 2026 16:11:31 +0000</pubDate>
      <link>https://dev.to/3384519366oss/i-compared-4-chinese-ai-models-against-gpt-4o-and-claude-the-price-gap-is-absurd-2026-46p4</link>
      <guid>https://dev.to/3384519366oss/i-compared-4-chinese-ai-models-against-gpt-4o-and-claude-the-price-gap-is-absurd-2026-46p4</guid>
      <description>&lt;p&gt;While GPT-5.5 and Claude Opus 4.7 dominate the headlines, Chinese AI labs have been shipping cutting-edge models at a fraction of the price. DeepSeek is now on V4, Kimi on K2.6, Qwen on 3.6, GLM on 5.1 — and the pricing gap remains enormous.&lt;/p&gt;

&lt;p&gt;Here's what builders need to know.&lt;/p&gt;

&lt;h2&gt;
  
  
  The contenders
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Model&lt;/th&gt;
&lt;th&gt;Company&lt;/th&gt;
&lt;th&gt;Context&lt;/th&gt;
&lt;th&gt;Open Source&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;DeepSeek&lt;/td&gt;
&lt;td&gt;1M&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Kimi K2.6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Moonshot AI&lt;/td&gt;
&lt;td&gt;1M+&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Qwen 3.6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Alibaba&lt;/td&gt;
&lt;td&gt;128K&lt;/td&gt;
&lt;td&gt;Partial&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;GLM-5.1&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Zhipu AI&lt;/td&gt;
&lt;td&gt;128K&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  DeepSeek V4 — The price-performance leader
&lt;/h2&gt;

&lt;p&gt;DeepSeek V4 comes in two tiers: Flash and Pro. Flash is the workhorse, Pro is the heavy lifter. Both support 1M token context, thinking and non-thinking modes, tool calling, and JSON structured output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;V4 Flash:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;$0.14/M input, $0.28/M output.&lt;/strong&gt; GPT-5.5 is ~$5/$25. That's 97% cheaper.&lt;/li&gt;
&lt;li&gt;Cache hit pricing just dropped to &lt;strong&gt;$0.0028/M input&lt;/strong&gt; — 1/10th of the already-low price.&lt;/li&gt;
&lt;li&gt;Supports both standard chat and reasoning (thinking) mode.&lt;/li&gt;
&lt;li&gt;384K max output tokens.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;V4 Pro:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;$1.74/M input, $3.48/M output at full price, but currently &lt;strong&gt;75% off&lt;/strong&gt;: $0.435/$0.87 until May 31, 2026.&lt;/li&gt;
&lt;li&gt;Higher quality on complex reasoning, math, and coding vs Flash.&lt;/li&gt;
&lt;li&gt;At the discounted price, it's still 83% cheaper than GPT-5.5.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's good:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;1M context window.&lt;/strong&gt; Up from 128K in V3. Now competitive with Kimi on long-document tasks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dual mode.&lt;/strong&gt; One API, toggle thinking on/off. No more separate "R1" endpoint.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Anthropic API format.&lt;/strong&gt; DeepSeek now supports the Anthropic Messages API format natively at &lt;code&gt;/anthropic&lt;/code&gt; — drop-in replacement for Claude.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open source.&lt;/strong&gt; Weights available under MIT license.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's missing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vision/multimodal still limited vs GPT-5.5&lt;/li&gt;
&lt;li&gt;Function calling less polished than OpenAI&lt;/li&gt;
&lt;li&gt;API reliability can dip during peak hours&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Price (V4 Flash):&lt;/strong&gt; $0.14/M input, $0.28/M output. GPT-5.5: ~$5/$25. &lt;strong&gt;97% cheaper.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Kimi K2.6 — Multimodal with the longest context
&lt;/h2&gt;

&lt;p&gt;Moonshot AI's Kimi K2.6 is the latest in their long-context lineage, now adding vision input to the 1M+ token window.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's good:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;1M+ token context with vision.&lt;/strong&gt; Feed it massive documents with embedded images, charts, and diagrams.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;K2 model&lt;/strong&gt; also available — MoE architecture focused on code and agent capabilities.&lt;/li&gt;
&lt;li&gt;Strong bilingual performance (Chinese + English).&lt;/li&gt;
&lt;li&gt;File extraction API for document parsing (currently free).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's missing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creative writing still lags behind Claude&lt;/li&gt;
&lt;li&gt;No open source release&lt;/li&gt;
&lt;li&gt;English documentation is improving but still mostly Chinese&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Qwen 3.6 — Alibaba's full-stack AI
&lt;/h2&gt;

&lt;p&gt;Qwen 3.6 is Alibaba's latest flagship, backed by the massive Qwen open source ecosystem ranging from 0.5B to 72B+ parameters.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's good:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Full model family.&lt;/strong&gt; Edge to cloud, with specialized coding, vision, and audio variants.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Strong multilingual.&lt;/strong&gt; Top-tier scores across 20+ languages.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Qwen-Coder variant&lt;/strong&gt; for code generation tasks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vision and audio models&lt;/strong&gt; in the same ecosystem.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's missing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;128K context trails DeepSeek V4 and Kimi K2.6&lt;/li&gt;
&lt;li&gt;More expensive than DeepSeek V4 Flash&lt;/li&gt;
&lt;li&gt;Alibaba Cloud account required (more friction than DeepSeek's simple signup)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  GLM-5.1 — The enterprise agent specialist
&lt;/h2&gt;

&lt;p&gt;Zhipu AI's GLM-5.1 is purpose-built for structured reasoning, tool use, and enterprise agent workflows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's good:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Best-in-class structured output.&lt;/strong&gt; JSON mode, function calling, tool orchestration.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open source&lt;/strong&gt; with commercial-friendly license.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agent-native design.&lt;/strong&gt; Built for multi-step autonomous workflows.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;All-in-one platform.&lt;/strong&gt; Model API, fine-tuning, knowledge base, and agent framework in one place.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's missing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Near-zero brand recognition outside China&lt;/li&gt;
&lt;li&gt;Raw coding/math benchmarks trail DeepSeek&lt;/li&gt;
&lt;li&gt;English documentation still sparse&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Cost comparison (per 1M tokens)
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Input&lt;/th&gt;
&lt;th&gt;Output&lt;/th&gt;
&lt;th&gt;vs GPT-5.5&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;GPT-5.5&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$5.00&lt;/td&gt;
&lt;td&gt;~$25.00&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Claude Opus 4.7&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$5.00&lt;/td&gt;
&lt;td&gt;$25.00&lt;/td&gt;
&lt;td&gt;Same tier&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Claude Sonnet 4.6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$3.00&lt;/td&gt;
&lt;td&gt;$15.00&lt;/td&gt;
&lt;td&gt;40% less&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Claude Haiku 4.5&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$1.00&lt;/td&gt;
&lt;td&gt;$5.00&lt;/td&gt;
&lt;td&gt;80% less&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DeepSeek V4 Flash&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;$0.14&lt;/td&gt;
&lt;td&gt;$0.28&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;97% less&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;DeepSeek V4 Pro&lt;/strong&gt; (75% off)&lt;/td&gt;
&lt;td&gt;$0.44&lt;/td&gt;
&lt;td&gt;$0.87&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;91% less&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Kimi K2.6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$0.70&lt;/td&gt;
&lt;td&gt;~$1.40&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;86% less&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Qwen 3.6&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$0.55&lt;/td&gt;
&lt;td&gt;~$2.20&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;89% less&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;GLM-5.1&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;~$0.55&lt;/td&gt;
&lt;td&gt;~$0.55&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;92% less&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;For a startup processing 100M tokens/month, switching from Claude Opus 4.7 to DeepSeek V4 Flash saves ~$2,400/month. For 1B tokens, that's $24,000/month — real engineering headcount money.&lt;/p&gt;

&lt;h2&gt;
  
  
  When to use which
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Use DeepSeek V4 Flash if:&lt;/strong&gt; You want the best price-performance ratio in AI right now. 1M context, thinking mode, 97% cheaper than GPT-5.5. The default choice for most builders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use DeepSeek V4 Pro if:&lt;/strong&gt; You need higher quality on complex tasks and the 75% discount makes it a steal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use Kimi K2.6 if:&lt;/strong&gt; You process documents with mixed text and images. The vision + 1M context combo is unique.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use Qwen 3.6 if:&lt;/strong&gt; You need a model family to fine-tune and deploy on your own infrastructure. The open source ecosystem is unmatched.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Use GLM-5.1 if:&lt;/strong&gt; You're building autonomous agent workflows that need reliable tool calling and structured output.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stick with GPT-5.5/Claude Opus 4.7 if:&lt;/strong&gt; You need the absolute best agentic coding, enterprise compliance, or the plugin ecosystem.&lt;/p&gt;




&lt;p&gt;Chinese AI models in 2026 are not "good enough for the price" — they're genuinely competitive on quality while being 10-50x cheaper. If you're building AI features, you should at minimum run your eval suite on DeepSeek V4. The cost difference is too large to ignore.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;More Chinese AI tool comparisons at &lt;a href="https://toolbridge.pages.dev" rel="noopener noreferrer"&gt;ToolBridge&lt;/a&gt; — no hype, just data.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>machinelearning</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>I tested 3 Chinese Figma alternatives — one is actually better (2026)</title>
      <dc:creator>橙子</dc:creator>
      <pubDate>Tue, 28 Apr 2026 15:46:26 +0000</pubDate>
      <link>https://dev.to/3384519366oss/i-tested-3-chinese-figma-alternatives-one-is-actually-better-2026-47f</link>
      <guid>https://dev.to/3384519366oss/i-tested-3-chinese-figma-alternatives-one-is-actually-better-2026-47f</guid>
      <description>&lt;p&gt;Figma just raised prices again. The $12/month "Professional" plan is now $15, the $45 "Organization" plan is $55, and if you're on a team of 5 designers, you're looking at $275/month before Dev Mode seats.&lt;/p&gt;

&lt;p&gt;I got tired of the pricing treadmill and went looking for alternatives. Not the usual suspects — Penpot, Sketch, Lunacy — those are already well-covered. I went deeper.&lt;/p&gt;

&lt;p&gt;I spent two weeks testing three Chinese design tools that barely have English documentation. Here's what I found.&lt;/p&gt;

&lt;h2&gt;
  
  
  The contenders
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;th&gt;Free tier&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;JsDesign&lt;/strong&gt; (即时设计)&lt;/td&gt;
&lt;td&gt;Full Figma alternative, web-based&lt;/td&gt;
&lt;td&gt;Unlimited files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Mockplus&lt;/strong&gt; (墨刀)&lt;/td&gt;
&lt;td&gt;Prototyping-focused, simpler&lt;/td&gt;
&lt;td&gt;3 projects&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Lanhu&lt;/strong&gt; (蓝湖)&lt;/td&gt;
&lt;td&gt;Design handoff + collaboration&lt;/td&gt;
&lt;td&gt;10 projects&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  JsDesign — The Figma clone that's 90% of the way there
&lt;/h2&gt;

&lt;p&gt;JsDesign is the most ambitious of the three. It's a web-based collaborative design tool that looks and feels remarkably like Figma. Same left toolbar, same right panel, same layers panel.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's good:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Real-time collaboration works.&lt;/strong&gt; Multiple designers in one file, seeing each other's cursors, no lag. I tested with 3 people simultaneously — it held up.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Figma file import.&lt;/strong&gt; Drag a &lt;code&gt;.fig&lt;/code&gt; file directly in and it converts most layouts correctly. Auto-layout, components, and text styles all survived in my testing.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Component variants.&lt;/strong&gt; Property overrides, boolean properties, instance swapping — all there.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unlimited free files.&lt;/strong&gt; No page limit, no viewer restrictions, no "free tier cap" modals. This alone is a massive differentiator vs Figma's 3-file free tier.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;~200 plugins available.&lt;/strong&gt; Essentials covered: icons, stock photos, content generators.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's missing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No FigJam equivalent&lt;/li&gt;
&lt;li&gt;Dev Mode is basic — CSS/iOS/Android snippets, but no polished inspect panel&lt;/li&gt;
&lt;li&gt;English UI is 85% translated — occasional Chinese text remains&lt;/li&gt;
&lt;li&gt;No desktop app — browser only&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Price:&lt;/strong&gt; Free for individuals. Team: ¥29/user/month (~$4). Figma Professional: $15/user/month. &lt;strong&gt;73% cheaper.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Mockplus — The prototyping specialist
&lt;/h2&gt;

&lt;p&gt;Mockplus is less about pixel-perfect UI and more about rapid prototyping and wireframing. Think Balsamiq speed with Figma-like polish.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's good:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;3,000+ pre-built components&lt;/strong&gt; for iOS, Android, and web. Assemble a prototype in under an hour.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Interaction designer&lt;/strong&gt; is genuinely faster than Figma's. Fewer options, less cognitive load.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in user testing analytics&lt;/strong&gt; — click heatmaps, drop-off points, session time. Figma doesn't have this natively.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Native desktop app&lt;/strong&gt; for Mac/Windows.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's missing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Vector editing is basic&lt;/li&gt;
&lt;li&gt;No auto-layout equivalent&lt;/li&gt;
&lt;li&gt;Limited design system features&lt;/li&gt;
&lt;li&gt;Import limited to Sketch files&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Price:&lt;/strong&gt; Free for 3 projects. Pro: ¥199/year (~$28/year). Figma Professional: $180/year. &lt;strong&gt;94% cheaper.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Lanhu — The handoff tool designers need
&lt;/h2&gt;

&lt;p&gt;Lanhu isn't a design tool — it bridges design and development. Upload Figma/Sketch/PS files, developers get organized specs with measurements, CSS, assets, and version diffs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What's good:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Automatic spec extraction&lt;/strong&gt; — dimensions, spacing, colors, typography, multi-res assets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Version comparison&lt;/strong&gt; — highlight diffs between design versions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coordinate-specific comments&lt;/strong&gt; — click a pixel to comment there&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-generated style guides&lt;/strong&gt; from your designs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What's missing:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Not a design tool — you still need Figma/Sketch&lt;/li&gt;
&lt;li&gt;English UI is rough (~60%, machine-translation quality)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Price:&lt;/strong&gt; Free for 10 projects. Team: ¥25/user/month (~$3.50). Figma Dev Mode: $25/seat/month on Organization. &lt;strong&gt;86% cheaper.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Comparison table
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;Figma&lt;/th&gt;
&lt;th&gt;JsDesign&lt;/th&gt;
&lt;th&gt;Mockplus&lt;/th&gt;
&lt;th&gt;Lanhu&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Vector design&lt;/td&gt;
&lt;td&gt;Excellent&lt;/td&gt;
&lt;td&gt;Very Good&lt;/td&gt;
&lt;td&gt;Basic&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Prototyping&lt;/td&gt;
&lt;td&gt;Good&lt;/td&gt;
&lt;td&gt;Good&lt;/td&gt;
&lt;td&gt;Excellent&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dev handoff&lt;/td&gt;
&lt;td&gt;Good&lt;/td&gt;
&lt;td&gt;Basic&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;Excellent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Collaboration&lt;/td&gt;
&lt;td&gt;Excellent&lt;/td&gt;
&lt;td&gt;Very Good&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;Good&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Plugins&lt;/td&gt;
&lt;td&gt;2,000+&lt;/td&gt;
&lt;td&gt;~200&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Desktop app&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Free tier&lt;/td&gt;
&lt;td&gt;3 files&lt;/td&gt;
&lt;td&gt;Unlimited&lt;/td&gt;
&lt;td&gt;3 projects&lt;/td&gt;
&lt;td&gt;10 projects&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Paid/seat/mo&lt;/td&gt;
&lt;td&gt;$15&lt;/td&gt;
&lt;td&gt;~$4&lt;/td&gt;
&lt;td&gt;~$2.30&lt;/td&gt;
&lt;td&gt;~$3.50&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Who should switch?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Try JsDesign if:&lt;/strong&gt; You're a solo designer or small team tired of Figma's pricing. You do standard UI work and can tolerate occasional Chinese UI text. 73% savings for 90% feature match.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add Mockplus if:&lt;/strong&gt; You prototype heavily and need user testing. Not a Figma replacement — an addition. At $28/year it's practically free.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Add Lanhu if:&lt;/strong&gt; Design-to-dev handoff is your bottleneck. Developers asking "what font?" on Slack constantly. Solves this better than Figma Dev Mode at 1/10th the price.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Stay with Figma if:&lt;/strong&gt; You need the plugin ecosystem or work on large teams with established workflows. Figma is still the best overall product — these win on price and specific workflows.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I'm documenting Chinese software tools that deserve global attention at &lt;a href="https://toolbridge.pages.dev" rel="noopener noreferrer"&gt;ToolBridge&lt;/a&gt;. No hype, no affiliate reviews — just honest comparisons with real pricing.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>figma</category>
      <category>design</category>
      <category>webdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
