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
- FixedEmail confirmation flow — users no longer get stuck in limbo after sign-up
- FixedDashboard initialisation on first load — API key and quota now hydrate correctly
- FixedAdmin login — session persistence across reloads without forced re-auth
- FixedEdge case where onboarding wizard would loop for existing Supabase accounts
v1.4June 2026
34 live namespaces, Redis caching across the board
- New34 live namespaces with 148+ endpoints now available to all plan tiers
- NewwithCache helper — Upstash Redis caching applied uniformly across all namespace handlers
- ImprovedCache TTL configurable per namespace — shorter for live data (stocks, weather), longer for static (numerology, legal)
- ImprovedCold-start response time reduced by ~70% on cached routes
v1.3June 2026
Admin panel — namespace controls and cache management
- NewAdmin panel: per-namespace live/offline toggle — take any namespace down without a deploy
- NewCache flush control — flush all keys or target a specific namespace prefix
- NewBulk namespace refresh — re-warm cache for all endpoints in one click
- ImprovedAdmin dashboard surface now shows live endpoint count, cache hit rate, and last flush timestamp
v1.2June 2026
Razorpay billing with INR + USD plans
- NewRazorpay integration — fully functional subscription billing for Starter, Growth, and Scale plans
- NewDual-currency pricing: INR plans for India, USD for international — auto-detected by locale
- NewWebhook signature verification — all Razorpay events validated with HMAC-SHA256 before processing
- NewUpgrade/downgrade flow with prorated billing and instant quota adjustment
- FixedPlan status sync between Razorpay and Supabase on payment failures and renewals
v1.1May 2026
Music, Sports, and News namespaces launched
- NewMusic namespace — MusicBrainz + AudioDB: artist bio, discography, album tracks, cover art. 2M+ artists
- NewSports namespace — Cricsheet (150K+ matches, owned dataset) plus ESPN football scores
- NewNews namespace — RSS aggregation from BBC, Reuters, TechCrunch, NDTV: 6 categories, deduplicated by freshness
- ImprovedResponse envelope standardised across all namespaces: { success, data, error, meta }
v1.0May 2026
Platform launch
- LaunchAPlicious is live at aplicious.com
- LiveNumerology — 12 endpoints, Pythagorean + Chaldean systems, life path, compatibility, business name scoring
- LiveWeather — current conditions, 14-day forecast, astronomy times, severe weather alerts
- LiveCurrency — exchange rates for 170 currencies, crypto prices, precious metals
- LiveFinance — stock quotes, crypto prices, FX rates, EMI amortisation, SIP, compound interest, GST, tax slabs
- LiveHealth — BMI, BMR, TDEE, body fat, ideal weight, water intake, calories burned
- LiveFitness — one-rep max, heart rate zones, VO2max, recovery time, pace calculator
v0.9May 2026
Dashboard — usage analytics and API key management
- NewDeveloper dashboard at app.aplicious.com — live usage graphs, request history, error rate
- NewAPI key management — create, rotate, and revoke keys with per-key usage stats
- NewPer-plan quota tracking with real-time meter — remaining requests shown in dashboard and response headers
- NewSupport ticket system wired into dashboard — raise issues directly from the console
- ImprovedQuota headers on every response: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset
v0.8April 2026
Core infrastructure — auth, rate limiting, per-plan quotas
- NewSupabase auth — email/password sign-up, OAuth (Google), magic link, full RLS policies
- NewUpstash Redis rate limiting — sliding window algorithm, per-key enforcement at the edge
- NewPer-plan quota system — Starter (1k/day), Growth (10k/day), Scale (100k/day), Enterprise (unlimited)
- NewSupabase schema — usage_logs, api_keys, subscriptions tables with audit trail and RLS
- NewNext.js 15 App Router foundation — Server Components throughout, streaming responses
Want longer-form write-ups on what we ship?
Follow along on the blog