
NodeESP — Visual programming for ESP32
Visual node-based programming environment for creating GPIO logic and MQTT workflows on ESP32 devices.
@NodeESP · X
- Project for sale
The full gallery
Tech stack
60 projects

Visual node-based programming environment for creating GPIO logic and MQTT workflows on ESP32 devices.
@NodeESP · X
- Project for sale

Simulate, fork, and share circuit designs for Arduino, ESP32, Raspberry Pi, and other microcontrollers.
@locatornation · X

Decentralized operating system for building and running AI workflows on a peer-to-peer network.
@Economy_V1 · X
AI workflows for the rest of us. Built on Bitcoin. Building cloudless at

Draft, publish, and schedule Substack posts via Python SDK, CLI, or MCP without the browser editor.
bigmuzzy · HN
The Posting Substack API

Plan, produce, review, and publish creator content all in one workspace.
@DaiwikShashi · X
Building Scribur — the operating system for in-house UGC teams. We help in-house teams manage campaigns, content ideas, scripts, submissions, revisions, approvals, creator communication, and performance tracking all in one place.

Portable memory that persists across Claude, ChatGPT, Cursor, and other AI assistants.
u/OrganicArgument2092 · Reddit
I shipped Lodekeep: portable memory for AI agents that follows you across Claude, Cursor, and ChatGPT Every new AI chat starts from zero. Claude, Cursor, ChatGPT all forget my stack, my decisions, the gotchas I already solved, so I kept re-pasting the same context every single session. I got sick of it and built Lodekeep. You capture a decision, preference, or lesson once, and it's recallable in every future session across every MCP client (Claude web + desktop, Claude Code, Cursor, Gemini

Generate professional documentation for startups without coding or complex setup.
@hannah24_app · X

Notes with code blocks, Kanban bug tracker, and snippet library with GitHub import.
@SinghApurv1711 · X
Hey! Check it out here:

Learn Python by solving 60 coding challenges in a browser-based editor.
u/Funny-Temporary7465 · Reddit
Built a Python learning platform because I was bored of the existing options Hey everyone, I built PyTutor, a web app to learn Python by actually writing code from the first minute instead of watching videos. 60 challenges across 6 modules, a real Python editor in the browser (runs via Skulpt, no backend needed), a live variable inspector so you can see what your code is doing as it runs, and a certificate at the end. Built it with AI-assisted coding tools, which let me focus more on the

AI-native operating system for startups that unifies planning, fundraising, finance, and execution workflows.
rohanrecommends · Product Hunt
Nautis The AI-native Operating System for founders.

AI API gateway that routes requests to Claude, GPT and other services with token management.
@BrianHumphrie11 · X
做了一个 AI 中转站,分享给有需要的朋友: 我做这个站,打开就能用,需要时能稳定使用,日常工作和学习里能帮上一点忙。 自己平时 Token 用得比较多所以干脆搭了一个中转站。 希望大家可以更方便地使用 GPT、Claude 等 AI 能力,也能根据自己的需求了解 API 和 Token 方案。

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