Assembly-like HTTPDeclare routes in .fl files, move values through registers, call http.* natives, and return text, HTML, or JSON.
HTML templatesRender server-side HTML from pages/**/*.flint.html with <% ... %> code blocks and <%= ... %> output expressions.
Styled UI pagesBuild web pages from pages/**/*.flint.ui with window, card, field, button, form, input, and submit controls.
Native runtime bridgeUse string.*, json.*, math.*, time.*, env.*, crypto.*, and http.* natives without adding new bytecode instructions.
Visible VM modelRegisters, stack, calls, jumps, memory, bytecode, string pools, and native calls stay explicit and inspectable.
Project toolingUse the Flint CLI to scaffold, serve, and build projects; use the VS Code extension for .fl, .flint.html, and .flint.ui files.