# Eng UI Vite React

> Build autocodex UI with React + Vite. Use when this capability is needed.

- Skill: `tomevault-io/eng-ui-vite-react` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/eng-ui-vite-react`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/eng-ui-vite-react/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/eng-ui-vite-react

---


# UI: React + Vite

## Repo anchors (autocodex)
- UI_PATH: `web/`
- API_CONTRACT: `docs/contracts/local-api.openapi.yaml`

## When to use
- Implementing or updating the UI.

## Preconditions
- API contract exists.

## Inputs to confirm
- Target routes and data models
- Performance constraints

## Required artifacts
- Typed components
- API client module
- Build passes

## Quick path
- Scaffold components.
- Wire API client.
- Run `npm run build`.

## Steps
1) Define routes and data loading.
2) Implement components with typed props.
3) Add a basic build check.

## Failure modes and responses
- **No API contract**: stop and define the contract first.

## Definition of done
- UI builds and renders core views.

## Example (minimal)
- **View**: runs list reading from `/runs`.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/oodaris) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

