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•10mo 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•10mo ago
What makes Solidis more performant than other Redis clients like ioredis or redis
jayl-e-e•10mo 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•10mo 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•10mo 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•10mo ago
Improvement deployed!
swaptr•10mo 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•10mo ago
It's my pleasure! :)
jayl-e-e•10mo ago
swaptr, thank you for your contribution to Solidis! May I know how to contact you?

Show HN: Coasts – Containerized Hosts for Agents

https://github.com/coast-guard/coasts
53•jsunderland323•10h ago•20 comments

Show HN: Rusdantic

https://github.com/mmgehlot/rusdantic
2•mmgehlot•3h ago•0 comments

Show HN: 30u30.fyi – Is your startup founder on Forbes' most fraudulent list?

https://30u30.fyi
224•not-chatgpt•3h ago•89 comments

Show HN: A 3D Body Scan for Nine Cents – Without SMPL

https://clad.you/blog/posts/body-pipeline/
7•arkadiuss•9h ago•2 comments

Show HN: I made my fitness dashboard public and Apple Health needs an API

https://aka.me/blog/personal-software-to-stay-healthy/
8•pbarondadditude•7h ago•6 comments

Show HN: The Alphabetical Clock

https://boat.horse/clock/
38•secretdark•18h ago•22 comments

Show HN: QuickBEAM – run JavaScript as supervised Erlang/OTP processes

https://github.com/elixir-volt/quickbeam
104•dannote•2d ago•16 comments

Show HN: Crazierl – An Erlang Operating System

https://crazierl.org/demo/
69•toast0•1d ago•13 comments

Show HN: Sheet Ninja – Google Sheets as a CRUD Back End for Vibe Coders

https://sheetninja.io
81•sxa001•1d ago•74 comments

Show HN: Codemaxxing – Maximize your slop abilities

https://github.com/jshchnz/codemaxxing
4•jshchnz•2h ago•1 comments

Show HN: BreezePDF – Free, in-browser PDF editor

https://breezepdf.com/?v=3
91•philjohnson•1d ago•43 comments

Show HN: Memv – Memory for AI Agents

https://github.com/vstorm-co/memv
4•brgsk•8h ago•3 comments

Show HN: I made a "programming language" looking for feedback

https://github.com/alonsovm44/glupe
36•alonsovm•1d ago•38 comments

Show HN: Heartbeat – A simple public page for your real-world and online status

https://heartbeat.page/
10•ipster_io•14h ago•9 comments

Show HN: AI Spotlight for Your Computer (natural language search for files)

3•DEEPAN_C•10h ago•0 comments

Show HN: React-Rewrite – Figma for localhost that directly edits your codebase

https://github.com/donghaxkim/react-rewrite
7•donghaxkim•22h ago•1 comments

Show HN: A Terminal Interface for Jira

https://github.com/justinmklam/tira
4•thehaikuza•11h ago•0 comments

Show HN: ListenDock – turn blogs and PDFs into audio

https://listendock.com/blogs
5•janpmz•12h ago•1 comments

Show HN: Pglens – 27 read-only PostgreSQL tools for AI agents via MCP

https://github.com/janbjorge/pglens
11•jeeybee•1d ago•7 comments

Show HN: Payphone Tag is territory game using Australia's 15,000 payphones

https://payphonetag.com
18•gangerang•1d ago•8 comments

Show HN: DeepRepo – AI architecture diagrams from GitHub repos

https://deeprepo.dev
17•uwais12•1d ago•7 comments

Show HN: ConvertPNG2JPG – A 100% free, client-side image and PDF converter

https://convertpng2jpg.com/
4•pramaz•15h ago•3 comments

Show HN: Timezone App – Visual meeting scheduler for distributed teams

https://timezoneapp.co/
18•choogi•1d ago•3 comments

Show HN: I made a free list of 100 places to promote your SaaS

https://launchdirectories.com
17•rosennn•1d ago•0 comments

Show HN: IsDisposable – Open-source disposable email detection (160K+ domains)

https://www.npmjs.com/package/@isdisposable/js
5•junaidshaukat•17h ago•3 comments

Show HN: Agent Orchestrator, a local-first Harness Engineering control plane

14•gpgkd906•1d ago•0 comments

Show HN: Turbolite – a SQLite VFS serving sub-250ms cold JOIN queries from S3

https://github.com/russellromney/turbolite
183•russellthehippo•4d ago•46 comments

Show HN: Veil – A Minimal Neovim GUI for macOS with Metal Rendering

https://github.com/rainux/Veil
7•rainux•17h ago•0 comments

Show HN: CLI to order groceries via reverse-engineered REWE API (Haskell)

https://github.com/yannick-cw/korb
6•wazHFsRy•18h ago•0 comments

Show HN: I put an AI agent on a $7/month VPS with IRC as its transport layer

https://georgelarson.me/writing/2026-03-23-nullclaw-doorman/
338•j0rg3•4d ago•97 comments