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 the UK AI Security Institute (AISI) blog, which doesn't provide one natively.
Subscribe to the feed in your RSS reader:
https://hrbrmstr--a9fd1110460d11f1b63242b51c65c3df.web.val.run/feed
Rendering mermaid diagram...
| File | Type | Purpose |
|---|---|---|
feed.ts | HTTP | Serves the RSS feed at /feed and a landing page at / |
cron.ts | Interval | Runs daily to scrape and store new blog entries |
scraper.ts | Script | Fetches and parses blog entries from the AISI Webflow site |
rss.ts | Script | Generates RSS 2.0 XML from stored entries |
main.ts | Script | One-time database schema initialization |
/— Landing page with feed URL and links/feedor/rss— RSS 2.0 XML feed/source— Redirect to this val's source code
The AISI blog is a Webflow site. Each blog card is a
div.work-card-wrapper.w-dyn-item with data fields conveniently marked via
fs-list-field attributes (title, category, date, description). The
scraper uses Cheerio to parse these into structured entries and upserts them
into SQLite keyed by slug.