
OkkMax — 发现好用的 AI 中转站:纯度、可用性、价格实测
Discover and compare AI API relay services by viewing test results for uptime, latency and price.
OkkMax — AI API 中转站评测与监测工具,聚合模型纯度、在线率、延迟、价格、用户点评和福利活动 - [更多介绍](https://github.com/fanbidog/okkmax-web)
The full gallery
Tech stack
60 projects

Discover and compare AI API relay services by viewing test results for uptime, latency and price.
OkkMax — AI API 中转站评测与监测工具,聚合模型纯度、在线率、延迟、价格、用户点评和福利活动 - [更多介绍](https://github.com/fanbidog/okkmax-web)

Avoid guessing the hidden word in this reverse Wordle game by following color clues.
lby910722 · V2EX
做了一个免费的 Don't Wordle 反向 Wordle 小游戏 最近做了一个原生浏览器版的 Dont Wordle: https://dontwordle.app/ 玩法和 Wordle 反过来:不是尽快猜中隐藏单词,而是要在遵守每一轮颜色提示的前提下,尽量避免猜中答案。页面里有合法单词数量、Undo 、每日局、本地保存进度,不用登录。 技术上是原生页面里的小游戏组件,不是 iframe 。欢迎试试,有反馈也可以直接回帖。

Play a puzzle game about penguin reunion and relationships with an easter egg.
@Rase_HS · X
Here’s my submission for the remix jam by @PlayAstrocade. Same base game. One unexpected solution. 🐧 Play: Don’t miss the easter egg at the end. 🚢💙 #Astrocade #gamedev #VibeCoding

Generate customizable Open Graph images from templates for blog posts and social media.
javayhux · V2EX
名称:Open Graph 图片生成器 网址:[https://og.mkdollar.com]( https://og.mkdollar.com) 功能:内置 10+ Open Graph 图片模板,选择模板,配置参数,即可生成好看的 OG 图片,适用于文章配图、社媒帖 子封面等场景 价格:免费使用,免费下载 

AI-powered platform for creating animated video content using intelligent agents.
@JOKEONE6666 · X
最近帮 Web2 的团队做了一个 AI 精品漫剧,在优酷签了独家,感对 AI 制作又找到了新的感觉。全程在 完成制作,感觉体验起来还是很棒的,接下来准备开始尝试用纯 AI 做 Web3 的内容了 #Seedance #RunNOW

Simulate cutting gemstones with a realistic 3D faceting machine in your browser.
@YOUYU032 · X
I'm a jewelry designer. I can't code. So I vibe-coded a 3D gemstone faceting simulator with Claude Code (Fable 5) — real machine mechanics, blind cuts, a sharp-tongued appraisal master. One HTML file. No engine. No build. Free in your browser:

Play a free online tile-pattern game with friends or solo against the computer.
heliostatic · HN
A couple weeks ago we were on vacation with friends, and after the kids were asleep we played games -- mostly Qwirkle, which I had never played and am terrible at. I don't care about being terrible at games, so I made a web version to keep playing after vacation: build lines of tiles that share a color or a shape, 2-4 players (or add bots). I wanted it to be low friction, so there are no accounts. Your identity is an anonymous id in localStorage, and you can move it to another device by scanning a QR code or hitting a unique url. Start a game and text someone the link (game slugs are semi-memorable three word phrases), or "Play the computer" and you can play immediately against bots. Games are async-friendly with web push for turn notifications. The stack is one Node process on a small VM, Next.js + Socket.IO, no database. The server and the client use the same engine so moves validate optimistically, and the bots go through the same functions, so bot moves are always legal. State is

AI baby name generator using Chinese Bazi numerology and traditional fortune-telling principles.
AI 取名网 — 用 AI 帮助宝宝取名服务,依据中国传统命理学为您的宝宝提供最为合适的名字。这款扩展功能融合了八字、生肖、五行以及三才五格等多种传统命理因素,为您的宝宝量身打造吉祥如意的好名字 - [更多介绍](https://bbname.cc/about)

Convert images to 3D models for games, 3D printing, Blender, and web.
NanaVis — Nano Banana 驱动的 AI 图片编辑工具

Guess League of Legends champions from splash art with daily challenges and leaderboards.
loldle — 英雄联盟猜谜小游戏

A cyberpunk-themed idle clicker game where you generate packets, unlock upgrades, and progress through grids.
@ClickSploit · X
I’m excited to officially launch ClickSploit. Check it out here: What started as a fun side project turned into a cybersecurity-themed idle clicker game. I built ClickSploit by using AI to help bridge some of my coding gaps, while leaning on my IT and tech experience to shape the game’s concepts, progression, and terminology. The game is meant to be fun first, but also gives players a small look into real cybersecurity ideas like alert triage, threat intelligence, vulnerability management, endpoint detection, identity security, automation, and building a stronger security program. It’s not a technical simulator, but it is a fun way to get a light introduction to tools and operations that people in cyber and IT work with every day. ClickSploit is accessible directly in your browser on both desktop and mobile phones, so there’s nothing to install. Mobile App development is in progress! This is still early, and I’ll continue improving the game with new conten

Play nested Tetris where each pixel is another complete Tetris game.
farcaster · HN
On this page there are two complete recreations of the original Gameboy Tetris game based on the commented assembly code. On the top level there is a C version that compiles to WASM but on every pixel of that version there is a GLSL shader also implementing the complete original code with a AI player making virtual inputs! Everything was planned by me and coded by Claude Fable. Brazilian tileset generated by Gemini so I'm not technically using any copyrighted assets. Link to repo: https://github.com/ThiagoLira/Fractetris/tree/main