@venator-ui/archetypes
v0.1.12
Published
Complete application architectures deployable via the Venator CLI
Downloads
1,778
Readme
@venator-ui/archetypes
Complete application architectures deployed via the Venator CLI. Files are copied into your project. You own the output, with no runtime dependency.
Archetypes
dashboard— Modular dashboard with KPI cards, analytics and settingsadmin— Backoffice interface with user table, roles and organization settingsai-tool— Prompt-based AI interface with chat input, history and model settings
Usage
Archetypes give you a complete starting point, so you can focus on building instead of setting things up.
Archetypes are deployed via the CLI, not imported as a package:
npx @venator-ui/cli init dashboard
npx @venator-ui/cli init admin
npx @venator-ui/cli init ai-tool