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.
An unofficial RSS feed for theoryvc.com/blog — AI, data & infrastructure insights from the Theory Ventures team.
Rendering mermaid diagram...
The site is built on Webflow. The most reliable data source is the JSON-LD <script type="application/ld+json"> block embedded in <head>, which contains a Blog schema with a blogPost array including headline, url, and datePublished for each post.
For the featured/hero post that sometimes lacks datePublished in JSON-LD, a cheerio fallback scans <a href="/blog-posts/…"> card links for date text (ISO YYYY-MM-DD or human-readable Month D, YYYY).
| File | Type | Purpose |
|---|---|---|
main.ts | script | DB schema init (run once) |
cron.ts | interval | Daily scrape trigger |
scraper.ts | script | Fetch & parse blog, upsert to SQLite |
rss.ts | script | Generate RSS 2.0 XML from DB |
feed.ts | http | Serve /feed, /rss, and landing page |
https://hrbrmstr--019eefba1e727722a5b7ff3b1f8f1d79.web.val.run/feed
Not affiliated with Theory Ventures.