Add public landing site with 6 pages#38
Merged
Merged
Conversation
- PublicLayout with Navbar (sticky, blur-on-scroll, mobile drawer) and Footer - ComingSoon reusable component + Demo and Contact placeholder pages - Hero section with FloatingDocs animation, ChatPreview with blinking cursor
- LandingPage with features grid, how-it-works steps, tech bar, CTA - AboutPage with mission, team bios, color-coded tech stack - PricingPage with 3 equal-height tier cards and Popular badge - DocsPage with getting-started guide and FAQ accordion
- Public pages at /, /about, /pricing, /docs, /demo, /contact - Existing app routes moved to /app, /app/settings, /app/admin - Updated Sidebar nav links to /app/* paths - Updated backend OAuth redirects to /app and /app/settings
- Production deploy on push to main - Preview deploy on PRs with URL posted as comment - Only triggers on frontend file changes
RutvikNK
approved these changes
Apr 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/to/app/*with all internal links and backend OAuth redirects updatedPages
//about/pricing/docs/demo/contact/app/*Test plan
/app/app,/app/settings,/app/admin/app/settingsnpm run build— passes clean🤖 Generated with Claude Code