Skip to content

Conversation

@QuisTech
Copy link
Owner

@QuisTech QuisTech commented Jan 9, 2026

No description provided.

QuisTech and others added 19 commits December 27, 2025 18:28
…d CSS

- Added package.json for web package with Next.js, React, and Tailwind CSS dependencies.
- Created postcss.config.mjs for Tailwind CSS integration.
- Added SVG assets for icons and branding (file.svg, globe.svg, next.svg, vercel.svg, window.svg).
- Configured TypeScript settings in tsconfig.json for strict type checking and Next.js support.
…oints

- Added package.json for API with dependencies (express, cors, dotenv).
- Implemented server.ts with health check and analysis endpoints.
- Created tsconfig.json for TypeScript configuration.

feat(web): integrate API client and enhance dashboard with backend connectivity

- Added api.ts for API client functions (check health, start analysis).
- Updated page.tsx to include backend health check and analysis demo.
- Enhanced UI to display backend status and analysis results.
- Added User, AuthRequest, and AuthResponse interfaces in auth.ts for type safety.
- Created jwt.ts for JWT token generation and verification, including an auth middleware.
- Developed AuthModal component for user login and registration forms.
- Implemented LoginForm and RegisterForm components for handling user authentication.
- Established AuthContext for managing user state and authentication logic.
- Integrated useAuth hook for easy access to authentication context.
- Updated layout to include AuthProvider for global authentication state.
- Enhanced API client with login and registration functions.
- Modified Home page to include authentication modal and user greeting.
- Added demo analysis functionality with token handling for authenticated users.
@vercel
Copy link

vercel bot commented Jan 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
archflow Error Error Jan 9, 2026 3:39am

@gitguardian
Copy link

gitguardian bot commented Jan 9, 2026

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants