Files
GMW/services/frontend/AGENTS.md
T
asepharyana 2ecba1691b
Deploy to VPS / deploy (push) Failing after 34s
docs: update all markdown files, switch remote to Gitea
- Update root README.md: remove Leptos/WASM/SQLite, document Next.js
- Update frontend README.md: replace create-next-app boilerplate
- Update frontend AGENTS.md: project-specific overview
- Update CLAUDE.md: remove all auth references
- Update backend ARCHITECTURE.md: remove adminAuth from middleware list
- Switch git remote from gitlab to gitea (origin → gitea)
2026-07-26 11:38:53 +07:00

520 B

Bete Frontend — Project Overview

Next.js 16 (App Router), React 19, TypeScript strict, Tailwind v4, shadcn/ui, base-ui.

Key points:

  • All pages are "use client" — the dashboard is fully client-rendered
  • API client at src/lib/api/ — fetch-based, covers all 30+ backend endpoints
  • WebSocket at src/lib/ws/ — auto-reconnecting client with typed event subscriptions
  • Static export: output: "export" in next.config.ts, served via nginx
  • No authentication: all endpoints are public