mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-25 17:05:56 +03:00
[PR #202] [CLOSED] Landing page UI + Clerk auth (Facebook/Google), routing and TS config… #254
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/202
Author: @Om-Singh1808
Created: 8/13/2025
Status: ❌ Closed
Base:
main← Head:feature/landing-clerk-auth📝 Commits (2)
72f9e54Landing page UI + Clerk auth (Facebook/Google), routing and TS config updates821faacDelete backend/.env📊 Changes
15 files changed (+1419 additions, -21 deletions)
View changed files
➕
.gitignore(+5 -0)➕
LANDING_PAGE_IMPLEMENTATION_GUIDE.md(+244 -0)➕
LANDING_PAGE_UI_SUMMARY.md(+144 -0)➕
SIMPLE_LANDING_PAGE_SUMMARY.md(+141 -0)📝
backend/.onboarding_progress.json(+13 -13)➕
frontend/env.example(+8 -0)📝
frontend/package-lock.json(+115 -8)📝
frontend/package.json(+2 -0)➕
frontend/setup-landing-page.sh(+52 -0)➕
frontend/src/components/auth/AuthProvider.tsx(+59 -0)➕
frontend/src/components/auth/SignInPage.tsx(+134 -0)➕
frontend/src/components/auth/SignUpPage.tsx(+134 -0)➕
frontend/src/pages/LandingPage.tsx(+306 -0)➕
frontend/src/test-landing-page.js(+51 -0)➕
frontend/src/vite-env.d.ts(+11 -0)📄 Description
… updates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.