Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.31 KB

File metadata and controls

45 lines (29 loc) · 1.31 KB

Dotabout

Your open-source bio page.

Visit Dotabout | Docs | Template

What Is Dotabout?

Dotabout is an open-source bio platform that reads your profile data directly from a GitHub repository.

All you need is:

  • A public repo named .about
  • An about.json file inside it

Your bio page becomes instantly available at:

https://dotabout.me/@<your-github-username>

Because your data lives entirely in your own repo, you fully own and control it. If you delete the repo, your profile disappears: no accounts, no lock-in.


How It Works

  1. Create a new public repository named .about
  2. Add an about.json file inside it (you can copy it from here)
  3. Fill in your data according to the schema

Then visit your profile at:

https://dotabout.me/@<your-github-username>

Example