You SU*K at design!π€¬
Use this hero section layout
for your next SaaS or Product landing page.
It works like a charm.
Ohh I added, π copywriting placeholder.
Fill it up and you are ready to go.
Simple yet effective.
#buildinpublic#indiehacker#uiux
@stevemeans_rlsy If you make an effort to keep things modular then it's not too bad breaking things out into services later. All our backed code is Next.js agnostic. We only use next to convert the HTTP request and responses. The service layer and everything inside it is next-free
@stevemeans_rlsy I architected it as a modular monolith, so I would not go back on it. Was the fastest was to get things working. I had to jump to through some hoops to get fully automated API tests running in-process tho. The file based routing is not really designed for that