Captures QR attendance for events, classes, and teams; stores data locally during outages and turns it into reports later.
Tech stack
FastAPIReactViteTypeScriptDocker
Use cases
- Building a page inventory before a site migration.
- Auditing metadata and link quality.
Need solved
Manual checks for SEO and content inventory are slow, incomplete, and hard to repeat.
Approach
A FastAPI crawler visualizes results in React and exports JSON, CSV, and Excel files.
What is it?
Makes page structure, metadata quality, and internal link graphs readable for technical teams.
Who is it for?
SEO specialists, developers, and content operations teams.
Technical architecture
Includes a Docker-ready FastAPI backend, React/Vite frontend, and export pipeline.