[ browser.iqlabs.dev ]

IQ Wide Web

A native browser for the IQLabs Solana ecosystem. Lives at browser.iqlabs.dev.

Search
Explorer

Every DbRoot, every table, every row on iqlabs — one tree view.

How identifiers route

Paste any Solana identifier in the URL and the resolver decides where it belongs:

  • browser.iqlabs.dev/zo.sol — SNS name resolves to a wallet → profile view.
  • browser.iqlabs.dev/myapp.sol — SNS name pointing at an iqpages deployment → the proxy serves the site in place, URL stays the same.
  • browser.iqlabs.dev/{pubkey} — wallet, table PDA, or git repo address. The resolver dispatches by shape.
  • browser.iqlabs.dev/{txSignature} — transaction lookup (coming soon).
What works now
  • SNS + pubkey resolver with dispatch by shape
  • iqpages proxy — deployed sites stay on the original URL
  • Git repo redirect to git.iqlabs.dev
  • Table explorer — DbRoots, tables, rows, in-browser payload viewer
  • Legacy DbRoot label recovery (keccak + sha256)