Vize

Blog

The Vize docs now have two writing lanes:

How to Publish

  • Release posts live in docs/content/blog/releases/.

  • Irregular posts live in docs/content/blog/notes/.

  • Use YYYY-MM-DD-slug.md for filenames so posts stay sortable.

  • Start from docs/templates/blog-release.md or docs/templates/blog-note.md.

  • New posts show up under the matching section in the docs tree.

Starting Points

Latest Posts

Tooling Compare A practical comparison of Vize and nearby projects across official Vue tooling, Oxc, Golar, Verter, Flint, and TSSLint. Performance Tuning Practical performance lessons from building a Vue toolchain where parsing, allocation, parallelism, and feedback loops all matter. Testing & Agents Why snapshot-heavy tests, real-world fixtures, and deterministic checks matter more when agents are part of the development loop. Vapor Mode Why Vapor Mode matters for Vize, and why a direct fine-grained compiler path changes more than runtime performance. Vue as Language Building on the idea that Vue is a language for UI, this note explains why frontend development needs a coherent environment rather than scattered tools. Musea & AI AI can generate UI quickly, but Musea and design systems make the intent, constraints, accessibility, and review workflow durable. Production Ready Why exhaustive real-world validation and community feedback are the path from experimental project to production-ready toolchain. Personal Speed Why Vize being unofficial and personal can be an advantage for exploration, speed, and ambitious toolchain design. Vertical Toolchains Why owning more of the stack can improve speed, coherence, and even the aesthetic quality of developer tools. Static Analysis for AI As AI writes more code, we need faster and more reliable static feedback, not less. Vue Tooling Map A map of where Vize sits in the current Vue tooling landscape, and how it differs from adjacent projects. oxlint-plugin-vize Alpha A new Oxlint JS plugin bridge brings Vize Patina diagnostics into a single Oxlint run for Vue SFCs. Docs Blog The Vize docs can now host both release notes and irregular notes. Notes Lane Some project updates need room for context, not just a changelog entry.