Show HN: Self-Hosted OSS Trading Journal with GitHub's Codespace in 1 Command

1 ycombricko 1 8/31/2025, 11:27:06 AM github.com ↗

Comments (1)

ycombricko · 4h ago
As an engineer-turned-day-trader (currently unprofitable ), I wanted a free way to journal my trades before paying for SaaS tools like TraderVue or TradeZella.

I came across the open-source project TradeNote (https://github.com/Eleven-Trading/TradeNote) and built a wrapper to make it super easy to self-host. With this setup, you can run TradeNote in GitHub Codespaces or locally with a single make command. No servers to configure, no vendor lock-in—just your trades, notes, and data under your control.

Features:

One-command setup (make start) in Codespaces or locally

Self-hosted — your data stays with you

Simple UI for recording trades and notes (powered by TradeNote)

Portable — runs in Docker, easy to move to localhost

Repo: https://github.com/gitricko/tradenote-selfhost