A modern web application built with Next.js and Tailwind CSS to simulate how a brand appears in AI-generated search answers.
ai-visibility-tool/
|-- app/
| |-- api/
| | `-- analyze/
| | `-- route.ts
| |-- globals.css
| |-- layout.tsx
| `-- page.tsx
|-- components/
| `-- analyze-form.tsx
|-- lib/
| |-- analysis.ts
| `-- types.ts
|-- next-env.d.ts
|-- next.config.ts
|-- package.json
|-- postcss.config.js
|-- README.md
|-- tailwind.config.ts
`-- tsconfig.json
Install dependencies:
npm install
Start the development server:
npm run dev
Open the app: