> ## Documentation Index
> Fetch the complete documentation index at: https://docs.advay.ca/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

nums is an open-source hit counter and badge service for your website. It provides fast, serverless tracking using **Go** and **Redis**.

What you can do

* Increment counts with `/hit?id=...` (auth required)
* Read counts as JSON (`/count`) or text (`/count.txt`)
* Display badges that update automatically (`/badge`, `/badge.json`)

Default base URL (demo): `https://nums.advay.ca/`

Learn more

* Quickstart → /quickstart
* API Reference → /api-reference/introduction

<Warning>
  Only `/hit` requires a secret token. All read endpoints are public by design.
</Warning>
