
RLMlocal — Beyond coding tools
Local-first cognitive runtime with live AST graphs, runs in your browser with no data sharing.
@fortsignal1 · X
The full gallery
Tech stack
18 projects

Local-first cognitive runtime with live AST graphs, runs in your browser with no data sharing.
@fortsignal1 · X

Open-source remote control for Claude Code and Codex on iOS, Android, and web.
@Ex3NDR · X
Few days ago Happy had a birthday. Tried to refresh one of the most neglected part of it: our Happy Website: also i built a new harness called “rig”. i started to use at work recently instead of codex/claude code and i liked how it does work. i want to share this with everyone. it is a codex and cause code reimplemented using Pi, but keeping native prompts and expanded a little for uniformity (like added workflows to codex yay!). when something new released that is worthy of porting - i ask Sol to mim for prompts or read sources directly and i can have a feature within an hour. why this is needed? i was constantly blocked by the needing of integrating a lot of models together, which each has their own harness or many doesn’t have any, but i didn’t want to go too far from native and don’t like the idea of extensions - i want experience to be the same everywhere. i think configuration > extensions. more soon

Run your Claude Code sessions hands-free by voice from your phone.
@phiwenger · X
Yeah /remote-control is the workaround but it's clunky. I built yothere for exactly this. With yothere you can spin up multiple Claude Code sessions from your phone, run them all hands-free by voice, and just get pinged when done or stuck.

Free tools to convert, compress, and edit files directly in your browser without uploads.
@faisalhaleem · X
Just launched — free browser-based file tools runs entirely in your browser. Video to GIF (with trim slider) Merge / Split / Shrink PDF Your files NEVER leave your device. No sign-up needed. Free forever. #buildinpublic #webdev #indiedev #tools #privacy

Build production-ready web apps with AI workflows and databases without coding.
@sanchoyai · X
2/ Meet Momen - the no-code builder for production-ready Apps Go to → Got a big app idea but can’t code? The no-code builder that lets non-technical founders create apps go from idea → millions of users. UI, database, workflow, AI — all in one. Not vibe coding, but something you can control, grow, and scale.

Free online PDF editor with 51 tools for merging, signing, OCR, and translation—works offline, no login needed.
@zubidavies · X

Free local-first API client for HTTP, WebSocket, GraphQL, gRPC, MQTT, and more. No account or cloud required.
@HalxDocs · X
Reqit—a fast, local-first API client for developers.

Share files, collect documents, and discuss them with clients—no signup required.
@droplana_com · X

Play a browser game instantly with no wallet or setup.
@NormiePepeNFT · X
Want to have some fun? 🐸🎮 Try the NOPE game — built entirely with Claude Code. No wallet connection required. No complicated setup. Just jump in and play. Have some fun. Be NOPE. 💚

Create an end-to-end encrypted temporary chat room with no signup or accounts.
@sonu_samrat_01 · X
Just shipped GhostLine 🚀 Benchmarks: 1. 1,000+ concurrent WebSocket clients 2. <50ms P95 latency 3. 4,000+ messages/sec 4. 99.9% connection stability 5. <200MB RAM under peak load Try it: #golang #websockets #webrtc #buildinpublic #go

Instantly share files and text across devices (Mac, PC, iOS, Android, Smart TVs) via your browser, no signup needed.
@WackyCrocoGator · X
This one doesn’t require any signup or payment. Just load and multiple device by opening the site on them and connect them for an easy way to drop text and file to each other.

A lightweight Python runtime that runs in your browser, weighing under 200 KB.
dylansuttonc · HN
When I started programming Edge Python more than six months ago, I was looking for a version of Python that weighed less than 200 kb so it could reach any device, sandboxed by design, built with browsers in mind, decoupled from the operating system and very fast. Today the closest competitor would be MicroPython. However, it did not solve my real problems or the problems of the people who use the project. * Managing async and blocking code on the event loop. MicroPython inherits CPython's blocki