Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 449 Bytes

File metadata and controls

37 lines (25 loc) · 449 Bytes

Technical Requirements Document (TRD)

Stack

  • Next.js 15
  • React 19
  • TypeScript
  • Tailwind CSS
  • shadcn/ui
  • Framer Motion

Deployment

  • Vercel

APIs

  • GitHub API
  • EmailJS/Resend

Folder Structure

/app /components /data /lib /public /styles

Performance

  • SSR where possible
  • Image optimization
  • Lazy loading
  • Code splitting

Security

  • CSP
  • HTTPS
  • Sanitized forms
  • Rate limiting