HackerTrans
TopNewTrendsCommentsPastAskShowJobs

justdep

no profile record

Submissions

[untitled]

1 points·by justdep·há 3 meses·0 comments

Show HN: I built a free app to collaborate in realtime on Markdown

syncmark.io
3 points·by justdep·há 5 meses·1 comments

Open source Firefox extension to quickly interact with an LLM on current webpage

github.com
2 points·by justdep·há 8 meses·1 comments

Are AI coding tools fundamentally changing Agile/team software development?

1 points·by justdep·há 9 meses·1 comments

comments

justdep
·há 3 meses·discuss
After months of tinkering, I'm sharing Synapse: a free, open source notes app for macOS that opens any folder of markdown files, git-backed, with a built-in Claude Code-ready terminal
justdep
·há 5 meses·discuss
Genuinely useful for me to collaborate with others on commands, skills, agent instructions, etc, without all of the fiddly Git friction and BS. Just spin up a workspace, give people the invite link, evolve it, and export at the end. We can then maintain a source-of-truth around these docs and improve them over time.
justdep
·há 8 meses·discuss
Annoyed with paid services that charge you to bring your own API key (getvoila.ai), I partnered with Claude Code and made my own and open sourced it. Enjoy!

---

A "bring your own key" Firefox extension that provides quick access to LLM assistants (OpenAI, Anthropic, Google Gemini) via a keyboard shortcut, with full page context.

Features:

- Quick access: Press `Ctrl+J` to open the assistant overlay on any webpage

- Multiple providers: Supports OpenAI, Anthropic, and Google Gemini

- Page context: Use `@page` in your prompt to include the current page's content

- Markdown rendering: Responses are rendered with full markdown support (code blocks, lists, etc.)

- Session memory: Conversations persist within a session (cleared when you close the popup)

- Streaming responses: See responses as they're generated in real-time