v1.0.0 — Public Release
The first public version of Fluxer Bot List. Bot/server listings, voting, reviews, leaderboards, public API, webhooks, blog, support tickets, and more.
Staff
2026-04-27
The first public version of Fluxer Bot List. Everything below is live.
New
- Bot listings — Submit, edit, preview, and publish Fluxer bots with markdown descriptions, banners, tags, languages, and NSFW flag.
- Server listings — Same flow for Fluxer servers, including member count and NSFW support.
- Voting system — One vote per listing every 12 hours, with a dedicated
/votepage. - Web push reminders — Opt in to get pinged when your cooldown ends. Two modes: Once or Every 12h.
- Reviews & ratings — 5-star ratings, written reviews, threaded owner replies, sort by Relevant / Recent / Top-voted.
- Leaderboard — Podium for top 3, ranked rows for the rest. Filter by week, month, or all-time. Mobile-tuned.
- Public profiles —
/profile/[id]with bio, pronouns, socials, and every listing the user has shipped. - Search & discovery — Full-text search, tag pages, explore hub, and popular-tag suggestions on the home page.
- Public API v1 —
GET /api/v1/bots,GET /api/v1/bots/:id,GET/POST /api/v1/bots/:id/stats, votes, vote-check, user lookup, and more. - Webhooks —
POSTto your endpoint on every vote withX-FBL-Event,X-FBL-Timestamp, and HMACX-FBL-Signature. - API tokens — Generate and regenerate a per-bot token from
/bots/:id/edit/api. - Bot analytics — Daily vote graph, total votes, server count trend, webhook delivery history.
- Docs site —
/docswith sidebar nav, table of contents, search, and full coverage of API v1, webhooks, authentication, and rate limits. - Blog —
/blogwith categories, search, and per-post pages. - Support tickets — Open a ticket from
/support; staff responds within 3-4 business days. - Listing-owner role grant — When your listing is approved, our bot automatically grants you a special role in the support server.
- SEO —
robots.txt, dynamicsitemap.xml, OpenGraph banners, JSON-LD structured data on bot/server detail pages. - Mobile-first UI — Navbar drawer, sidebar menus, vote pages, leaderboard, edit forms — all reworked for mobile.
Security & reliability
- Vote cooldowns persisted to both Redis and Postgres so a Redis flush can't accidentally let users vote again early.
- API tokens are stored as SHA-256 hashes; plaintext is shown once at generation time only.
- Rate limits on every public endpoint with proper
Retry-Afterheaders. - Listing approval requires staff review; tag requests are gated.
Coming soon
- Fluxer Themes — submission, browsing, ratings, and one-click install. Infra is in place; UI ships in a follow-up.
- More social-link types and richer profile customization.