https://github.com/datejer/domainhack
Find a perfect short domain for your next site!
https://github.com/datejer/domainhack
domains nextjs react sass typescript
Last synced: 6 months ago
JSON representation
Find a perfect short domain for your next site!
- Host: GitHub
- URL: https://github.com/datejer/domainhack
- Owner: datejer
- Created: 2021-12-17T20:23:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T14:35:45.000Z (over 3 years ago)
- Last Synced: 2025-02-16T14:27:09.935Z (8 months ago)
- Topics: domains, nextjs, react, sass, typescript
- Language: TypeScript
- Homepage: https://domainhack.dudek.sh
- Size: 465 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
A domain hack is a unique domain name that uses the TLD to create a word or sentence. For example, "bir.ds", "examp.le" or "hello.world". Domain hacks offer the ability to produce shorter domain names. This makes them potentially valuable as redirectors, pastebins, base domains from which to delegate subdomains and URL shortening services.




## Ingredients
- TypeScript
- Next.js
- Sass (SCSS Modules)
- lodash.debounce## How to develop
```bash
$ git clone https://github.com/datejer/domainhack.git
$ cd domainhack
$ yarn
$ yarn dev
```## How to lint
Using ESLint and Prettier.
```bash
$ yarn lint
```## How to build
```bash
$ yarn build
```## How to deploy
Deployed using ▲ Vercel at [domainhack.ejer.gq](https://domainhack.ejer.gq/)
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdatejer%2Fdomainhack)
## Special thanks
- Thank you [domainhack.me](https://github.com/grigoreme/domainhack.me) for the inspiration and I hope to carry your legacy well.