The renewal price for hits.link was very expensive, so we decided to drop the domain. If you'd like to continue using hits please update your URLs to https://hits-app.vercel.app/hits?url=https://yoururl.com/
- https://hits.link/hits?url=https://yoururl.com/
+ https://hits-app.vercel.app/hits?url=https://yoururl.com/
Frontend: https://hits-app.vercel.app
API: https://hits.hop.sh/
hits - the better hits counter
Hits is brought to you by Hop - No more configs. No more fuss. Just push your code.
Create a new Hit:
GET https://hits-app.vercel.app/hits?url=https://yoururl.com (20reqs/minute)
Query Params:
Valid hex color codes are accepted (remove "#" in the queries that apply)
Default border type is round
?json - Send JSON with data instead of SVG
?label - Set label text
?bgLeft - Set the background colour of the label
?bgRight - Set the background colour of the hits number
?color - Set the text color
?border - Choose a border (square or round)
Get Top Hits:
GET https://hits.hop.sh/v1/leaderboard (30s cache, 50reqs/minute)
Open a PR to add your website!
- https://github.com/looskie
- https://github.com/alii
- https://github.com/heybereket
- https://github.com/cnrad
- https://github.com/walkator
# Run Docker Compose
$ docker-compose up -d
# Install packages
$ go get
# Start API
$ go run main.go
The frontend has been moved to a separate repository: https://github.com/hitsapp/web
- @heybereket
- @Looskie