Skip to content

TAVP Ecosystem

TAVP is not just a framework — it's a complete ecosystem for building web applications.

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 design

Core Components

ComponentDescriptionLink
tavp-coreFramework foundationGitHub
tavp-cliCLI toolsGitHub
tavp-installerPhalcon installerGitHub

Authentication

ComponentDescriptionLink
tavpidOTP + JWT + OAuthGitHub

UI Components

ComponentDescriptionLink
tavpblocks40+ UI componentsGitHub
tavphubAdmin panelGitHub

Business Tools

ComponentDescriptionLink
tavpkitStarter kitsGitHub
tavphiveBilling & paymentsGitHub
tavp-marketplaceModule marketplaceGitHub

Infrastructure

ComponentDescriptionLink
tavp-cloudManaged hostingWebsite
tavp-analyticsAnalytics & fraudGitHub
tavp-starterProject templateGitHub

Released under the MIT License.