Examples
Real-world examples built with TAVP Stack.
Available Examples
| Example | Description | Complexity |
|---|---|---|
| Blog | Personal blog with posts, categories, tags | Beginner |
| Todo | Task management app | Beginner |
| E-Commerce | Online store with products | Intermediate |
| SaaS Starter | SaaS app with billing + teams | Advanced |
| Real-time Chat | WebSocket chat application | Advanced |
Quick Start
bash
# Clone any example
composer create-project tavp/starter my-app
cd my-app
# Or use the CLI
tavp new my-app --template=blogTech Stack Used
All examples use:
- tavp-core — routing, ORM, Volt views
- tavp-cms — content management (optional)
- tavpid — authentication (optional)
- tavphub — admin panel (optional)
- Tailwind CSS — styling
- Alpine.js — interactivity
- Phalcon — backend performance
Getting Started
- Install TAVP:
tavp phalcon:install - Create project:
tavp new my-app - Run migrations:
tavp migrate - Start server:
tavp serve - Visit http://localhost:8000
