Open Issues Need Help
View All on GitHubAI Summary: This issue proposes the creation of a new `styles` package within the `packages` directory. This package will centralize styling for the `apps/web` application, incorporating Tailwind CSS, defining a color palette, implementing dark, light, and custom themes, managing fonts, and including animations.
AI Summary: This issue requests the creation of a new UI package at `packages/ui`, which will be consumed by `apps/web`. The package should be built using Radix UI primitives. Labeled as a 'good first issue', it involves a straightforward setup and integration task.
AI Summary: This issue proposes initializing a new authentication package within the `packages/auth` directory. It also suggests integrating this new package by setting up basic authentication-related routes or pages within the `apps/web/src/app/auth` or `apps/web/src/app/sandbox/auth` paths of the web application.
AI Summary: This issue requests the initialization of a new database package, to be located within the `packages/db` directory. The task likely involves setting up the basic structure, configuration, and potentially a connection for a database. It may also include a basic integration or demonstration of its use, possibly within the `/apps/web/src/app/status` page.