frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: My receipt printer prints an original artwork every morning

https://github.com/matt-w-horn/morningprint
6•spectraldrift•2h ago•1 comments

Show HN: ClickBench Playground – a playground for 110 database systems

https://benchmark.clickhouse.com/playground/
8•zX41ZdbW•3h ago•3 comments

Show HN: Capy – A Git-style platform for managing your team's secrets

https://github.com/capysc/capy-cli
8•cvince•1h ago•7 comments

Show HN: DrakeAI – expense tracker you log by voice or text, no bank sync

https://drakeai.app/
2•a_protsyuk•2h ago•0 comments

Show HN: Greenlight – Preflight Scanner for App Store and Google Play

https://github.com/RevylAI/greenlight
2•ethanzhoucool•2h ago•0 comments

Show HN: Diffing Binary Files

https://withkord.com/diff
12•wennyyustalim•5h ago•5 comments

Show HN: Spltty – a Markdown-based personal finance CLI built with Claude

https://tdiniz.dev/thoughts/building-a-personal-finance-tracker-with-claude
7•thiagovsdiniz•2h ago•2 comments

Show HN: Learning Nix with LabCraft

https://www.labcraft.dev/
5•anandsuresh•2h ago•0 comments

Show HN: GetPageSpeed Amplify, a compatible replacement for Nginx Amplify

https://amplify.getpagespeed.com/
3•dvershinin•3h ago•0 comments

Show HN: Modern Browsers Don't Need the Cookie Anymore

https://kuber.studio/cookie/
11•kuberwastaken•8h ago•7 comments

Show HN: Ocean – All your team's agent sessions in one place

https://ocean.mosaic.inc/
5•electrodisk•3h ago•1 comments

Show HN: Simple algorithm and color space to generate diverse skin tones

https://toneyalexander.github.io/inclusive-color-space/
597•automatoney•1d ago•99 comments

Show HN: Stripekit – Terraform-style declarative config for your Stripe account

https://stripe.rafael.ltd/
2•rafgg•3h ago•0 comments

Show HN: I automated California Property tax reduction claim process

https://saveproptax.com
2•atifnayeem•3h ago•0 comments

Show HN: Arxid – keyed, non-enumerable ID obfuscation

https://github.com/lucasolopes/arxid
4•byolopes•6h ago•0 comments

Show HN: AI agents gives its worst answers when you're overwhelmed

https://github.com/softcane/human-state-skills
2•pradeep1177•3h ago•0 comments

Show HN: Summarize any page into a pod episode

https://thedaily.fm/docs/page-to-pod
2•carimura•3h ago•1 comments

Show HN: What's Your AI Debt Score? Roast My Code – No AI, Just Regex

3•piggydev•3h ago•0 comments

Show HN: An AI agent that trades inside limits you set, starting on paper

https://quantsignals.xyz/fst
10•henryzhangpku•8h ago•3 comments

Show HN: Lucidos, a local AI OS that keeps the apps you describe running

https://github.com/lucidos-dev/lucidos
3•kennethtiller•3h ago•1 comments

Show HN: HUD, an open-source minimal terminal UI for ClaudeCode, Codex, OpenCode

https://github.com/adrida/hud-mode
7•adam_rida•5h ago•1 comments

Show HN: LiminalML – Study ML or SWE at interview depth, grounded in your resume

https://liminalml.com
3•OliverPerrin•3h ago•1 comments

Show HN: ZeroCloudPDF Sign

https://zerocloudpdf.com/sign-pdf
3•HozeKan•3h ago•3 comments

Show HN: BoundaryBench – benchmarking coding agents under real sandbox policy

https://github.com/boundary-bench/boundary-bench
2•_orcaman_•4h ago•0 comments

Show HN: Voca – Most AI tutors wander. I built one that follows a curriculum

https://vocalessons.com/
2•amreldessoukiad•4h ago•0 comments

Show HN: Cool Concepts

https://mkornreich.me/projects/coolconcepts/
2•enjoyyourlife•4h ago•0 comments

Show HN: LingoForge – AI-powered IELTS writing with instant feedback

https://lingoforge.net/en/start
2•chenillen•4h ago•0 comments

Show HN: PON-BEAM re-architecture of the Erlang VM

https://github.com/matheuscamarques/pon_beam
2•matheusosan•4h ago•0 comments

Show HN: I was wrong about scrollytelling landing pages

4•vaitko•4h ago•1 comments

Show HN: Agents keep running with the lid closed

https://agentsneversleep.app/
2•alekseyrozh•4h ago•4 comments
Open in hackernews

Show HN: Capy – A Git-style platform for managing your team's secrets

https://github.com/capysc/capy-cli
8•cvince•1h ago
Hello HN!

We're all spending more and more time making stuff with agents, but I've noticed that one of the things that is the most disconnected from my daily engineering workflow is dealing with secrets and credentials. It often involves a lot of click-ops, copying/pasting, and collaboration, and none of the secrets management products out there have truly scratched that itch.

I built Capy to solve this. It's a secrets manager whose entire frontend is a developer CLI, and I find it extremely ergonomic to use by hand. You also don't need to leave the CLI to sign up for and use it! You can install and authenticate without leaving your terminal (or agent) session.

It also has very powerful version management with git-like branching and conflict resolution. You can push a version manifest to source control and have collaborators pull a specific version of the secrets at any point in time.

The platform itself is extremely secure. It encrypts your local .env files so they can't be read directly. Upon pushing the values to the service, it encrypts them yet again with a service key. That way neither a compromised local machine nor a compromised service alone will result in a leakage.

BTW: Since it was released in April, I've been refining it and have evolved the focus a bit. Originally I was going for more TUI and TTY with guided wizards for doing things like deployments, rotations, and connecting services, but I realize that the real future is in making the product work EXTREMELY well with agents.

So the next evolution of is a more satisfying Agent ergonomic, and I have been working on something big next on that front.

Curious about your thoughts on the idea, execution, and would appreciate any and all feedback!

Comments

lirbank•1h ago
This has been needed long before agents were a thing - and now with agents, even more so! Excited to try it out. But I would like to understand more about the security posture. What documentation do you have for how Capy keeps secrets safe?
cvince•1h ago
Capy uses a split-key encryption model, meaning secrets are encrypted client-side before reaching our servers—so the backend never sees or stores raw plaintext keys. The design is also pretty unique in that it can be used to cryptographically revoke local secrets remotely.

You can read more about it here: https://www.capy.sc/docs/internals/zero-trust

In addition, the company is right around the corner on our SOC2 Type I audit. It should be available within the next week!

https://trust.capy.sc/

Spencer-BenAi•1h ago
Good idea
cvince•5m ago
Thanks! Try it out and let me know what you think!
theLiminator•27m ago
Looks pretty cool, what steps are you taking to ensure that the backend is secure?
cvince•9m ago
On the crypto side, the values are encrypted client-side before they’re sent. This means the service stores ciphertext it has no ability to decrypt. So the worst case for a backend compromise is someone getting encrypted blobs plus some metadata.

On the controls side, SAST scanning in CI, and minimizing deps as much as possible in the client and the service.

Arshad-Talpur•8m ago
it looks super but I am more concerned about agentic determinism , because still they do change behavior, so curious how you are controlling it