| Language type | Compiled (AST-based) | Interpreted (runtime Liquid) |
| Type safety | Typed SDK completions | None (Liquid is untyped) |
| In-browser editor | Monaco with .bit completions | No browser-native editor (CLI only) |
| Template validation | Compile-time (errors before publish) | Runtime (errors after publish) |
| AI-assisted editing | AST-aware AI Explain/Refactor | Third-party AI apps only |
| Theme versioning | Revision history + diff | Git integration (Shopify CLI) |
| Draft-safe editing | Yes (draft ≠ live) | Yes (theme duplicates) |
| Component model | Sections + reusable partials | Sections + blocks (Online Store 2.0) |
| Global design tokens | Planned | Section settings + theme.liquid globals |
| Theme ecosystem | Curated (growing) | 1,000+ free and paid themes |
| Community & tutorials | Docs + Discord | Massive (20+ year ecosystem) |