Skip to content

Repository files navigation

robots.txt Tester

A web tool for validating URLs against robots.txt rules. Built with RFC 9309 compliant parsing.

Features

  • Validate multiple URLs against robots.txt content
  • Support for common user agent presets
  • Table and tree view for results
  • Export results to CSV
  • Local storage persistence

Tech Stack

  • Runtime: Bun
  • Framework: React 19 with React Compiler
  • Bundler: Vite
  • Styling: Tailwind CSS v4
  • UI: Base UI
  • Parser: @trybyte/robotstxt-parser

Getting Started

# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
# Preview production build
bun run preview

Scripts

CommandDescription
bun run devStart development server
bun run buildType-check and build for production
bun run lintRun ESLint
bun run formatFormat code with Prettier
bun run fixType-check + lint + format
bun run previewPreview production build

About

A web tool for validating URLs against robots.txt rules. Built with RFC 9309 compliant parsing.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages