dn=<domain>
The domain to brand (required for a tenant page).
?dn=killer-startup.io
`socials=<handle>`
One handle broadcast to X / Instagram / TikTok.
?dn=x.io&socials=@mybrand
`social_<platform>=<handle>`
Per-platform handle. platforms: x, bluesky, instagram, tiktok, github, youtube (aliases: twitter, bsky, ig, gh, yt, tt).
?dn=x.io&social_x=@a&social_bluesky=@b.bsky.social
`fallback=<domain|url>`
Sets the website link AND seeds the generic social handle from that name.
?dn=x.io&fallback=coolstartup.com
`link_1=…&link_2=…`
Custom links after the socials. Value = bare/full URL, or "Label|https://url".
?dn=x.io&link_1=Docs|https://docs.example.com
`aff_link1=…&aff_link2=…`
Affiliate links shown under a “Sponsors” heading.
?dn=x.io&aff_link1=Sponsor|https://sponsor.com
`hashtags=<kw1,kw2>`
Bare keywords rendered as #kw1 #kw2 (special chars stripped). Defaults to the domain name.
?dn=x.io&hashtags=moshcoding,metal
`style=<genre,genre>`
Genres that drive the AI hero image (metal, punk, hardcore, deathcore…).
?dn=x.io&style=deathcore,hardcore
`fg_rgba=<rgba>`
Foreground accent. Full rgba() or bare numbers. Defaults to moshcoding green.
?dn=x.io&fg_rgba=255,0,80,1
`bg_rgba=<rgba>`
Background tint. Full rgba() or bare numbers.
?dn=x.io&bg_rgba=rgba(0,0,0,.6)
`stream=<url>`
Adds a ▶ Stream button linking to a playlist/stream.
?dn=x.io&stream=https://open.spotify.com/playlist/...
`code_block=<snippet>`
Renders a monospace code block (URL-encode newlines as %0A). Great for a signature loop.
?dn=x.io&code_block=while(alive){…}
`ref=<code>`
Referral code — attributes any waitlist signup on the page to you.
?dn=x.io&ref=YOURCODE