Documentation Menu

Roadmap

A living plan focused on shipping speed and sustainable foundations.

The edd Starter roadmap focuses on developer velocity, visual feedback, and reliable production foundations. Rather than chasing every trending library, we focus on providing a stable platform for launching SaaS MVPs.

Near-Term: Q2 2026

Focus: Visual Telemetry, AI Extensions, and Route Hydration Optimization

  • AI Providers Adapter: Complete the provider adapters to support OpenAI, Anthropic, and local models (Ollama, LM Studio) out-of-the-box.
  • Sentry Logging Integrations: Configure automated error tracking across layouts, loaders, and server actions.
  • Landing Page Blocks: Add comparison tables and checklist widgets directly into the core landing layout.

Mid-Term: Q3 2026

Focus: Payments Module, Billing Portal, and Workspace Management

  • Billing Adapter: Implement ready-to-use billing configurations for Stripe and LemonSqueezy, including checkout redirect flows and secure webhook validators.
  • Workspace Organizations: Support workspace switching, role-based invites (admin, member), and tenant-level configurations.
  • CLI Bootstrapper: Build a CLI tool (e.g. npx create-edd-app) to scaffold new modules and configure routes automatically.

Long-Term: Q4 2026

Focus: Performance Audits, Edge Rendering, and Native App Shells

  • Edge-Ready Database Adapters: Swap database connections to edge-ready pools (like Neon or Supabase connection pooling).
  • Telemetry Diagnostics: Include standard dashboards for measuring response latency and monitoring API usage metrics.

Contributing

edd Starter is open source. If you want to contribute:

  1. Browse our active issues on GitHub or suggest an architecture improvement.
  2. Before starting work on a pull request, create a GitHub issue to align with the core maintainers on the implementation path.
  3. Ensure your changes pass type-checks, linter checks, and automated Vitest/Playwright tests before submitting.