Ask HN: What Are You Working On? (July 2026)
691–700 of 1001 posts
Re: Ask HN: What Are You Working On? (July 2026)
#692· OS native sandbox (Please star the repo if you like the work.
Re: Ask HN: What Are You Working On? (July 2026)
#693I am working on Sidequests HQ: SideQuests HQ is a mobile app that turns real life into a series of small, optional quests. The idea came from noticing that most productivity apps optimize for work, and most social media optimizes for consumption. There aren’t many tools that encourage you to actually do interesting things in the real world. The app generates challenges across categories like meeting new people, explo…
Life’s better when you find the way.
Be the friend with the hare brained idea.
Re: Ask HN: What Are You Working On? (July 2026)
#694Re: Ask HN: What Are You Working On? (July 2026)
#695Re: Ask HN: What Are You Working On? (July 2026)
#696The "new" idea we are working on is a feed that ends. Every mainstream app is engineered with infinite scroll. Narro is finite by design. You open it, you see what the people you follow actually posted, you reach the end, and you're done.
Then the next time you open the app you're still only getting new content from the profiles you followed. It ends up creating a totally different user habit.
Re: Ask HN: What Are You Working On? (July 2026)
#697I've been full time on it for 4 months already and dogfooding: https://beolis.com -- starting to look for feedback, although I would say it's not where I want to be yet, but getting there.
Re: Ask HN: What Are You Working On? (July 2026)
#698Narro, it's a user-curated social media app. You add the profiles you follow on Instagram, TikTok, YouTube, X, Facebook, and LinkedIn, and Narro shows their posts in chronological order, with no algorithm, no ads, and no tracking. The "new" idea we are working on is a feed that ends. Every mainstream app is engineered with infinite scroll. Narro is finite by design. You open it, you see what the people you follow act…
Re: Ask HN: What Are You Working On? (July 2026)
#699Load all of your project's documentation links, local development browser tools (database viewers, etc.) into a set of views that can be source controlled with the project. Don't force people to use their daily driver browsers for this, or hack side-by-side views together with their OS window managers. Zen and friends have split panes, but it's not the robust tab/panel system that I wanted.
There is a simple tab widget system, which so far has:
- Viewport manager: basically 1:1 with what is in Chrome devtools
- Session manager: create and manage browser sessions as a first-class entity, and attach/detach tabs to these sessions. Includes a simple "incognito" toggle as well.
- System light/dark override: stop flipping this on/off for your whole OS to test "system" light/dark mode (tedious)
- Reload trigger: pick a target tab. if that tab reloads, so does this one.
- Log file viewer: if the tab source is a local file, change the tab's view to a structured log file parser with search/filter, play/pause, etc.
- Screenshot/Video capture: not built yet. pretty self explanatory.
Great keyboard controls are a hard requirement for me. It's a little tricky since content in web views can capture this too, so I have a global "nav mode toggle" you enter to move around between panes and the tabs within them. Actively figuring out the correct UX, but I am liking what I have so far.
Toying with the idea of a "tab link" which allows you to store a set of "source" tabs in a view, but create "links" in other views, where the navigation is synced across all instances. Useful if you want to have, say, the Tailwind docs open to a specific page, but have that page shared across different views. For example, if you want to have one view specifically for mobile view work and another for desktop view work, and not have to manually navigate to the same Tailwind docs page in both views.
I'm honestly just using it as I work on another real project, and adding features as I think "hey wouldn't this be nice?" Which is a pretty fun and satisfying process. I don't have it published yet, because I'm not entirely sure if it's worth sharing at the moment, but I feel like I'll discover that along the way here and go from there. Maybe someone here will chime in :P