
NodeESP — Visual programming for ESP32
NodeESP是ESP32的可视化编程工具,通过节点拖拽创建GPIO逻辑和MQTT工作流。
@NodeESP · X
- Project for sale
完整作品展
技术栈
60 projects

NodeESP是ESP32的可视化编程工具,通过节点拖拽创建GPIO逻辑和MQTT工作流。
@NodeESP · X
- Project for sale

为 Arduino、ESP32 和 Raspberry Pi 等平台设计电路、模拟和共享项目的开源注册表。
@locatornation · X

在对等网络上构建和运行AI工作流的去中心化操作系统。
@Economy_V1 · X
AI workflows for the rest of us. Built on Bitcoin. Building cloudless at

通过 Python SDK、CLI 或 MCP 草稿、发布和排期 Substack 文章,无需浏览器。
bigmuzzy · HN
The Posting Substack API

在一个工作区中规划、制作、审查和发布创作者内容。
@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.

便携式记忆库,可在 Claude、ChatGPT、Cursor 等 AI 助手间持久保存。
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

Voidocs 为初创团队创建专业文档,无需代码配置。
@hannah24_app · X

为开发者设计的笔记应用,支持代码块、看板管理和GitHub导入。
@SinghApurv1711 · X
Hey! Check it out here:

在浏览器中完成60个Python编码挑战。
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

Nautis - AI原生创业系统,统一规划、融资、财务和执行。
rohanrecommends · Product Hunt
Nautis The AI-native Operating System for founders.

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

Edge Python 是一个在浏览器中运行的轻量级 Python 解释器。
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