{% extends "base.html" %} {% block content %}

Welcome to Web App Demo

A simple Flask application demonstrating Fastband MCP integration.

Features

Ticket Management

Track development tasks with the built-in ticket system.

AI-Powered Tools

Use intelligent tools for code assistance and generation.

Multi-Provider Support

Works with Claude, OpenAI, Gemini, and local LLMs.

Getting Started

  1. Initialize Fastband: fastband init
  2. Create a ticket: fastband tickets create --title "My task"
  3. Start developing with AI assistance
{% endblock %}