Skip to content

Releases: Surge77/DevTrends

v0.9.0 — Public Beta

28 Mar 16:26

Choose a tag to compare

��� DevTrends v0.9.0 — Public Beta

The Bloomberg Terminal for Tech Trends.
Track what's rising, what's dying, and what pays — across every major data source.


✅ What's Included in This Release

Scoring Engine (Phase 1)

  • Composite scores (0–100) for 117 technologies
  • Adaptive weights by category and maturity
  • Multi-window EMA momentum tracking (7/30/90 days)
  • Bayesian smoothing + A-F confidence grades
  • Statistical anomaly detection

AI System (Phase 2)

  • 7-provider AI routing (Gemini, Groq, Mistral, xAI, Cerebras, OpenRouter, HuggingFace)
  • API key rotation, circuit breaker, per-client rate limiting
  • AI telemetry: cost and latency tracking per call

Full Platform (Phase 3)

  • 14 dashboard pages: Technologies, Compare, Quiz (6 types), Blockchain, Repos, Digest, AI Chatbot, Languages
  • 15 live data source integrations
  • 40+ API endpoints
  • 8 daily + 1 weekly automated cron batches on Vercel

��� Known Limitations (What's Coming)

  • No auth/login UI — backend schema exists; UI is Phase 4
  • Progress tracking — localStorage only until auth ships
  • No Sentry / PostHog — observability coming in Phase 5
  • No public API — planned for Phase 6

��� Next Release

v0.9.0-beta.2 — Bug fixes from beta feedback + Lighthouse improvements

DevTrends v0.5.0 — Platform Alpha

28 Mar 16:37

Choose a tag to compare

Pre-release

⚙️ DevTrends v0.5.0 — Platform Alpha

The backbone is built. This release marks the completion of Phase 2 — the backend infrastructure is fully wired up and the first real dashboard pages are live. The platform transitions from a scaffold to a working multi-page application backed by real data.


✅ What's Included

Backend Infrastructure

  • Supabase schema expanded to full 15-table structure
  • All tables have Row Level Security (RLS) enabled
  • createSupabaseAdminClient() and createSupabaseServerClient() patterns established
  • Data fetching pipeline wired to first batch of API sources

Dashboard Pages (Days 4–9)

  • Technologies listing page with filtering and sorting
  • Technology detail pages (/technologies/[slug])
  • Score history charts (30/90/365 day views)
  • Methodology page explaining scoring system
  • Initial compare page structure
  • React Query (TanStack v5) integrated for server state

Scoring Engine (Phase 1 complete)

  • Composite score (0–100) calculation pipeline
  • Adaptive weights per technology category and maturity
  • Multi-window EMA momentum tracking (7/30/90 days)
  • Bayesian smoothing to prevent noise-driven volatility
  • A-F confidence grade system based on data completeness

Data Sources (first batch)

  • GitHub API integration (stars, forks, issues, contributors)
  • Hacker News, Dev.to, RSS feed aggregation
  • Stack Overflow API integration
  • npm download statistics

��� State at This Point

  • No AI layer yet
  • No quiz system
  • No blockchain / Web3 page
  • No YouTube or job market data
  • Compare page is structural only

��� Next Milestone

v0.9.0-beta.1 — Full platform with AI system, all 14 pages, 6 quiz types, and automated data pipeline

DevTrends v0.1.0 — Foundation Alpha

28 Mar 16:36

Choose a tag to compare

Pre-release

��� DevTrends v0.1.0 — Foundation Alpha

The very first working version of DevTrends. This release marks the scaffolding of the entire platform — the point where the project went from an idea to a real, running Next.js application with a live database connection.


✅ What's Included

Project Scaffolding

  • Next.js 16 App Router initialized with TypeScript strict mode
  • Tailwind CSS + shadcn/ui design system configured
  • Supabase project set up with initial schema
  • Supabase server and browser clients configured
  • Environment variable structure defined via @t3-oss/env-nextjs

Database Foundation

  • Core tables created: technologies, data_points, daily_scores, fetch_logs
  • Row Level Security (RLS) enabled on all tables
  • First test API route to verify Supabase connectivity

Infrastructure

  • Vercel deployment configured
  • Cron job schedule defined in vercel.json
  • .env.example template for all required keys
  • RSS parser, wink-sentiment, and simple-statistics packages added

��� State at This Point

  • No dashboard pages yet
  • No scoring pipeline
  • No AI integration
  • Data pipeline not yet implemented

��� Next Milestone

v0.5.0-alpha — Backend infrastructure and first dashboard pages