Welcome to is-dev.me, a free subdomain service for developers, students, hobby projects, bots, APIs, portfolios, and general web hosting needs.
All DNS records are managed automatically using deSEC DNS API and GitHub Actions.
records folderExample:
records/tio.json
{
"owner": {
"username": "YourGitHubUsername",
"email": "your@email.com",
"repo": "https://github.com/YourGitHubUsername/your-repo"
},
"subdomain": "tio",
"records": {
"CNAME": "your-target-domain.com"
}
}
Notes:
subdomain → desired subdomain (e.g. "tio" → tio.is-dev.me)records → DNS records (A, AAAA, TXT, CNAME, etc.)Your DNS will be applied automatically.
{
"CNAME": "username.github.io"
}
{
"A": "123.45.67.89"
}
{
"TXT": "verification=example"
}
GitHub Actions will:
/recordsThis project does not provide dedicated support. You may open an Issue if needed.
Thanks for using is-dev.me. Maintained with automation and care.