Switching DB Backend Easily

After largely completing the transition from Things.app to a version built with vibe coding on Next.js and hosted on Vercel, I decided to switch from Airtable to a Postgres backend. The free-tier on Airtable only allows 1000 public API calls, which wasn’t sufficient. To avoid hitting this cap constantly, I, with the help of Codex, migrated to a Postgres database called Neon, available through Vercel’s marketplace. I already use Neon for my bookmarking web app, so the change was quite smooth. I didn’t need to move any data since I am still in the late development phase. Now returning to other fine-tuning tasks.