
Cuebic AI | Managed n8n Cloud Hosting with 24/7 Monitoring
Deploy your own secure, production-ready n8n instance in minutes with built-in 24/7 monitoring, email alerts, SSL, custom domains, and backups. Free 1-week trial.
@cuebicai · X
The full gallery
Tech stack
21 projects

Deploy your own secure, production-ready n8n instance in minutes with built-in 24/7 monitoring, email alerts, SSL, custom domains, and backups. Free 1-week trial.
@cuebicai · X

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

Sync data across devices in real-time with automatic security inspection via an API.
@mygridsyncdev · X
Just launched GridSync ⚡️ Sub-150ms zero-trust payload inspection & real-time sync for modern APIs. Try the free tier on RapidAPI or check out the docs: #buildinpublic #API #FastAPI

Visualize and predict weather with on-device calculations and custom aggregation modes.
__mp · HN
I built my own weather prediction / visualization app: https://wx.rsp.li (on-device temperature lapsing, on device interpolation modes, user-selectable aggregations, etc…). One of these days I should do a writeup. I also asked Claude to build a photo gallery for me https://places.pascalspoerri.ch (HDR, map support, similar images)

Collaborative whiteboard for wireframes, flowcharts, and process design — no signup needed.
veau · V2EX
[产品自荐] 基于 Excalidraw,我做了一个更顺手、更全能的纯本地白板: 1NX 作为产品民工+重度 Excalidraw 用户。 在 AI 的加持下,基于 Excalidraw 做了一个更顺自己手、更全能的纯本地白板:**1NX.NET** 访问地址: https://1nx.net/ **核心解决日常画图、画交互、读取各种文件轻量化处理的问题。** 产品能力概览: * 无须注册,打开即用。完整兼容 Excalidraw ,旧图可直接导入继续编辑 * 优化画布操作手感和交互,解决存储满的问题,大量元素上依然流畅 * 流程图、脑图、原型、文档、代码和图片都能放在同一张画布 * 支持 Axure 、XMind 、draw.io 、Visio 、Mermaid 、PlantUML 等格式直接导入 * 代码块、PDF 、Word 、PPT 、Excel 可直接摊开阅读;无需打开软件 * 图片裁剪、切片、马赛克、高清放大、智能抠图一站完成(全单机完成) * AI 生成思维导图、流程图、以及汇报级别的 PPTX * 增强本地化单文件能力,全

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

Connect Gmail accounts to automate email sending and track opens and clicks.
@KenziChenBuilds · X
Hey! Developer behind Always looking for feedback to make it better.

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.

Practice hardware engineering through interactive digital logic and Verilog coding problems.
@Aimenbuilds · X
- leetcode for hardware engineers! We map job postings of hardware roles 1-1 to course requirements!

One page. One day. Every bidder gets seen. The more you bid, the more of the page you own.
@mingxia · X

Free flashcard app using spaced repetition to study Kubernetes, AI, Linux, and DevOps concepts.
Agoreddah · HN
I built Gnoseed – free flahscards to learn K8s, DevOps, AI and more

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