HOW TO BRAIZE
Build, then submit.
Everything goes through the submission form.
Open submission formBrowser Engine Guide :meow_code:
Beginner-friendly Vertex-inspired walkthrough: DOM, CSS, layout, paint, and pixels.
Browser engine guide
Casual beginner guide using Vertex as inspo: DOM, CSS, layout, paint, pixels.
Part 1: DOM + CSS
Parse HTML into a tree, pull CSS out of style tags, and match simple rules to nodes.
Part 2: Layout + Paint
Turn styled nodes into layout boxes, then paint rectangles and text to the screen.
Browser buddy guide
Build a small companion app for browser research: notes, tab context, search, and summaries.
Browser extension guide
Ship a focused extension with a manifest, popup, content script, permissions, and store-ready README.