Security & Authentication [5]
Enterprise-grade multi-strategy authentication system with session management, credential hashing (Argon2id/bcrypt), and extensible sign-in UI slots.
bun veap add @veap/auth-plugin+2 depsVeap Auth
@veap/auth-plugin
Role-Based Access Control and permission management with dynamic roles, granular permissions, and administrative authorization guards.
bun veap add @veap/rbac-plugin+2 depsVeap RBAC
@veap/rbac-plugin
OAuth2 Google authentication provider integrating directly into the Veap Auth login screen and identity pipeline.
bun veap add @veap/auth-google-plugin+1 depsVeap Auth Google
@veap/auth-google-plugin
Passwordless WebAuthn and Passkey authentication for biometric (Face ID, Touch ID, Windows Hello) and security key sign-in.
bun veap add @veap/auth-passkey-plugin+2 depsVeap Auth Passkey
@veap/auth-passkey-plugin
Time-based One-Time Password (TOTP) two-factor authentication plugin compatible with Google Authenticator, Authy, and 1Password.
bun veap add @veap/auth-totp-plugin+2 depsVeap Auth TOTP
@veap/auth-totp-plugin
Admin & Dashboard [3]
Modular administration dashboard providing extensible UI shells, navigation menus, widget slots, and user management.
bun veap add @veap/panel-plugin+4 depsVeap Panel
@veap/panel-plugin
Visual plugin management UI for enabling, disabling, discovering, and configuring plugins directly inside the admin panel.
bun veap add @veap/manager-plugin+1 depsVeap Plugin Manager
@veap/manager-plugin
Password re-confirmation and biometric step-up authentication modal for protecting sensitive admin operations.
bun veap add @veap/action-confirm-plugin+1 depsVeap Action Confirm
@veap/action-confirm-plugin
Media & Storage [2]
Comprehensive media library and asset management plugin with drag-and-drop uploads, metadata extraction, image cropping, and folder organization.
bun veap add @veap/media-plugin+1 depsVeap Media Manager
@veap/media-plugin
High-performance cloud object storage driver powered by Vercel Blob, seamlessly integrating with Veap's StorageService.
bun veap add @veap/vercel-blob-plugin+1 depsVeap Vercel Blob Storage
@veap/vercel-blob-plugin
ORM & Data Modeling [4]
Polymorphic categorization trait for Veap Models with category hierarchies, slug resolution, and multilingual category support.
bun add @veap/categorizable+1 depsVeap Categorizable
@veap/categorizable
Polymorphic commenting trait for Veap Models with nested comment threads, status moderation, and author associations.
bun add @veap/commentableVeap Commentable
@veap/commentable
Polymorphic tagging trait for Veap Models with slugification, multilingual tag names, and tag-based filtering scopes.
bun add @veap/taggable+1 depsVeap Taggable
@veap/taggable
Database translation engine and model trait providing seamless field-level multilingual translations via polymorphic storage.
bun add @veap/translatableVeap Translatable
@veap/translatable
System & Automation [3]
Real-time notification engine supporting in-app notification toasts, persistent inbox, unread counts, and multi-channel delivery.
bun veap add @veap/notifications-plugin+1 depsVeap Notifications
@veap/notifications-plugin
Audit trail and security activity logging plugin for tracking user mutations, sign-in attempts, and critical data changes.
bun veap add @veap/activity-plugin+1 depsVeap Activity Log
@veap/activity-plugin
Interactive web-based setup wizard for first-time application configuration, database connection testing, and root admin creation.
bun veap add @veap/installer-plugin+2 depsVeap Setup Wizard
@veap/installer-plugin
Developer Tools [1]
Starter Templates [2]
Clean, ultra-fast monochrome starter template focusing on high-speed content delivery and minimalist design.
bun create veap my-app --template minimal+1 depsVeap Minimal Template
@veap/minimal-template
Balanced starter template featuring pre-wired navigation, authentication views, and basic content layout.
bun create veap my-app --template simple+2 depsVeap Simple Template
@veap/simple-template