A name marketplace Q-App for the Qortium ecosystem. Register new names, manage names you own, list them for sale, and browse or purchase names listed by others.
Built to be forked — see Naming below.
npm install
npm run build
Output is a single HTML file at dist/index.html, ready to publish as a Qortium APP.
When launched from Qortium Home, the app reads display settings from render URL
params and live postMessage events: theme, accent, textSize, lang, and
uiStyle.
uiStyle supports classic and modern. Missing or unknown values default to
classic, matching Home's QDN app contract. Classic uses the bundled Lexend font,
Home-style green-tinted tokens, and wider layouts; Modern preserves the original
MUI/Inter-centered design.
When changing app styling, keep the existing useIframeListener -> state atoms ->
theme/token provider path intact, and verify both styles with npm run build.
The name this app publishes under is set in src/apps.ts:
names: { qdn: 'Names', label: 'Names' },Change qdn to whatever name you've registered on your network, then publish under that name. Update the same registry entry in any other apps that link to this one.