Skip to content

Latest commit

Β 

History

138 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

is-pinoy.dev banner

πŸ‡΅πŸ‡­ is-pinoy.dev β€” Subdomain Registry

Free *.is-pinoy.dev subdomains for Filipino developers.

Point your portfolio at a subdomain that represents where you're from.

Registered Subdomains

PRs Welcome License Community

Note: We are currently only accepting portfolio websites for the meantime. Side projects and other use cases will be open in the future.


πŸš€ Register a Subdomain

  1. Fork this repository
  2. Find your DNS values β€” see the provider guides
  3. Create a file at subdomains/<your-subdomain>.json
  4. Validate your file before opening a PR:
    npx @is-pinoy-dev/validate ./subdomains/<your-subdomain>.json
  5. Open a pull request β€” your subdomain is live once it's merged and synced πŸŽ‰

For the full step-by-step walkthrough including the PR template, see CONTRIBUTING.md.

Not sure where to find your CNAME or TXT values? See the provider guides below.

πŸ’¬ Want a faster review? Post your PR link in our Discord and a maintainer will pick it up sooner.


πŸ“„ JSON Format

{
  "subdomain": "yourname",
  "owner": {
    "github": "your-github-username",
    "email": "you@example.com"
  },
  "records": {
    "CNAME": {
      "value": "yoursite.vercel.app."
    }
  }
}

The email field is optional. The filename must match the subdomain field exactly (e.g. yourname.json).


🌐 Supported Records

Type Use case Example value
CNAME Hosted platforms (Vercel, GitHub Pages, Cloudflare Pages) yoursite.vercel.app.
A Custom server / VPS 203.0.113.1
TXT Domain verification (Google, email providers) google-site-verification=...

You can combine record types. For example, use CNAME for your site and TXT for verification.

CNAME example

{
  "subdomain": "yourname",
  "owner": { "github": "your-github-username" },
  "records": {
    "CNAME": { "value": "yoursite.vercel.app." }
  }
}

A record example

{
  "subdomain": "yourname",
  "owner": { "github": "your-github-username" },
  "records": {
    "A": { "value": "203.0.113.1" }
  }
}

TXT + CNAME example

{
  "subdomain": "yourname",
  "owner": { "github": "your-github-username" },
  "records": {
    "CNAME": { "value": "yoursite.vercel.app." },
    "TXT": { "value": "google-site-verification=abc123", "provider": "vercel" }
  }
}

πŸ“‹ Rules

  • Subdomain must be lowercase alphanumeric and hyphens only (a-z, 0-9, -)
  • Length: 1–63 characters
  • One subdomain per person
  • Must be a portfolio website (side projects and other use cases are not accepted for now)
  • Must point to something real β€” no squatting
  • owner.github must match your GitHub username

πŸ—ΊοΈ Provider Guides

Step-by-step instructions for finding your DNS values on popular hosting platforms:


🀝 Contributing

See CONTRIBUTING.md for the full guide.

Please also read our Code of Conduct before getting started.


Made with 🀍 by Filipino developers, for Filipino developers.

is-pinoy.dev

About

πŸ‡΅πŸ‡­ Free *.is-pinoy.dev subdomains for Filipino developers β€” register yours via a pull request.

Resources

Code of conduct

Contributing

Security policy

Stars

49 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors