fix: refactor drizzle integration to use optional chaining for DATABASE_URL
fix: update Supabase integration to use getCookies instead of parseCookies
feat: implement user profile creation with validation schema
refactor: remove unused user-related functions and adjust signup logic
fix: update user validation schema to include first and last name
chore: enhance route tree with SSR support for router
refactor: rename createRouter to getRouter for clarity
fix: update RootDocument styles for background gradient
refactor: clean up _authed routes by removing unused queries
fix: adjust register form layout for better readability
chore: simplify Vite configuration by removing unnecessary options
- Added drizzle configuration for PostgreSQL connection.
- Created user schema for the 'demo' table in drizzle.
- Implemented database connection and user retrieval in drizzle integration.
- Added migration SQL for creating the 'demo' table.
- Updated user hooks to use server functions for login and signup.
- Refactored user-related functions to use drizzle ORM for database interactions.
- Updated routes to utilize new user management functions.
- Add package.json with dependencies for TanStack, HeroUI, and Vite.
- Include favicon, logos, and manifest for PWA support.
- Create global styles with Tailwind CSS and HeroUI.
- Set up TypeScript configuration for the project.
- Implement routing with TanStack Router and context for React Query.
- Create root and index routes with basic application structure.
- Add integration files for HeroUI and TanStack Query.
- Configure Vite with necessary plugins for React and Tailwind CSS.