[PR #9169] docs: landing improvements #25384

Open
opened 2026-04-15 22:51:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/9169
Author: @Bekacru
Created: 4/14/2026
Status: 🔄 Open

Base: mainHead: chore/landing-imporvements


📝 Commits (8)

  • 22d001e docs: landing improvements
  • 309b8e5 docs(pricing): update section titles and refine descriptions for clarity
  • ba8db26 feat(community-stats): add npm weekly download history and update CommunityStats interface
  • e79f082 feat: add MCP client commands to AiNativeSection and update Turbo configuration for experimental features
  • 278a965 docs(pricing): update pricing tiers and security detection values for accuracy
  • ba37497 feat(landing): update SVG icons for improved visuals and consistency
  • e436616 feat(landing): adjust logo sizes and font styles for better visual consistency
  • 9e11f03 - Implemented dynamic base URL configuration for Better Auth to handle multiple domains and preview deployments.

📊 Changes

29 files changed (+2502 additions, -1464 deletions)

View changed files

docs/app/docs/v/[version]/[[...slug]]/page.tsx (+210 -0)
📝 docs/app/enterprise/enterprise-client.tsx (+17 -92)
📝 docs/app/globals.css (+53 -0)
📝 docs/app/page.tsx (+1 -0)
docs/app/pricing/_components/pricing-content.tsx (+416 -0)
docs/app/pricing/layout.tsx (+91 -0)
docs/app/pricing/page.tsx (+13 -0)
📝 docs/app/products/[tab]/_components/infrastructure-content.tsx (+26 -60)
📝 docs/app/products/[tab]/_components/products-shell.tsx (+2 -3)
📝 docs/app/products/[tab]/layout.tsx (+2 -12)
📝 docs/app/products/[tab]/page.tsx (+3 -42)
📝 docs/app/products/page.tsx (+1 -1)
📝 docs/app/sitemap.ts (+1 -7)
📝 docs/components/docs/docs-sidebar.tsx (+47 -11)
📝 docs/components/docs/icons.tsx (+7 -11)
📝 docs/components/landing/framework-sections.tsx (+478 -412)
📝 docs/components/landing/hero-readme.tsx (+602 -714)
📝 docs/components/landing/staggered-nav-files.tsx (+34 -90)
📝 docs/components/sidebar-content.tsx (+5 -5)
docs/components/version-switcher.tsx (+337 -0)

...and 9 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/9169 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 4/14/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `chore/landing-imporvements` --- ### 📝 Commits (8) - [`22d001e`](https://github.com/better-auth/better-auth/commit/22d001ede166084c81b4fec31bf74e700acbe1d1) docs: landing improvements - [`309b8e5`](https://github.com/better-auth/better-auth/commit/309b8e559ce803c043e4c2d1b30c2260a900ad55) docs(pricing): update section titles and refine descriptions for clarity - [`ba8db26`](https://github.com/better-auth/better-auth/commit/ba8db26e01f9658646973eb596325746ba66c265) feat(community-stats): add npm weekly download history and update CommunityStats interface - [`e79f082`](https://github.com/better-auth/better-auth/commit/e79f08235091fb5b3bf1f68020fe08de9783fe25) feat: add MCP client commands to AiNativeSection and update Turbo configuration for experimental features - [`278a965`](https://github.com/better-auth/better-auth/commit/278a965e57b440871426d208e683ea6e7c430cf0) docs(pricing): update pricing tiers and security detection values for accuracy - [`ba37497`](https://github.com/better-auth/better-auth/commit/ba37497b66b91ca04a94313bcc0cdb6982fcd649) feat(landing): update SVG icons for improved visuals and consistency - [`e436616`](https://github.com/better-auth/better-auth/commit/e4366166d2c74f69ae27e90a34ba4a53e6668912) feat(landing): adjust logo sizes and font styles for better visual consistency - [`9e11f03`](https://github.com/better-auth/better-auth/commit/9e11f03f3689928b9bb715b840654d1a6e3394b7) - Implemented dynamic base URL configuration for Better Auth to handle multiple domains and preview deployments. ### 📊 Changes **29 files changed** (+2502 additions, -1464 deletions) <details> <summary>View changed files</summary> ➕ `docs/app/docs/v/[version]/[[...slug]]/page.tsx` (+210 -0) 📝 `docs/app/enterprise/enterprise-client.tsx` (+17 -92) 📝 `docs/app/globals.css` (+53 -0) 📝 `docs/app/page.tsx` (+1 -0) ➕ `docs/app/pricing/_components/pricing-content.tsx` (+416 -0) ➕ `docs/app/pricing/layout.tsx` (+91 -0) ➕ `docs/app/pricing/page.tsx` (+13 -0) 📝 `docs/app/products/[tab]/_components/infrastructure-content.tsx` (+26 -60) 📝 `docs/app/products/[tab]/_components/products-shell.tsx` (+2 -3) 📝 `docs/app/products/[tab]/layout.tsx` (+2 -12) 📝 `docs/app/products/[tab]/page.tsx` (+3 -42) 📝 `docs/app/products/page.tsx` (+1 -1) 📝 `docs/app/sitemap.ts` (+1 -7) 📝 `docs/components/docs/docs-sidebar.tsx` (+47 -11) 📝 `docs/components/docs/icons.tsx` (+7 -11) 📝 `docs/components/landing/framework-sections.tsx` (+478 -412) 📝 `docs/components/landing/hero-readme.tsx` (+602 -714) 📝 `docs/components/landing/staggered-nav-files.tsx` (+34 -90) 📝 `docs/components/sidebar-content.tsx` (+5 -5) ➕ `docs/components/version-switcher.tsx` (+337 -0) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 22:51:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#25384