My hope is to turn this into an RSS Reader. Wish me luck?

Something to store list of feeds in JSON file, format "id", "url", "name"
-Airtable
Grab the list of feeds with function
-Next.js
-Axios
Incremental regeneration behavior--no need for "deploy"
-revalidate in Next.js
-Netlify
-Cron jobs
UI
-Export ReaderLayout Next.js
Create pages from list of feeds, .tsx
-Next.js, import rss-parser library
-xml2js library
Deploy site? Does it need its own hosting site?
-Vercel
-Astro