How can podcasts engage better with their community? That is the question I wanted to answer with this product.
Make a website for a podcast, which works as a multitool for engaging with your community, no longer any need to use multiple platforms, where your listeners have to create multiple accounts.
I documented parts of the making of this project on X/Twitter, here are the links:
Demonstration of hiding/deactivating quiz questions from the dashboard - https://x.com/SandrEikenes/status/1846318932887547993
Demonstration of my custom profile page / editor - https://x.com/SandrEikenes/status/1846606777527267397
Demonstration of being rewarded points when answering quizes, the leaderboard, and visiting other listeners profiles - https://x.com/SandrEikenes/status/1847037629734309936
View of the merch store frontend - https://x.com/SandrEikenes/status/1847674722533724516
This is a white-label software, meaning that each podcast will get their own website based on this one "template".
The website is currently not hosted anywhere, and the git repo is private, so you will have to see my X posts for a demonstration of the project :)
The websites front and backend is made using TypeScript and React. NEXT.js is used as the framework, and TailwindCSS is used for styling.
The database is provided by Supabase, and the authentication is provided by Clerk even though I made my own login, register, and profile pages.