exists.lol

Get started via Discord bot

  1. Join our discord server
  2. Choose the domain record (Supported types here):
  3. Run /link github:<your_username>
  4. Run /domain add subdomain: <subdomain_name> record: <record_type> value: <target>

Get started via fork

  1. Fork the repository
  2. Create domains/yourname.json
  3. Fill the template and choose the type (Supported types here):

Template:

{
  "owner": {
    "username": "<your_github_username>",
    "email": "<your_email>"
  },
  "records": {
    "<record_type>": "<your_target>"
  }
}
  1. Save everything
  2. Create a pull request here
  3. Wait. our maintainers will try their best to check and merge your pull request as fast as possible