frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Solidis – Tiny TS Redis client, no deps, for serverless

https://github.com/vcms-io/solidis
71•jayl-e-e•1y ago
Hey everyone!

Over the past two years I threw myself back into full-time engineering with a simple goal: write code that gives back to the community. After a lot of late-night FOMO (“AI will do it all for us, right?”) and some painful production incidents, I finally turned my weekend project into an open-source library.

[ What is Solidis? ]

- Super-light (< 30 KB) RESP2/RESP3 client with zero runtime deps and first-class ESM/CJS support.

- Fully tree-shakable – import only the commands you need.

- Written with SOLID principles & full TypeScript typings for every command.

- Designed for cold-start sensitive serverless platforms (small bundle + tiny memory footprint).

[ Why I built it ]

1. node-redis & ioredis pain

- ESM is still an after-thought.

- Hidden deadlocks on RST, vague error surfaces.

- Everything gets bundled, even commands you’ll never call.

2. I refuse to add a dependency I don’t fully understand – I literally read candidates 10× before `npm i`.

3. Serverless bills love to remind me that every KB and millisecond matters.

[ Key features ]

- Protocols: RESP2 and RESP3 (auto-negotiation)

- Bundle size: `<30 KB` (core) / `<105 KB` (full)

- Dependencies: 0

- Extensibility: Drop-in command plugins, custom transactions

- Reliability: Auto-reconnect, per-command timeouts, type-checked replies

[ Roadmap / Help wanted ]

- Benchmarks against `node-redis` & `ioredis` (PRs welcome!)

- More first-class Valkey love

- Fuzz-testing the parser

- Docs site – the README came first; I’d love help polishing full docs

This might be my last big OSS push for a while, so stars, issues, and PRs mean the world.

If Solidis saves you some cold-start time or just scratches a TypeScript itch, let me know!

Repo: https://github.com/vcms-io/solidis

License: MIT

Thanks for reading, and happy hacking!

(Feel free to AMA in the comments – I’m around.)

Comments

badmonster•1y ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•1y ago
Solidis isn’t necessarily aiming to outperform ioredis or node-redis in every way — its primary goal is to reduce bundle size rather than maximize raw performance. That said, it does offer some performance advantages in practice. Solidis is designed to handle pipelined commands more efficiently within a single event loop iteration and parses responses in a more event-loop-friendly manner.

As a result, in most real-world scenarios, Solidis tends to be about 2–3x faster than ioredis (even with auto-pipelining enabled). Compared to node-redis, the performance is generally on par or slightly behind.

One caveat: if the payloads being parsed are very large, Solidis can experience increased latency due to its parser being more CPU-intensive, which may introduce delays compared to other stacks.

swaptr•1y ago
Looks great! I tried plugging it into my setup that uses ioredis, but it doesn't seem to support loading the URI directly?
jayl-e-e•1y ago
Thank you very much. As you mentioned, connecting via URI is not currently supported, but it’s not difficult to implement, so I will consider adding it to the specification.
jayl-e-e•1y ago
Improvement deployed!
swaptr•1y ago
Thanks, really appreciate the quick resolution. Looks like a really cool project and the goals seem to be well defined. All the best.
jayl-e-e•1y ago
It's my pleasure! :)
jayl-e-e•1y ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?

Show HN: Paseo – Beautiful open-source coding agent interface

https://github.com/getpaseo/paseo
12•timhigins•2h ago•5 comments

Show HN: Live breath detection and biofeedback from a phone microphone

https://github.com/shiihaa-app/shiihaa-breath-detection
20•felixzeller•8h ago•9 comments

Show HN: RePlaya – self-hosted browser session replay with live tailing

https://github.com/s2-streamstore/replaya
36•shikhar•7h ago•6 comments

Show HN: Eyeball

https://eyeball.rory.codes/
231•mrroryflint•15h ago•73 comments

Show HN: 100cc - Roll your own Claude in 100 lines

https://github.com/yujqiao/100cc
7•rapiz•6h ago•0 comments

Show HN: Build Your Own AI Agent CLI in 150 Lines

https://go-micro.dev/blog/11
21•asim•10h ago•1 comments

Show HN: Name2Tree – Turn any name into a deterministic tree

https://tree.bairui.dev/
3•subairui•2h ago•1 comments

Show HN: DropLock – E2EE secret sharing web app with no backend

https://droplock.apitman.com/
18•apitman•9h ago•5 comments

Show HN: MetaBrain – A local document memory for AI agents

https://metabrain.eu
6•acoye•7h ago•1 comments

Show HN: Clor – give your agent claws

https://clor.com/
8•jacobgold•4h ago•2 comments

Show HN: A searchable archive of declassified UAP/UFO files, news, and analysis

https://didyousee.xyz
10•sonjaqql•10h ago•0 comments

Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2

https://handwritten.danieljanus.pl/2026-06-01-edsger.html
9•nathell•5h ago•0 comments

Show HN: Claude wrote me a language, now I don't know what to do with it

https://github.com/kmcnally5/FROG
2•froglang•6h ago•1 comments

Show HN: A CSS 3D Engine (no WebGL)

https://github.com/LayoutitStudio/polycss
74•rofko•1d ago•27 comments

Show HN: TidyPress – Git-native CLI from Markdown to a static site you own

https://github.com/Raphjacksun7/tidypress
2•raphjacksun•6h ago•0 comments

Show HN: DepsGuard – One command to harden NPM/pnpm/yarn/bun/uv configs

https://github.com/arnica/depsguard
38•eranation•1d ago•4 comments

Show HN: Synapse – 2.9MB Mac app with screenshot, clipboard, Keep Awake and more

https://www.synapsemac.com/
14•harshanacz•14h ago•13 comments

Show HN: Hop – JSX for Rust

https://hoplang.com
9•lyxell•7h ago•2 comments

Show HN: I built a way to find and install Claude skills

https://www.claudinho.xyz/
5•patrickmds•7h ago•1 comments

Show HN: I built an on-chain economy where AI agents transact autonomously

https://agtchain.io/
9•winewarrior•11h ago•3 comments

Show HN: Streambed – Stream Postgres to Iceberg on S3, Supports Postgres Wire

https://github.com/viggy28/streambed
128•vira28•2d ago•35 comments

Show HN: Textile – A desktop app for weaving together bits of text

https://www.gettextile.app
36•stack_framer•1d ago•21 comments

Show HN: Wikigraph – an interactive visualization of all of English Wikipedia

https://tobypenner.com/wikigraph/
9•tfpgh•10h ago•2 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
132•marekkowalczyk•3d ago•52 comments

Show HN: I indexed 21,509 Shopify App Store listings

https://www.appstorepulse.com/reports/state-of-shopify-app-store-may-2026
3•matdesousa•11h ago•0 comments

Show HN: 500 years of Joseon court omens as an observability dashboard

https://ajin.im/is/building/omen.ops/
155•poppypetalmask•3d ago•26 comments

Show HN: MCP Registry – NPM-style install for MCP servers

https://mcp-registry-dh5.pages.dev
3•PengSpirit•11h ago•0 comments

Show HN: Viveka: filter LLM output against a Lean-verified Advaita Vedanta model

https://github.com/SpecStudio-net/Viveka
7•adyashakti•18h ago•0 comments

Show HN: Helios – what plug-in solar could generate for any address in Britain

https://helios.southlondonscientific.com/
125•ruaraidh•3d ago•44 comments

Show HN: Atomic Editor – Obsidian-style live preview for CodeMirror 6

https://kenforthewin.github.io/atomic-editor/
67•kenforthewin•2d ago•19 comments