{% extends "base.html" %}
{% block title %}Welcome to Vilcos{% endblock %}
{% block content %}
Welcome to Vilcos
A modern FastAPI-based web framework with powerful features
Framework Features
Real-time WebSockets
Built-in support for multi-channel communication
Modern UI
Vue 3 + Vuetify for beautiful interfaces
Authentication Ready
Complete auth system with Supabase integration
Async Database
SQLAlchemy with connection pooling
Sign In
Sign Up
Quick Links
FastAPI Documentation
Vue.js Documentation
Vuetify Documentation
{% endblock %}
{% block scripts %}
{% endblock %}