NextJS SSR frontend with Chakra UI. SSR allows to embed meta tags for search engines and embeds to present post title, description etc when sharing a link to a post on Discord etc.
On a Linux system with UFW, add this rule to port forward localhost:25396 to all addresses on the 192.168.0.X subnet of your LAN:
allow from 192.168.0.0/24 to any port 25396
REST API made in Golang connecting to an SQL database.