Hacker News new | ask | show | jobs
by maddynator 895 days ago
Can someone tell what stack is used to build this website? I am new to FE and looking to understand how to create simple websites like this, where is the database, how are they connected/hosted, and how much it takes to run them monthly.

Thanks in advance

1 comments

This is a simple Next.js React app, deployed with Vercel. The component library is MUI.
What is your data source?
Thank you!!!