zooly-app is the main Next.js application in the monorepo. It serves as the primary application and backend for other apps in the platform.
Url: https://app.zooly.ai
zooly-appapps/zooly-appThis is a Next.js application that:
@zooly/app-client package for UI components@zooly/app-srv package for server-side API logic@zooly/app-db package for database access@zooly/app-client - UI components@zooly/app-srv - Server API layer@zooly/app-db - Database access@zooly/types - Shared types@zooly/util - Shared utilitiesdev - Start development server on port 3004build - Build for productionstart - Start production serverlint - Run ESLint