Assembly-like HTTPDeclare routes in .fl files, move values through registers, call http.* natives, and return text, HTML, or JSON.
Styled UI pagesBuild server-rendered pages from pages/**/*.flint.ui with section .route and section .render.
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 and .flint.ui files.