https://github.com/firecrawl/ai-ready-website
🔥 A tool to analyze your website's AI-readiness, powered by Firecrawl
https://github.com/firecrawl/ai-ready-website
Last synced: 5 months ago
JSON representation
🔥 A tool to analyze your website's AI-readiness, powered by Firecrawl
- Host: GitHub
- URL: https://github.com/firecrawl/ai-ready-website
- Owner: firecrawl
- Created: 2025-09-02T18:42:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-03T15:49:07.000Z (10 months ago)
- Last Synced: 2026-01-24T03:30:20.108Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 233
- Watchers: 4
- Forks: 88
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Ready Website

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