Documentation

Technical overview for developers and integrators

What is DeSoPage?

DeSoPage is a Linktree-style creator profile system built on the DeSo blockchain. It provides a simple, shareable URL (username.deso.page) that aggregates a creator's profile, social links, posts, photos, community connections, and token holder information.

Basic Architecture

DeSoPage reads data from the DeSo blockchain via its public API. Each creator page:

  • Resolves the username from the subdomain (e.g. seanslater from seanslater.deso.page)
  • Fetches the creator's profile and public key from DeSo
  • Loads posts, photos, follows, and token data on demand
  • Renders a lightweight, mobile-friendly profile page

Creator Page URLs

Format: https://[username].deso.page

Examples:

  • https://seanslater.deso.page
  • https://nader.deso.page

If a creator has set up links or preferences via the DeSoPage app, those are stored and displayed. Otherwise, the page shows default blockchain data.

Integration with DeSo

DeSoPage uses the DeSo API to fetch:

  • Profile information (avatar, username, description)
  • Posts and replies
  • Photos and NFTs
  • Follow graph (followers, following)
  • Creator token and holder information

No API keys are required for public read access. The data is on-chain and permissionless.

Integration with Openfund.page

Creators can connect their creator token to trading through Openfund.page. The trading interface is available at:

https://[username].openfund.page

This allows token holders and fans to trade creator tokens directly from a simple, branded URL.

Resources