Ecosystem TAVP
TAVP bukan hanya framework — ini adalah ekosistem lengkap untuk membangun web application.
Overview
TAVP Stack
├── Core
│ ├── tavp-core # Framework foundation
│ ├── tavp-cli # Command line tools
│ └── tavp-installer # Phalcon installer
├── Authentication
│ └── tavpid # OTP + JWT + OAuth
├── UI
│ ├── tavpblocks # 40+ components
│ └── tavphub # Admin panel
├── Business
│ ├── tavpkit # Starter kits
│ ├── tavphive # Billing & payments
│ └── tavp-marketplace # Module marketplace
├── Infrastructure
│ ├── tavp-cloud # Managed hosting
│ ├── tavp-analytics # Analytics & fraud
│ └── tavp-starter # Project template
└── Integration
├── Flutter SDK # Mobile apps
└── REST API # API-first designCore Components
| Component | Description | Link |
|---|---|---|
| tavp-core | Framework foundation | GitHub |
| tavp-cli | CLI tools | GitHub |
| tavp-installer | Phalcon installer | GitHub |
Authentication
| Component | Description | Link |
|---|---|---|
| tavpid | OTP + JWT + OAuth | GitHub |
UI Components
| Component | Description | Link |
|---|---|---|
| tavpblocks | 40+ UI components | GitHub |
| tavphub | Admin panel | GitHub |
Business Tools
| Component | Description | Link |
|---|---|---|
| tavpkit | Starter kits | GitHub |
| tavphive | Billing & payments | GitHub |
| tavp-marketplace | Module marketplace | GitHub |
Infrastructure
| Component | Description | Link |
|---|---|---|
| tavp-cloud | Managed hosting | Website |
| tavp-analytics | Analytics & fraud | GitHub |
| tavp-starter | Project template | GitHub |
