Feed aggregator

Show HN: WrapClaw – a managed SaaS wrapper around Open Claw

Hacker News - Sun, 02/08/2026 - 4:53pm

Hi HN

I built WrapClaw, a SaaS wrapper around Open Claw.

Open Claw is a developer-first tool that gives you a dedicated terminal to run tasks and AI workflows (including WhatsApp integrations). It’s powerful, but running it as a hosted, multi-user product requires a lot of infra work.

WrapClaw focuses on that missing layer.

What WrapClaw adds:

A dedicated terminal workspace per user

Isolated Docker containers for each workspace

Ability to scale CPU and RAM per user (e.g. 2GB → 4GB)

A no-code UI on top of Open Claw

Managed infra so users don’t deal with Docker or servers

The goal is to make Open Claw usable as a proper SaaS while keeping the developer flexibility.

This is early, and I’d love feedback on:

What infra controls are actually useful

Whether no-code on top of terminal tools makes sense

Pricing expectations for managed compute

Link: https://wrapclaw.com

Happy to answer questions.

Comments URL: https://news.ycombinator.com/item?id=46938916

Points: 2

# Comments: 1

Categories: Hacker News

Dave Farber Dies at Age 91

SlashDot - Sun, 02/08/2026 - 4:19pm
Categories: SlashDot

Systemic Software Debugging (2012)

Hacker News - Sun, 02/08/2026 - 4:16pm
Categories: Hacker News

Show HN: Datui – TUI for data exploration (local files, S3, HTTP)

Hacker News - Sun, 02/08/2026 - 4:12pm

Datui is a terminal UI for exploring tabular data. Point it at a file or URL (S3, GCS, or HTTP) and you get a keyboard-driven view: scroll, chart, query, filter, sort, pivot, export, and run stats without leaving the terminal.

It's powered by Polars streaming API under the hood, so evaluation is lazy. Supports Parquet, CSV, JSON, NDJSON, Avro, Arrow, ORC, Excel.

Hive-partitioned directories work too!

There's also a Python binding: `pip install datui` then `datui.view(your_lazyframe)`.

I got tired firing up a notebook just to peek at, or run a quick analysis on, a potentially large partitioned dataset. I wanted something in between: stay in the terminal, but with real query power and a bit of analysis.

Try it:

curl -fsSL https://raw.githubusercontent.com/derekwisong/datui/main/scripts/install/install.sh | sh datui yourfile.parquet There are more installtion options in the GitHub README.md if you dont want to pipe to shell.

GitHub: https://github.com/derekwisong/datui

Docs: https://derekwisong.github.io/datui/

First open-source project I'm sharing. UI is still rough in places. Would love feedback on what to improve next.

Comments URL: https://news.ycombinator.com/item?id=46938564

Points: 1

# Comments: 0

Categories: Hacker News

Pages