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: QuickBEAM – run JavaScript as supervised Erlang/OTP processes

https://github.com/elixir-volt/quickbeam
43•dannote•23h ago•6 comments

Show HN: Create a full language server in Go with 3.17 spec support

https://github.com/owenrumney/go-lsp
73•rumno0•4d ago•14 comments

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

https://breezepdf.com/?v=3
41•philjohnson•6h ago•23 comments

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

https://github.com/alonsovm44/glupe
5•alonsovm•1h ago•2 comments

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

https://sheetninja.io
57•sxa001•8h ago•66 comments

Show HN: DeepRepo – AI architecture diagrams from GitHub repos

https://deeprepo.dev
4•uwais12•1h ago•1 comments

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

https://timezoneapp.co/
9•choogi•2h ago•1 comments

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

https://launchdirectories.com
4•rosennn•2h ago•0 comments

Show HN: /slot-machine development (CC vs. Codex; CE vs. superpowers)

https://github.com/pejmanjohn/slot-machine
2•pejmanjohn•3h ago•0 comments

Show HN: Public transit systems as data – lines, stations, railcars, and history

https://publictransit.systems
40•qwertykb•12h ago•17 comments

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

https://github.com/janbjorge/pglens
4•jeeybee•3h ago•2 comments

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

https://payphonetag.com
7•gangerang•6h ago•1 comments

Show HN: OS3-RNode, an RNode-Compatible LoRa Modem on CH32V003

https://netmonk.org/works/rnode-on-os3-ch32v003/
7•netmonk•6h ago•0 comments

Show HN: Tinyvision:-Building Ultra-Lightweight Models for Image Tasks

https://github.com/SaptakBhoumik/TinyVision
3•saptakbhoumik3•4h ago•0 comments

Show HN: SuperPaint – a fluid simulation painting app

https://aaronetz.github.io/superpaint/
6•aaronetz•4h ago•0 comments

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

5•gpgkd906•8h ago•0 comments

Show HN: I wrote a ~2KB executable file HTTP file downloader without Libc

https://github.com/Ferki-git-creator/hfile-htpp-file-download-cli-tool
8•DenisDolya•6h ago•5 comments

Show HN: I built a Git extension to capture AI-code context and tied to commits

https://gitwhy.dev/
4•quannguyen028•8h ago•2 comments

Show HN: I built an OS that is pure AI

https://pneuma.computer
28•evanbarke•1d ago•36 comments

Show HN: We built a multi-agent research hub. The waitlist is a reverse-CAPTCHA

https://enlidea.com
28•LZK•1d ago•17 comments

Show HN: WhatToBuy – Describe your situation, get AI-curated shopping carts

6•crackeddude•10h ago•14 comments

Show HN: Twitch Roulette – Find live streamers who need views the most

https://twitchroulette.net/
175•ellg•1d ago•94 comments

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

https://github.com/russellromney/turbolite
178•russellthehippo•3d ago•46 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/
335•j0rg3•2d ago•97 comments

Show HN: Fio: 3D World editor/game engine – inspired by Radiant and Hammer

https://github.com/ViciousSquid/Fio
94•vicioussquid•2d ago•12 comments

Show HN: Optio – Orchestrate AI coding agents in K8s to go from ticket to PR

https://github.com/jonwiggins/optio
86•jawiggins•4d ago•59 comments

Show HN: A plain-text cognitive architecture for Claude Code

https://lab.puga.com.br/cog/
155•marciopuga•3d ago•50 comments

Show HN: Foundry: a Markdown-first CMS written in Go

https://github.com/sphireinc/Foundry
30•nsayoda•2d ago•8 comments

Show HN: I took back Video.js after 16 years and we rewrote it to be 88% smaller

https://videojs.org/blog/videojs-v10-beta-hello-world-again
644•Heff•5d ago•137 comments

Show HN: Grafana TUI – Browse Grafana dashboards in the terminal

https://github.com/lovromazgon/grafana-tui
23•lmazgon•2d ago•7 comments