---
layout: home
hero:
  name: Webflo
  text: A Web-Native Framework for the Next Gen
  tagline: Build backends, frontends, offline-first, and realtime apps absurdly fast.
  image:
    src: /img/brand/logo-670x670.png
    width: 600px
    alt: Webflo Logo
  actions:
    - theme: brand
      text: Get Started
      link: /docs/getting-started
    - theme: brand
      text: What is Webflo
      link: /overview
    - theme: alt
      text: Star on GitHub
      link: https://github.com/webqit/webflo
features:
  - title: Universal Runtime
    details: Run seamlessly across client, server, worker, and edge environments with unified APIs and portable logic.
  - title: Reactive State & Lifecycle
    details: Deeply integrated reactivity and lifecycle hooks for state, data, and UI updates everywhere.
  - title: Real-time Messaging & Sync
    details: Native support for real-time data, events, broadcast channels, and cross-context messaging.
  - title: Advanced Routing & Context
    details: Dynamic, nested, and parameterized routing with context-aware navigation, transitions, and guards.
  - title: SSR, SSG, CSR
    details: Out-of-the-box support for server-side rendering, static site generation, and client-side hydration for SEO and performance.
  - title: Modular Architecture
    details: Compose features with plug-and-play modules, custom plugins, and runtime integrations.
  - title: Storage, Cookies, Sessions
    details: Built-in APIs for storage, cookies, sessions, and secure data flows across all environments.
  - title: Deployment & Config
    details: Flexible deployment, environment config, origins, proxy, and manifest management.
  - title: CLI & Dev Tools
    details: Powerful CLI, hot-reloading, code generation, and rich debugging for rapid development.
  - title: Security & Isolation
    details: Context isolation, robust session management, and secure data flows for any environment.
---