Hello there, Welcome web app 👋

This is the public-facing web application with authentication!

Authentication System

🔐 Better-Auth Integration

This application features a complete authentication system using better-auth with email/password authentication, session management, and protected routes.

🔑 Try the authentication system

Create an account or sign in to test the complete authentication flow.

UI Components Test

Test Card

This is a test card using our shared UI components.

You're up and running

What's next?

Next steps

Here are some things you can do with Nx:

Add UI library
# Generate UI libnx g @nx/next:library ui# Add a componentnx g @nx/next:component ui/src/lib/button
View project details
nx show project apps --web
View interactive project graph
nx graph
Run affected commands
# see what's been affected by changesnx affected:graph# run tests for current changesnx affected:test# run e2e tests for current changesnx affected:e2e

Carefully crafted with