Posts
/ #POST-215474
REDDIT
Weekend Project: I built a browser-based market terminal because I hate creating accounts for simple tools.
Hey r/stocks,
I built a tool to track my portfolio watchlist because I didn't want to sign up for yet another service just to have a customizable dashboard.
It's built with Next.js and connects to market data APIs directly from the client.
**The main feature:** It's "Local-First". My data (watchlist, settings) lives on my device. That means no tracking and no login walls.
* Real-time/Delayed data (depending on market status).
* Customizable Grid (Drag & Drop).
* Dark Mode.
You can try it here:[https://7even-red.vercel.app/](https://7even-red.vercel.app/)
Let me know if there are any tickers missing, I'm still tweaking the search logic.