Skip to content

Add a public landing page - #10

Open
akmr-me wants to merge 1 commit into
mainfrom
feature/add-landing-page
Open

akmr-me wants to merge 1 commit into
mainfrom
feature/add-landing-page

Conversation

@akmr-me

@akmr-me akmr-me commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds a real landing page at / (hero, feature highlights, CTA) for logged-out visitors, instead of dumping them straight onto a login screen
  • Moves the signed-in dashboard from / to /dashboard
  • Login/signup now redirect to /dashboard instead of / after auth

Test plan

  • tsc --noEmit clean
  • Local dev server: / shows the landing page when logged out, /dashboard shows the session-check/dashboard flow, /login and /signup both load correctly

Previously the root route was the signed-in dashboard, so any
logged-out visitor to formly.akmr.me hit a login screen with zero
explanation of what the product does. Now / shows a real landing page
(hero, feature highlights, CTA) for logged-out visitors and redirects
straight to /dashboard for signed-in ones. Login/signup now redirect
to /dashboard instead of / after auth.
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.

1 participant