Awesome site! Really like how it's build, how it works, etc. Any chance you'd do an explainer on how you built it, why you built it, etc? Sort of how indie hackers handles these things? I'd love to learn more.
Thank you! I was planning to mention some technical details but I totally forgot! The website mainly uses Vue.js for frontend (which was a total pleasant experience for a somewhat not small project (12,000+ vue LOC)) and Python (Django) + Golang for backend. I really want to share my experience with the vue community. I was more than satisfied dealing with it on a daily basis.
Yes! Semantic UI is used but not fully, only a few but imortant css components like grid, container, input and separator. There's also some old jQuery dependency but is about to be removed since only the Ajax methods are used so it's irrelevant to use jQuery just for that.