Skip to content

ApexDevelopment/bluesky-license

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluesky License - driver's-license-style card maker

Reads a Bluesky profile by handle or DID and generates a driver's-license-style card you can download as a PNG. Single-page, build-free vanilla HTML/CSS/JS.

Live demo

https://apexdevelopment.github.io/bluesky-license/

Usage

Serve locally. ES modules need HTTP, not file://.

cd bluesky-license
python3 -m http.server 8899   # or npx serve
  • Issue: enter a handle (user.bsky.social or a custom domain) or a did:..., press Issue.
  • Designs: Bluesky / Cyberpunk / Gold.

On the card

  • NAME (display name) + @handle, DID, HANDLE with green ✓ when verified (custom-domain handle, or Bluesky trusted-verifier / verified status).
  • ISSUED (today) · CREATED (account creation) · LICENSE CLASS (rank).
  • Stat panel (5 real metrics): Communication (posts) / Followers / Following / Engagement / Veteran (account age).
  • Avatar photo, QR to bsky.app/profile/<handle>, holographic security-paper background.

This is a fan-made card for fun, not an official ID.

About

Generate a driver's-license-style card from any Bluesky profile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 69.6%
  • CSS 23.3%
  • HTML 7.1%