Jose Henrique f9f3d95406
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 3m59s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 10s
feature: new changes!
2026-03-25 20:09:32 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 19:46:14 -03:00
2026-03-25 20:09:32 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 18:07:36 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 19:46:14 -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 76.9%
CSS 19.7%
Dockerfile 2.6%
HTML 0.5%
Shell 0.3%