Technical Details

Safety

If you receive a Linxboard link from someone you don’t know, consider clicking “Clear Board” before browsing links.

Acceptable Use

Please do not use Linxboard to distribute malware, phishing links, or other harmful content.

Board Format

Linxboard stores board data in the URL fragment (#), not on the server. This makes boards easy to share, clone, and migrate using only a link.

Formats

JSON Schema (v0)

{
  "sections": [
    {
      "title": "Section name",
      "links": [
        { "label": "Link label", "url": "https://example.com" }
      ]
    }
  ]
}

Migration Philosophy

Linxboard is intentionally easy to migrate away from. The data format is simple, documented, and owned by the user. If you build a competing or complementary product, you are encouraged to support this format or provide a clear import path.

← Back to Linxboard