frontend
backend
docs
database
Initial commit: SuprLog monorepo (API, Web, Docs, packages)
- Monorepo scaffolded with core apps and packages — Added the initial SuprLog monorepo containing a Next.js marketing/dashboard site, an Express API server (with Inngest mount and health endpoint), a Mintlify docs site with a minimal OpenAPI spec, and the core package layout to build out the product.
New Features
- Added the Next.js marketing site and dashboard UI to present product information and the future project dashboard.frontend
- Added an Express API server with a /health endpoint and an Inngest mount for background jobs.backend
- Published a Mintlify docs site with an API reference, quickstart, and a minimal OpenAPI spec.docs
Platform & Packages
- Added core workspace packages (shared utilities, database, cache, auth, providers, webhooks, changelog-pipeline, inngest) as foundations for development.backend
- Added Supabase configuration, a database package stub and initial repository/client helpers for future data work.database
- Added a Redis cache package and docker-compose entry to run Redis locally for development.devops
Developer tooling
- Configured monorepo tooling and scripts (pnpm workspaces, Turbo, dev/build/test scripts, TypeScript, ESLint, Prettier) to streamline local development.devops
- Provided environment templates (.env.example, .env.local.example) and a README with a quickstart to help contributors get started.devops
Documentation & Onboarding
- Added comprehensive developer-facing docs and onboarding content (.cursor/commands and .cursor/rules) covering auth, web app, API integration, database, Inngest patterns, LLM usage, error handling, logging, testing, and commit guidelines.docs
- Added API docs pages (health check, API keys) and a quickstart to document current capabilities and next steps for users.docs