FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
dangermouse5

dangermouse5

RQVSeeker

Public
Like
RQVSeeker
Home
Code
4
backend
2
frontend
4
shared
2
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
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
/
shared
/
README.md
Code
/
shared
/
README.md
Search
5/27/2025
README.md

Shared Types

TypeScript interfaces shared between frontend and backend.

Types

CrawlRequest

Request payload for the crawl API endpoint.

interface CrawlRequest { sitemapUrl: string; }

CrawlResult

Response from the crawl API endpoint.

interface CrawlResult { found: boolean; // Whether target string was found foundUrl?: string; // URL where string was found (if any) totalCrawled: number; // Number of pages crawled errors: string[]; // List of error messages crawledUrls: string[]; // All URLs that were crawled postsSitemapUrl?: string; // URL of posts sitemap if found postsSitemapFound: boolean; // Whether posts sitemap was found }

CrawlProgress

Progress updates during crawling (for future real-time features).

interface CrawlProgress { currentUrl: string; // Currently being crawled crawledCount: number; // Number completed totalUrls: number; // Total URLs to crawl found?: boolean; // Whether target found foundUrl?: string; // URL where found }
Get started with a template:
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
ExploreDocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareersBrandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
Ā© 2025 Val Town, Inc.