• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
diegoivo

diegoivo

todo-app-conversion

Public
Like
todo-app-conversion
Home
Code
5
backend
1
frontend
3
shared
1
README.md
main.tsx
Branches
1
Pull requests
Remixes
History
Environment variables
1
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
6/10/2025
Viewing readonly version of main branch: v33
View latest version
README.md

Web Crawler App

A web crawler application that allows users to crawl URLs and download CSV reports with the crawling results.

Project Structure

├── backend/
│   └── index.ts             # Main entry point with Hono
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main React component
│   │   ├── CrawlerForm.tsx  # URL input form
│   │   ├── CrawlResults.tsx # Results display
│   │   └── DownloadButton.tsx # CSV download button
│   ├── index.html           # Main HTML template
│   └── index.tsx            # Frontend entry point
├── shared/
│   └── types.ts             # Shared types
└── README.md

Features

  • ✅ URL input form with validation
  • ✅ Web crawling with configurable depth
  • ✅ Real-time crawling progress
  • ✅ Results display with metadata
  • ✅ CSV report generation and download
  • ✅ Error handling and status reporting
  • ✅ Responsive design with TailwindCSS

Crawling Data Collected

  • URL
  • Title
  • Meta description
  • Status code
  • Response time
  • Content length
  • Links found
  • Images found
  • Crawl timestamp
  • Error messages (if any)

Technologies

  • Backend: Hono
  • Frontend: React 18.2.0
  • Styling: TailwindCSS
  • Storage: In-memory (session-based)

API Routes

  • / - Main application
  • /api/crawl - Start crawling process
  • /api/crawl/status/:id - Get crawling status
  • /api/crawl/results/:id - Get crawling results
  • /api/crawl/download/:id - Download CSV report
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.