Product Updates

Changelog

Every release, every improvement, every fix — documented in order. We ship fast and we write it down.

NEWNew feature
IMPROVEDImprovement
FIXEDBug fix
LIVELaunch / Live
v1.5June 2026

Auth flow fixed, admin login stabilised

  • Fixed
    Email confirmation flow — users no longer get stuck in limbo after sign-up
  • Fixed
    Dashboard initialisation on first load — API key and quota now hydrate correctly
  • Fixed
    Admin login — session persistence across reloads without forced re-auth
  • Fixed
    Edge case where onboarding wizard would loop for existing Supabase accounts
v1.4June 2026

34 live namespaces, Redis caching across the board

  • New
    34 live namespaces with 148+ endpoints now available to all plan tiers
  • New
    withCache helper — Upstash Redis caching applied uniformly across all namespace handlers
  • Improved
    Cache TTL configurable per namespace — shorter for live data (stocks, weather), longer for static (numerology, legal)
  • Improved
    Cold-start response time reduced by ~70% on cached routes
v1.3June 2026

Admin panel — namespace controls and cache management

  • New
    Admin panel: per-namespace live/offline toggle — take any namespace down without a deploy
  • New
    Cache flush control — flush all keys or target a specific namespace prefix
  • New
    Bulk namespace refresh — re-warm cache for all endpoints in one click
  • Improved
    Admin dashboard surface now shows live endpoint count, cache hit rate, and last flush timestamp
v1.2June 2026

Razorpay billing with INR + USD plans

  • New
    Razorpay integration — fully functional subscription billing for Starter, Growth, and Scale plans
  • New
    Dual-currency pricing: INR plans for India, USD for international — auto-detected by locale
  • New
    Webhook signature verification — all Razorpay events validated with HMAC-SHA256 before processing
  • New
    Upgrade/downgrade flow with prorated billing and instant quota adjustment
  • Fixed
    Plan status sync between Razorpay and Supabase on payment failures and renewals
v1.1May 2026

Music, Sports, and News namespaces launched

  • New
    Music namespace — MusicBrainz + AudioDB: artist bio, discography, album tracks, cover art. 2M+ artists
  • New
    Sports namespace — Cricsheet (150K+ matches, owned dataset) plus ESPN football scores
  • New
    News namespace — RSS aggregation from BBC, Reuters, TechCrunch, NDTV: 6 categories, deduplicated by freshness
  • Improved
    Response envelope standardised across all namespaces: { success, data, error, meta }
v1.0May 2026

Platform launch

  • Launch
    APlicious is live at aplicious.com
  • Live
    Numerology — 12 endpoints, Pythagorean + Chaldean systems, life path, compatibility, business name scoring
  • Live
    Weather — current conditions, 14-day forecast, astronomy times, severe weather alerts
  • Live
    Currency — exchange rates for 170 currencies, crypto prices, precious metals
  • Live
    Finance — stock quotes, crypto prices, FX rates, EMI amortisation, SIP, compound interest, GST, tax slabs
  • Live
    Health — BMI, BMR, TDEE, body fat, ideal weight, water intake, calories burned
  • Live
    Fitness — one-rep max, heart rate zones, VO2max, recovery time, pace calculator
v0.9May 2026

Dashboard — usage analytics and API key management

  • New
    Developer dashboard at app.aplicious.com — live usage graphs, request history, error rate
  • New
    API key management — create, rotate, and revoke keys with per-key usage stats
  • New
    Per-plan quota tracking with real-time meter — remaining requests shown in dashboard and response headers
  • New
    Support ticket system wired into dashboard — raise issues directly from the console
  • Improved
    Quota headers on every response: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset
v0.8April 2026

Core infrastructure — auth, rate limiting, per-plan quotas

  • New
    Supabase auth — email/password sign-up, OAuth (Google), magic link, full RLS policies
  • New
    Upstash Redis rate limiting — sliding window algorithm, per-key enforcement at the edge
  • New
    Per-plan quota system — Starter (1k/day), Growth (10k/day), Scale (100k/day), Enterprise (unlimited)
  • New
    Supabase schema — usage_logs, api_keys, subscriptions tables with audit trail and RLS
  • New
    Next.js 15 App Router foundation — Server Components throughout, streaming responses

Want longer-form write-ups on what we ship?

Follow along on the blog