gitextract_1fu22ajm/ ├── .gitignore ├── AGENTS.md ├── LICENSE ├── README.md ├── components/ │ ├── AboutSection.tsx │ ├── CodeExample.tsx │ ├── CompatibilitySection.tsx │ ├── ExampleListSection.tsx │ ├── ExamplesSection.tsx │ ├── FAQSection.tsx │ ├── Footer.tsx │ ├── Hero.tsx │ ├── HowToUseSection.tsx │ ├── Section.tsx │ ├── WhySection.tsx │ └── icons/ │ ├── ClipboardIcon.tsx │ ├── CopyIcon.tsx │ ├── GitHubIcon.tsx │ ├── LinkIcon.tsx │ └── UserIcon.tsx ├── next.config.ts ├── package.json ├── pages/ │ ├── _app.tsx │ ├── _document.tsx │ └── index.tsx ├── postcss.config.mjs ├── styles/ │ └── globals.css └── tsconfig.json