My wife started a thrifting side hustle recently. So I used this as an excuse to over engineer a website for her.
I helped setup a database in Notion to keep track of all inventory.
Using the Notion API I’m able to pull active inventory and build a website using Astro and Tailwind.
I schedule the build and deployment of the site using a Netlify function to build a fresh version of the site every night.
The key thing here is my wife only needs to manage Notion, the website happens automatically based on that data.