Jose Henrique 41fb02344c
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 3m49s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 43s
fix pipeline
2026-03-25 17:53:00 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:46:45 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:53:00 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00

Recommender

A pure TypeScript monolith AI agent application that will recommend TV shows based on a very customized user profile and input.

Project Structure

  • packages/frontend: Preact application powered by Vite and TypeScript.
  • packages/backend: Fastify server utilizing Drizzle ORM and the official OpenAI SDK.

Getting Started

  1. Install dependencies:

    npm install
    
  2. Configure Environment: Ensure packages/backend/.env exists with your database and AI settings.

  3. Run the application:

    npm run dev
    

    This will concurrently start the frontend development server and the backend API.

Description
TV show recommender
Readme 2.3 MiB
Languages
TypeScript 75.7%
CSS 21.2%
Dockerfile 2.3%
HTML 0.5%
Shell 0.3%