Moe counter, modernized https://moecounter.mikn.dev
  • TypeScript 66.8%
  • JavaScript 19%
  • Less 12.1%
  • Dockerfile 2.1%
Find a file
2026-01-04 13:25:48 +09:00
.github Revert "Migrate workflows to Blacksmith" 2026-01-04 13:25:48 +09:00
.idea feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
assets feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
src feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
.dockerignore feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
.env.example feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
.gitignore feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
biome.json feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
bun.lock feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
docker-compose.yml feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
Dockerfile feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
LICENSE Create LICENSE 2020-08-12 18:12:35 +08:00
package.json feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00
README.md feat: Add habanero-tan to README 2025-11-19 14:58:48 +09:00
tsconfig.json feat: Complete modernization of stack 2025-11-19 14:38:02 +09:00

Better Moe Counter!

  • The Moe Counter you love, but modernized and better!
  • Fully rewritten in TypeScript with Elysia+Bun
  • Database switched to Redis for better performance

Moe Counter!

More theme

Contribute themes is welcome!

habanero

habanero

3d-num

3d-num

ai-1

ai-1

asoul

asoul

booru-ffsr

booru-ffsr

booru-helltaker

booru-helltaker

booru-huggboo

booru-huggboo

booru-jaypee

booru-jaypee

booru-koe

booru-koe

booru-lewd

booru-lewd

booru-lisu

booru-lisu

booru-mjg

booru-mjg

booru-mof

booru-mof

booru-nandroid

booru-nandroid

booru-qualityhentais

booru-qualityhentais

booru-r6gdrawfriends

booru-r6gdrawfriends

booru-rfck

booru-rfck

booru-smtg

booru-smtg

booru-snyde

booru-snyde

booru-the-collection

booru-the-collection

booru-touhoulat

booru-touhoulat

booru-townofgravityfalls

booru-townofgravityfalls

booru-twifanartsfw

booru-twifanartsfw

booru-ve

booru-ve

booru-vivi

booru-vivi

booru-vp

booru-vp

booru-yuyuyui

booru-yuyuyui

capoo-1

capoo-1

capoo-2

capoo-2

e621

e621

food

food

gelbooru

gelbooru

green

green

kasuterura-1

kasuterura-1

kasuterura-2

kasuterura-2

kasuterura-3

kasuterura-3

kasuterura-4

kasuterura-4

kyun

kyun

love-and-deepspace

love-and-deepspace

miku

miku

minecraft

minecraft

moebooru

moebooru

morden-num

morden-num

nixietube-1

nixietube-1

nixietube-2

nixietube-2

normal-1

normal-1

normal-2

normal-2

original-new

original-new

original-old

original-old

rule34

rule34

shimmie2

shimmie2

sketch-1

sketch-1

sketch-2

sketch-2

yousa-ling

yousa-ling

Demo

https://moecounter.mikn.dev

How to use

For information on counter usage and configuration, refer to the demo website.

Usage

Deploying

  • Clone and run the project
$ git clone https://github.com/mikndotdev/BetterMoeCounter.git
$ cd BetterMoeCounter
$ bun i

$ bun start
  • Or use the prebuilt Docker images available on GHCR

Configuration

Set .env file to specify the environment variables. .env.example

# Specify your website URL
# APP_SITE=https://count.example.com

# Application port
APP_PORT=3000

# Redis connection URL
REDIS_URL=redis://127.0.0.1:6379

# Database write interval in seconds (0 for real-time)
DB_INTERVAL=60

# Log level: either 'debug' | 'info' | 'warn' | 'error' | 'none'
LOG_LEVEL=info

Credits

License

MIT License, excluding all themes