A web application to analyze websites for AI readiness and optimization.
- Install dependencies:
npm install
- Create a
.env.local
file and add your environment variables:
# Copy from .env.local.example or add your API keys
OPENAI_API_KEY=your_openai_api_key
FIRECRAWL_API_KEY=your_firecrawl_api_key
- Run the development server:
npm run dev
Open http://localhost:3000 to view the application.
- AI Readiness Analysis for websites
- Real-time scoring and recommendations
- Visual charts and metrics
- SEO and accessibility checks