Show HN: I built a selfhosted Wanderlog alternative with real-time collaboration https://ift.tt/rCjSpmi

Show HN: I built a selfhosted Wanderlog alternative with real-time collaboration I built this because I never really liked the existing travel planners. Most of them are closed or just don’t work that well when you’re planning a trip together with other people. So I started building my own tool, mainly for myself at first. It’s a self-hosted travel planner where you can organize trips collaboratively in real time. You can drag and drop places into days, keep track of budgets, manage bookings, and create packing lists. The real-time collaboration part was probably the trickiest thing to get right. Keeping everything in sync without it becoming overly complicated took a few iterations. It’s still not perfect and there are definitely areas that need improvement, especially around search and some UX details. If you’re into travel planning or self-hosting tools, I’d be interested to hear what you think or what you’re missing in tools like this. https://ift.tt/NfTDd9C March 25, 2026 at 09:15PM

Show HN: Hooky – A lightweight HTTP webhook server written in Go https://ift.tt/XvAYbGi

Show HN: Hooky – A lightweight HTTP webhook server written in Go I built a lightweight HTTP webhook server written in Go. You can use it to trigger scripts from HTTP requests. It has built-in secret validation, rate limiting, and configurable execution controls. It can run standalone or in a container. https://ift.tt/Jfuqw62 March 25, 2026 at 11:08PM

Show HN: Relay – The open-source Claude Cowork for OpenClaw https://ift.tt/8zf3psw

Show HN: Relay – The open-source Claude Cowork for OpenClaw https://ift.tt/H9ujLrv March 26, 2026 at 12:23AM

Show HN: Brent Price Now https://ift.tt/I8gUMNV

Show HN: Brent Price Now https://brentpricenow.top March 25, 2026 at 02:54AM

Show HN: JSON-to-PDF e-book generator for CJK content, built with Claude Code https://ift.tt/RHUqDCt

Show HN: JSON-to-PDF e-book generator for CJK content, built with Claude Code https://ift.tt/5dw9CAY March 25, 2026 at 01:42AM

Show HN: CI/CD in your terminal, zero YAML https://ift.tt/6lEVKnM

Show HN: CI/CD in your terminal, zero YAML We're two engineers that got fed up with context switching. Why do we need to do a git push, open a browser tab, wait for some task to actually start, bite nails (or read HackerNews) for 10 minutes or more while dependencies are being installed for the 100th time and finally end up with an invalid YAML error. And for some reason this usually happens in the final stage of the pipeline leading up to the inevitable git commits "Fixed", "Fixed again", "Test", "Really fixed this time". We can do better. We set out to build Zippy. A CI/CD system that works from your terminal. No context switching, no slow containers, instant feedback and seamless Claude Code integration. Just git push, instant build, and move on. Two bash scripts, one to setup the (cached) environment, one to run the build process. https://zippy.sh March 24, 2026 at 11:42PM

Show HN: I built a free CharacterAI that runs locally https://ift.tt/jMuZEFB

Show HN: I built a free CharacterAI that runs locally CharacterAI has over 20M active users and lets people talk to AI voice clones. I built a local alternative that clones any voice with <10s of audio and can talk fluently in over 10 languages, and runs locally on your Macbook or Mac mini. The voice pipeline currently supports MLX on any M1 through M5 chip. I used Whisper-Turbo for STT, Qwen3.5-9B-4bit for the LLM and Qwen3-TTS-0.6B-4bit for TTS. The repo also has a Websocket Transport to add these voices to devices powered by the ESP32 via secure websockets. https://github.com/akdeb/open-toys/tree/main/resources March 25, 2026 at 12:07AM

Show HN: I built a selfhosted Wanderlog alternative with real-time collaboration https://ift.tt/rCjSpmi

Show HN: I built a selfhosted Wanderlog alternative with real-time collaboration I built this because I never really liked the existing trav...