Skip to content

Two UI stacks: Next.js frontend and Streamlit/NiceGUI dependencies #4

Description

@kowshikdev

Problem

frontend/ is a Next.js app, but requirements.txt also pulls streamlit==1.40.1 and nicegui. Three UI frameworks for one product.

This bloats install time, creates ambiguity about the real entry point, and means UI work can land in the wrong place.

Proposed solution

  1. Decide which is canonical — Next.js is the more complete one and the README leads with it.
  2. Remove the unused frameworks from requirements.txt.
  3. If Streamlit is genuinely useful for internal dashboards, split it into requirements-dev.txt and say so in the README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions