Busflow Docs

Internal documentation portal

Skip to content

Busflow โ€‹

The AI operating system for bus tourism. โ€” More buses on the road. Less paper on the desk.

Busflow is a verticalized AI-SaaS platform that replaces the outdated IT landscape of SMB bus tour operators in the DACH region. From AI-powered tour planning and conversion-optimized checkout to real-time dispatch and digital passenger experiences โ€” one platform, every workflow.

โ†’ Product Identity ยท Platform Vision ยท Docs Hub


CIDeploy

Start Here โ€” Product Overview โ€‹

For investors, partners, and operators evaluating Busflow. The pages below tell our story end-to-end โ€” read top-to-bottom for roughly a 30-minute walkthrough.

#ReadWhat you'll learn
1Product IdentityWho Busflow serves, the five product pillars, and the value operators get from day one.
2The 10% โ€” AI & UX DifferentiatorsThe features that set Busflow apart from incumbents and patchwork tools.
3Competitive LandscapeHow Busflow stacks up against Kuschick, Turista, and other DACH incumbents.
4Core User JourneysEnd-to-end scenarios showing how dispatchers, drivers, and passengers experience the system.
5Platform VisionThe three-horizon roadmap from "Operator-in-a-Box" to a Ground Transportation OS.
6Feature SubsetsHow modular architecture enables wedge-and-expand commercial packaging.

Internal Developer Entry Point โ€” Domain-specific rules and learnings live in .agents/skills/.

Quick Start โ€‹

bash
pnpm install
pnpm dev

This boots all primary projects via Turborepo. For workspace-only, landing page, or Hasura CLI commands, see the CLI Cheatsheet.

Prerequisites: Node.js (v20+), pnpm (v9+), Docker & Docker Compose.

Architecture & Tech Stack โ€‹

  • Core: Vue 3, Hasura (GraphQL), PostgreSQL, NestJS, Nhost, Docker on Hetzner.
  • Tech Stack Reference โ€” exhaustive breakdown of libraries and architectural decisions.
  • CI/CD & Observability โ€” deployment details and topologies.
  • Product Identity โ€” vision, design principles, and target market.

Environments โ€‹

EnvironmentURL
Productionbusflow.app
Docsdocs.busflow.app
Monitoringgrafana.busflow.app
PR Previewspr-<N>.preview.busflow.app

For the full endpoint-to-workflow mapping, see the Production Service Map.

Repository Structure โ€‹

  • apps/ โ€” Product applications (workspace, passenger, driver)
  • packages/ โ€” Shared libraries (core, ui-domain)
  • infrastructure/ โ€” Terraform and Docker Compose configs
  • docs/ โ€” PARA-structured documentation (1-projects/, 2-areas/, etc.)

For comprehensive navigation, visit the Busflow Docs Hub.

Contributing & Rules โ€‹

  • Code Standards: Conventional Commits (feat:, fix:). Prefer self-documenting code and structural outputs (JSON, YAML).
  • AI Agents: All domain-specific instructions, security rules, and workflows live in .agents/skills/. Agents MUST consult these skills before making architectural changes.
  • Forbidden Actions: Never execute destructive infrastructure commands (terraform destroy), database truncations (DROP TABLE), force git pushes to main, or secret exposures without explicit human approval.

Internal documentation โ€” Busflow