Skip to content

Examples

Real-world examples built with TAVP Stack.

Available Examples

ExampleDescriptionComplexity
BlogPersonal blog with posts, categories, tagsBeginner
TodoTask management appBeginner
E-CommerceOnline store with productsIntermediate
SaaS StarterSaaS app with billing + teamsAdvanced
Real-time ChatWebSocket chat applicationAdvanced

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=blog

Tech 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

  1. Install TAVP: tavp phalcon:install
  2. Create project: tavp new my-app
  3. Run migrations: tavp migrate
  4. Start server: tavp serve
  5. Visit http://localhost:8000

Learn More

Released under the MIT License.