
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

Turn songs you love into a two-sided digital keepsake with an optional memory place and up to twelve Polaroid-style photographs. MXT8 stores metadata, not music audio.
@Alan_John_Riley · X

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 * 增强本地化单文件能力,全

Deploy n8n workflows and manage automation without technical setup.
@mascot75572 · X
Hey I’m building with this you get n8n workflows deployed in click without any technical setups, plus u get a technical overview, setup and break down of any JSON workflow, and also client handoffs from uploaded workflows also u get markdown/txt files to pdf/word docs, I also built seltechai local n8n install which is completely offline, it helps set up ur machine and installs n8n locally in your computer for those who want to selfhost it only available on windows, on my cloud plan starts at $9 with 3 days free trial

TapeOut:在 BNB Chain 上用晶体管搭出永久、免费可调、不可修改的链上电路。
@GXingPing · X
Tapeout的电路NFT市场上线了,电路NFT由销毁晶体管合成,不好买晶体管的可以直接买NFT。 网站: 目前明确的信息是只有两个创世NFT可以参加接下来的挖矿: Behemoth TapeOut 之前 @Blonskr 说的是Behemoth的挖矿效率是TapeOut的6倍,不知道最终定了没有。

Prove your writing identity with cryptographic document verification.
@Harivig94387178 · X
Just go to to In mobile for audio video image In desktop for invoice pdf Canva And create a file download and verify thats all


Browser-based suite of 118 privacy-focused tools for images, PDFs, SEO, and media.
@ayan11200 · X
try this one Free solution

Private community platform with real-time chat, voice, and encrypted messaging.
@OfficialPonko · X

A browser-based 2048 puzzle game.
surunzi · V2EX
没写过游戏尝试下,目前对普通人来说,写一个自己的简单小游戏,在开发这块确实已经不是什么困难的事了。 [2048]( https://tinker.liriliri.io/zh/guide/official-games/2048.html):[在线玩]( https://tinker.liriliri.io/games/2048/)  [扫雷]( https://tinker.liriliri.io/zh/guide/official-games/minesweeper.html):[在线玩]( https://tinker.liriliri.io/games/minesweeper/)  [蜘蛛纸牌]( https://tinker.liriliri.io/zh/guide/official-games/spider-solitaire.html):[在线玩]( https://tinker.liriliri.io/games/spider-solitaire/)  [滚石迷宫]( https://tinker.liriliri.io/zh/guide/official-games/ball-maze.html):[在线玩]( https://tinker.liriliri.io/games/ball-maze/) 
软著宝 — AI 生成全套软著材料(包括 8 张软件截图、详细图文文档鉴别材料、60 页原创源代码等)- [更多介绍](https://ruanzhubao.com/blogs/ruanzhubao-shuomingshu)
软著宝 — AI 生成全套软著材料(包括 8 张软件截图、详细图文文档鉴别材料、60 页原创源代码等)- [更多介绍](https://ruanzhubao.com/blogs/ruanzhubao-shuomingshu)

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared