A quick vibecoded webapp on exe.dev that I liked enough to save the source for.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 136 B view raw
1.PHONY: build clean stop start restart test 2 3build: 4 go build -o stayintouch ./cmd/srv 5 6clean: 7 rm -f stayintouch 8 9test: 10 go test ./...