Free *.is-pinoy.dev subdomains for Filipino developers.
Register your own subdomain in minutes — no cost, no gatekeeping, just open source.
is-pinoy.dev is a community-driven project that gives Filipino developers a free, professional-looking subdomain under *.is-pinoy.dev. Whether you're building a portfolio, a side project, or a dev tool — you deserve a domain that represents you.
Inspired by projects like is-a.dev and js.org, built with 🤍 by and for the Filipino dev community.
Getting your own yourname.is-pinoy.dev is as simple as opening a pull request:
- Fork
is-pinoy-dev/domains - Add a JSON file in
subdomains/yourname.json - Open a PR — our bot validates it automatically
- Get merged and your subdomain goes live 🎉
{
"subdomain": "yourname",
"owner": {
"github": "yourusername"
},
"record": {
"type": "CNAME",
"value": "yoursite.vercel.app"
}
}📖 Read the full guide in is-pinoy-dev/domains
| Repo | Description |
|---|---|
.github |
Org-wide community health files, templates, and this profile |
domains |
🌐 Subdomain registry — register yours via a pull request |
ecosystem |
🔧 Monorepo — CLI, schemas, validator, and platform tooling |
The ecosystem monorepo powers everything under the hood:
packages/cli— Register and manage your subdomain from the terminalpackages/schemas— JSON schemas for subdomain validationpackages/validator— Shared validation logic used in CIapps/web— The is-pinoy.dev website and docs
We welcome contributions of all kinds — code, docs, ideas, and bug reports.
- Register a subdomain →
is-pinoy-dev/domains - Improve the platform →
is-pinoy-dev/ecosystem - Report issues →
is-pinoy-dev/.github
Please read our Contributing Guide and Code of Conduct before getting started.
- 💬 Discord — Join our community
Made with 🤍 by Filipino developers, for Filipino developers.