Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

Technologies

NathanGrenier edited this page Apr 3, 2026 · 21 revisions

Frontend

  • Frontend Framework: React Native

    Justification: Enables the development of a single codebase that deploys natively to both iOS, Android, and the Web, significantly reducing development time while maintaining high performance.

  • Build System: Expo

    Justification: Streamlines the build and deployment process with a robust set of pre-configured tools, allowing for rapid prototyping and easy testing across physical devices.

  • Language: Typescript

    Justification: Provides static type checking to catch errors early during development, ensuring better code maintainability and safer refactoring for the team.

  • Styling: NativeWind

    Justification: Allows the use of utility-first Tailwind CSS styling within React Native, ensuring consistent design and faster UI implementation across the application.

Backend

  • Runtime: Node.js

    Justification: Offers a non-blocking, event-driven architecture ideal for handling concurrent API requests and scalable backend services in a unified JavaScript/TypeScript environment.

  • Language: Typescript

    Justification: Enforces type safety across the backend logic, reducing runtime errors and facilitating seamless type-sharing with the frontend codebase.

  • REST API Framework: Hono

    Justification: A lightweight and ultrafast web standard framework that minimizes overhead, providing a simple API for handling HTTP requests.

  • Database: PostgreSQL

    Justification: A robust, open-source relational database selected for its reliability, ACID compliance, and ability to handle complex relational data regarding flights and user claims.

  • ORM: Drizzle

    Justification: A lightweight TypeScript ORM that provides type-safe database access with zero runtime dependencies, ensuring efficient queries and easy schema management.

Flight Tracking

Flight Tracking API: Airlabs

Email Service

Logging

  • Centralized Logging: Sentry

    Link to configuration file

  • Docker Container Logging: Dozzle

    Justification: Allows all team members to view each containers logs in order to properly monitor, detect, and debug issues in the production deployment.

AI Workflows

  • Workflow Platform: n8n

    Justification: A workflow automation tool that orchestrates complex AI and data processes visually, facilitating easy modification and extension to accommodate any future use cases.

  • AI Provider: Gemini

    Justification: Leveraged for its large context window and strong reasoning capabilities to generate detailed flight claim responses and evaluate airline correspondence.

  • OCR: Mistral OCR

    Justification: A specialized model for optical character recognition that accurately extracts text and structured data from uploaded flight documents and tickets.

Code Quality Assurance

  • Linter: ESLint

    Justification: Statically analyzes code to find and fix problems, ensuring adherence to coding standards and best practices across the repository.

  • Formatter: Prettier

    Justification: Automatically formats code to enforce a consistent style, improving readability and reducing friction during code reviews.

Clone this wiki locally