Skip to content

FlightStrips Documentation

Learn how FlightStrips works and how to contribute.

These pages document the FlightStrips project: its architecture, features, and how to develop, run, and extend it locally.

The visual design of these docs should stay consistent with the main app. Colors, typography, and components are derived from the frontend code in ../frontend. When you add or update examples, reference the shared design tokens, Tailwind configuration, and components in that folder so the documentation matches the production UI.

Learn the app

Start with the core FlightStrips concepts, architecture overview, and main user flows.

Match frontend styles

When adding screenshots or UI examples, pull colors and styles from the ../frontend project so docs and app stay visually aligned.

Add new docs

Add Markdown or MDX files to src/content/docs to create new documentation pages.

Configure the docs site

Edit the docs navigation and settings in astro.config.mjs.