Skip to content

apogee-frontend

Generates React SPAs following the same Clean Architecture as the backend. Pick UI library, bundler and language. Ships as a standalone CLI (apogee-fe) and is also embedded in the main apogee binary.

Supported stacks

Choice Options
UI library shadcn/ui, mui, react-bootstrap, chakra, primereact
Bundler vite, nextjs
Language ts, js

Install

pip install apogee-frontend

Or use it from inside an Apogee project:

apogee fe:new web --ui shadcn --bundler vite --lang ts