
NoMenu | The All-in-One Restaurant Platform
Replace your clunky POS with NoMenu. Get unified QR code menus, Kitchen Display Systems (KDS), digital payments, and marketing automation in one seamless platform.
@SunilPokkalla · X
The full gallery
Tech stack
60 projects

Replace your clunky POS with NoMenu. Get unified QR code menus, Kitchen Display Systems (KDS), digital payments, and marketing automation in one seamless platform.
@SunilPokkalla · X

Convert redemption codes to an image link; each visitor gets one unused code.
galenzhao · V2EX
把一堆兑换码变成一张 Markdown 图片,每人打开领一条 送 App Store / 活动码时,常见两种尴尬: 1. 直接贴一长串码 → 前面的人秒光,后面的人只能干瞪眼,还容易被脚本扫 2. 私信一个个发 → 累,还不好统计 做了个小工具 **兑图**:粘贴一堆兑换码,生成一个图片链接。别人打开这张图,就从池子里领一条没用过的;同一个 IP 只会领到一条,刷新还是自己那条。码发完了显示「都兑换完了」。 ## 怎么用 1. 打开 https://duitu.zhis.eu 2. 粘贴兑换码(一行一条) 3. 复制生成的图片 URL ,丢进帖子 / README / 群里,例如:  `````` ## 规则(简版) - 每个 IP 对同一链接只领 1 条 - 同 IP 再访问:显示当初领到的码,不浪费新码 - 池空了:

Analyze websites for vibe-coding patterns and security headers without signing in.
u/RockettBits · Reddit
I built a tool that tells you why a website “looks vibe coded” and how to improve it. Some of us use vibe coding because it’s insanely fast, and honestly, a lot of the results are pretty good. But there’s also this weird thing where you open a website and can almost instantly tell it was vibe coded. Same cards, same rounded corners, same gradients, same spacing, same component-library feel. People usually just call it “AI slop,” but I wanted to understand what actually creates that feeling.

Detect Claude account ban risk and verify environment IP purity.
yacuo · GitHub
check-cc https://checkcc.org 是一个 Claude 运行环境检测与账号风险分析工具,面向正在注册 Claude 账号、订阅 Claude Pro、申请 Claude API、使用 Claude Code,或担心 Claude 封号、账号受限、订阅失败的用户。

AI-powered website analytics alternative accessible via MCP client integration.
@cdd56656 · X
which helps you know your website user traffic inside your agent

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

Score your side projects on four questions to get a weekly plan split across focus, fix, autopilot, and cut.
@mdanassaif · X
I made an MCP server that decides which side project gets your week. - you tell it your projects and your hours, it tells you where they go. 🔋 Sorts projects into focus / fix / autopilot / cut ⏳ Splits your weekly hours across them 🔍 Tracks what you shipped, earned, and worked on 📲 Calls out when your board is lying to itself Works right inside Claude Code / Cursor / Codex - just talk to it. Well its open source and runs on @CloudflareDev

Gate any REST API with per-request USDC payments, settling instantly on-chain.
@0xanukul · X

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

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.

Free online tools for image compression, PDF merging, and document handling without account creation.
u/Numerous_Western_146 · Reddit
Literally guyss u need to check this 🤯 Hey guys, I was getting really annoyed with all those "free" online tools that compress images or merge PDFs but then force you to create an account or pay a premium fee to download your file. Also, uploading sensitive documents to random servers always felt sketchy to me. So, I built a collection of 9 web tools that process everything 100% locally in your browser. No data is ever uploaded to a server, there are no signups, and it's completely free.

Generate BIP39 mnemonic codes and derive cryptocurrency wallet keys.
@delegacy0 · X
经过实测,keystone的骰子生成助记词和 经历了coldcard被盗事件,我就想用完全自己收集熵,来生成助记词,并且要求完全可验证。所有冷钱包和app 钱包都说自己的随机数是安全的,用最高级的随机数生成器,但是我无法验证,就像coldcard使用了安全芯片,但是在最终生成助记词的时候却没有调用该芯片,所以我就想找一种能自我验证的随机数生成方式,后来看到了keystone的推文,keystone支持骰子生成,正好我有keystone钱包。 但是下一个问题,我怎么验证keystone使用骰子生成的助记词是安全的,怎么证明它用的熵就是我提供给它的那一个?之前研究过 经过实测,keystone的骰子生成助记词和 据说trust wallet也支持该功能,明天找时间再验证一下trust wallet @KeystoneWallet @KeystoneCN