Embedded

Profile card

This is the surface partners embed. The card is dropped into an iframe on somebody else’s product, so a player’s Skillprint travels with them — no nav, no footer, no way to browse out of it. It renders at a fixed 420×560 so a host page can reserve the space, and it has to survive the service being unreachable, so both states are drawn here.

Loaded, and unreachable

Both states, drawn at the real embed size.

SkillprintProfile
Ada’s Skillprint: the shared circular map of 87 game features, inked with her own scores. Each line’s opacity and thickness are her reading for that feature, and colour marks which of the six correlation groups it belongs to. The quiet-reasoning arc runs heavy; the social and reflex runs stay faint.

Ada

Quiet reasoning carries this print.

+6 momentum on last week

Flow median 72 · best 82

Flow72
Sessions8
Played1h 12m

Top cognitive traits

  • Pattern Matching82
  • Task Switching76
  • Planning71

Targeting Focus · 4-day streak

View full profile
Loaded — the summary a partner surface shows.
Skillprint

Unable to load profile

The Skillprint service did not respond. Nothing was lost — scores sync again on the next request.

Unreachable — states the failure plainly and offers the one action that helps.

One iframe, nothing else

The route is /profile/embed/. No script tag, nothing to configure.

<iframe
  src="https://portal.skillprint.co/profile/embed/"
  width="420" height="560"
  frameborder="0"
  title="Skillprint profile">
</iframe>
  • Fixed size 420×560. The card never reflows, so a host page can reserve the space with confidence.
  • Reads the host surface Light and dark both ship. The card follows data-surface rather than forcing a background on the host.
  • Fails visibly A blank iframe reads as a broken host page, so the error state stays branded and offers Try Again.