Jose Henrique ba38092784
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 4m4s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 11s
new things
2026-04-02 19:24:58 -03:00
2026-03-25 17:34:37 -03:00
2026-03-31 17:21:50 -03:00
2026-04-02 19:24:58 -03:00
2026-03-25 17:34:37 -03:00
2026-03-25 17:34:37 -03:00
2026-03-26 21:18:51 -03:00
2026-03-26 20:35:22 -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.5 MiB
Languages
TypeScript 79.8%
CSS 18.2%
Dockerfile 1.5%
HTML 0.3%
Shell 0.2%