Premium landing page, SEO/AEO, DB-driven brands, domain provisioning - #23
Merged
Conversation
… domain provisioning Phase 1: Rebuild all marketing components (Nav, Hero, Features, HowItWorks, CTA, Footer) to match Just Listen's premium design — 9xl typography, gradient mesh, bento grid, dark navy sections, glow-pulse CTAs. All content driven by BrandConfig. Phase 2: SEO + AI engine optimization — EducationalOccupationalCredential JSON-LD, AI-aware robots.txt, brand-aware llms.txt, PostHog landing analytics, OG/Twitter meta, scroll-triggered animations. Phase 3: Move brand configs from hardcoded defaults to database — Prisma Brand model, seed script, backend CRUD API, frontend DB resolution with 5-min cache + fallback. Phase 4: Automated domain provisioning — Vercel API integration for adding/removing/ verifying custom domains, admin endpoints, DNS instruction generation. Also adds type checking to CI pipeline (backend + frontend tsc --noEmit). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
GET/POST/PATCH/DELETE /brands), frontendresolve-db.tswith 5-min in-memory cache and hardcoded fallback.addDomain,removeDomain,getDomainStatus,getDnsInstructions), admin endpoints that auto-provision domains on brand creation with DNS instruction generation.Test plan
bun run devand verify landing page renders correctlylocalhost:3001/llms.txtreturns brand-aware contentlocalhost:3001/robots.txtshows AI crawler rulesnpx prisma migrate dev --name add_brands_tablenpx ts-node prisma/seeds/brands.tsVERCEL_PROJECT_ID,VERCEL_TEAM_ID,VERCEL_API_TOKENenv vars before testing domain provisioning🤖 Generated with Claude Code