Traffic Monitor

Total Views
β€”
Today
β€”
This Week
β€”
This Month
β€”
Registered Users
β€”
Total Comments
β€”

Daily Views (30 days)

Top Countries

Top Novels by Views

NovelViewsShare
Loading…

Top Chapters by Views

Novel / ChapterViews
Loading…
✨ Data updates automatically

Upload Chapter

Automate uploads via n8n or Python:

curl -X POST https://your-worker.workers.dev/api/upload \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"novel_slug":"slug","chapter_number":1,"title":"Title","content":"..."}'
import requests
requests.post("https://your-worker.workers.dev/api/upload",
  headers={"Authorization":"Bearer YOUR_API_KEY"},
  json={"novel_slug":"slug","chapter_number":1,"title":"Title","content":open("ch.txt").read()})

Novels

Add Novel

All Novels

TitleAuthorChaptersStatusActions
Loading…

Chapter Management

Novel#TitleWordsStatusPublish At
Loading…

API Keys

Generate New Key

Keys are hashed with SHA-256. Copy immediately β€” not stored in plaintext.