AI-Cohort-July-2025

ADR-002: Frontend Framework Selection (React)

Status

Accepted

Context

AutoDevHub requires a dynamic frontend that can handle user input for feature descriptions, display generated Gherkin stories, and provide real-time feedback during AI processing. The frontend framework must:

The application needs to be responsive and provide immediate visual feedback when users submit feature descriptions for AI-powered story generation.

Decision

We will use React with Vite as the frontend framework for AutoDevHub.

React with Vite provides:

Consequences

Positive Consequences

Negative Consequences

Risks

Alternatives Considered

Vue.js

Svelte/SvelteKit

Vanilla JavaScript

Angular

Next.js

Implementation Notes