The Archie frontend is the user-facing layer of every app you build. Archie generates a modern web application — typically React-based with a component library, routing, and state management — from your blueprint and specifications. You customize it with three modalities that work together.Documentation Index
Fetch the complete documentation index at: https://archie.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Three editing modalities
Talk to Archie
Describe a change in plain language. The chat applies it across files.
Visual editor
Point and click for layout, copy, and styling.
IDE
Direct code editing in the browser, with syntax highlighting, IntelliSense, and search.
What’s in this section
- Visual editor — point-and-click element editing
- Talking to Archie — using the chat for code edits
- Components — working with the generated component library
- Theming — branding, colors, fonts, dark mode
- Routing — pages, dynamic routes, navigation
- Connecting to the backend — API client, auth tokens, real-time
- Deployment — publishing to Archie’s hosting or self-deploy
What the frontend includes
A generated Archie frontend ships with:- A page router with route definitions for every feature in your blueprint
- A component library based on shadcn/ui with your branding applied
- Authentication wired to your chosen auth provider
- A typed API client for your project’s GraphQL and REST endpoints
- Real-time subscriptions for live data
- Form handling with validation matching your spec rules
- Internationalization, with at least your primary locale populated