Roadmap

This mirrors the project’s own docs/ROADMAP.md. Nothing listed as “candidate” is available yet — only tools in the tools directory are live today.

Phase 0 — Repository foundation

Status: Complete

  • Next.js frontend
  • Fastify API
  • npm workspaces
  • Git repository
  • Engineering documentation
  • AI-agent instructions

Phase 1 — Shared engineering foundation

Status: In progress

Central validated configuration, request IDs, the standard response envelope, typed application errors, safe structured logging, input-size limits, health/readiness endpoints, and reusable testing patterns for the API. A shared design system, application shell, navigation, and accessible interaction patterns for the frontend.

Phase 2 — Golden Tool

Status: Complete

The JSON Formatter and Validator as the reference implementation every later tool follows.

Phase 3 — Platform expansion

Status: In progress

Shipped

  • YAML formatter and validator
  • Base64 encoder and decoder

Candidate tools (not yet built)

  • JSON minifier
  • Cron expression explainer
  • JWT inspector
  • Certificate inspector
  • Kubernetes manifest helper
  • Terraform helper
  • Docker and Helm utilities