All updates
frontend
backend
auth
devops

Rename project to SuprLogs; fix Clerk env loading; align local ports

  • Project renamed to SuprLogsAll product and package names were updated from **SuprLog** → **SuprLogs**. This includes package names (@suprlog/* → @suprlogs/*), UI and marketing copy, repository name, Docker container name, documentation, OpenAPI metadata, and support/contact domains and emails (now suprlogs.com).

Improvements

  • Renamed internal packages and imports from @suprlog/* to @suprlogs/* across the monorepo (packages, apps and build scripts).backend
  • Updated public-facing copy and UI strings to use 'SuprLogs' (web pages, headers, footers, README and docs).frontend
  • Updated Docker and npm scripts to use the new names (for example: suprlogs-redis, suprlogs-mono).devops

Bug Fixes

  • Fixed environment loading in the web app so root .env.local values (for example Clerk CLERK_SECRET_KEY) override other env files and are used during development; added optional loading of .env.development.local.auth
  • Aligned local development ports and Supabase config to match the monorepo conventions (Supabase 4700, DB 4702, Redis 4703, Inngest 4707, web 4715).database

API

  • Updated API/OpenAPI and Inngest configuration to reference suprlogs.com and renamed the example service to 'suprlogs-api'.integrations

Documentation

  • Added a project changelog and clarified the README onboarding/env instructions, noting that env files are loaded from the monorepo root (.env → .env.development/.env.production → .env.local) and that Clerk secrets belong in the root .env.local.
Rename project to SuprLogs; fix Clerk env loading; align local ports