1
mirror of https://github.com/jakejarvis/hoot.git synced 2025-10-18 20:14:25 -04:00

7 Commits

Author SHA1 Message Date
1a9437030e v2: Postgres storage & Inngest background revalidations (#101) 2025-10-17 23:50:29 -04:00
6960c0b4a8 Migrate to uploadthing for file storage (#74)
Co-authored-by: jake <jake@jarv.is>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-10-06 15:07:18 -04:00
70397e3c2a Add screenshot generation and integrate into domain report view (#32) 2025-09-26 12:07:08 -04:00
993dd786ac Add Vitest configuration and unit tests (#29) 2025-09-26 01:48:28 -04:00
89219a4682 Add PostHog server-side instrumentation 2025-09-25 12:04:30 -04:00
fd61a5c895 Enhance PostHog analytics integration for server-side context
- Added `DomainSsrAnalytics` component to capture server-side analytics for domain pages.
- Updated `createContext` to include PostHog distinct and session IDs from headers and cookies.
- Modified TRPC procedures to log analytics data, including session IDs, for improved tracking of domain service calls.
2025-09-20 23:37:24 -04:00
1a8d720f67 Update biome.json schema path and add pnpm workspace configuration
- Changed the schema path in biome.json to reference the local configuration schema.
- Introduced a new pnpm-workspace.yaml file to specify built dependencies for the project.
2025-09-13 10:47:20 -04:00