A modern web tool for analyzing robots.txt files, built with Qwik and deployed on Cloudflare Pages. Try it out at robots-txt.arvid.tech!
- 🔍 Instant robots.txt analysis
- 📊 Comprehensive scoring system
- 🗺️ Sitemap validation
- 🚫 Security recommendations
- 📱 Mobile-friendly interface
- 💾 Export results as JSON or CSV
- ⚡️ Built with Qwik for optimal performance
- Node.js 16+
- npm or yarn
- A
.env.local
file with:ORIGIN="http://localhost:5173" API_KEY="your-api-key"
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Visit http://localhost:5173
npm run build
npm run preview
This project is deployed on Cloudflare Pages. The build configuration is:
- Build command:
npm run build
- Build output directory:
dist
- Environment variables:
ORIGIN
: Your production URLAPI_KEY
: Your API key for the analyzer
├── src/
│ ├── components/ # Reusable UI components
│ ├── routes/ # Page routes and API endpoints
│ └── utils/ # Utility functions and parsers
├── public/ # Static assets
└── adapters/ # Cloudflare Pages adapter config
- Qwik - The web framework
- Cloudflare Pages - Hosting platform
- Tailwind CSS - Styling
Built by Arvid Berndtsson
This project is open source and available under the MIT License.