Write less ceremony
Keep template logic near the markup: `@if` for branches and `(click)` for user intent.
Compiler playground
Flowmark explores two focused compilers for Astro and server-first HTML: one for declarative control flow, and one for native browser events written as familiar template attributes.
Keep template logic near the markup: `@if` for branches and `(click)` for user intent.
Flowmark works as build tooling, so pages receive generated functions and small runtime helpers.
No components, router, signals, or hydration model are required for the compiler experiments.