A playground for testing different components, technologies, and debugging tools. Select a test page below to get started.
Test form validation using React Hook Form with Zod schema validation. Demonstrates the standard form pattern used throughout the application.
Test React Query (TanStack Query) data fetching and caching. Demonstrates the standard data fetching pattern with automatic error handling.
View environment variables rendered in a client component. Useful for debugging pipeline environment variable issues.
View environment variables rendered in a server component. Compare with the client version to verify values are consistent across rendering contexts.