
Printable Coloring Page AI Generator | SoColoring
用 AI 生成和下载可打印的填色稿。
SoColoring — AI 驱动的可打印填色稿生成平台,支持文本生成填色稿、AI一键上色等功能,同时还有丰富的免费填色稿图库供用户自由下载,欢迎来这里寻找填色的乐趣
完整作品展
技术栈
60 projects

用 AI 生成和下载可打印的填色稿。
SoColoring — AI 驱动的可打印填色稿生成平台,支持文本生成填色稿、AI一键上色等功能,同时还有丰富的免费填色稿图库供用户自由下载,欢迎来这里寻找填色的乐趣

用AI为您设计个性化的永续农业宅基地蓝图。
@oaZsxer · X
Cheers mate. Built this.

CBC COMIX 是儿童漫画俱乐部,分享艺术、视频和玩游戏。
@larrykim · X
My 8 year old vibe coded the 2026 version of an ultimate treehouse/clubhouse for his grade 2 buddies. - none of his buddies do vibe coding

缝纫机竞技游戏,争登排行榜。
dkhcyx · V2EX
欢迎大家体验我做的发人深省,劝人向善的精品游戏 https://cassiangroup.uk/sewing/ https://cassiangroup.uk/salvate/ 最近 codex 重置太多了,蹬不完的 token 拿来蹬游戏了 期待大家荣登排行榜
![Grow a Garden Calculator Pet & Value Tool [August 2025] — screenshot](https://onesvibe.app/img/screenshots/growagardencalculator-quest.jpg?w=800&h=500&q=75)
实时计算 Roblox 种植花园的宠物价值、变异和食谱。
Grow a Garden Calculator — 实时计算 Roblox 游戏中水果价值、变异倍率、好友增益等,帮助你快速优化收益!

Fractetris:每个像素都是一个完整的俄罗斯方块游戏。
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

在这款5分钟交互式游戏中审问AI嫌疑人来破案。
@Kamphey · X
I made a 5 minute crime solving game. try it out. You get to talk to a suspect and interrogate them.

将你的 Instagram 和 Google Maps 转换成专业的单页网站。
@maxcuervov · X
- from instagram/google maps profile to ready-to-share website in seconds! :)

AI旅行规划助手,调和不同偏好帮你计划活动。
u/SnooDoggos8379 · Reddit
AI Travel Planner - my first side project in years! Hi all! I finally carved out some time to work on a side project that resolves a very real problem for me - my husband and I can never agree on what to do when we travel so the idea was to have AI reconcile our interests! I hadn't done full stack dev in a min so that's what made it more fun! Would love to get your feedback and insights : https://travel-tetris.vercel.app/ Thank you!!! submitted by /u/SnooDoggos8379 to

假扮成 AI 与真实 AI 竞争工作的有趣游戏。
bossissb · V2EX
大家都在分享自己做的工具,我也分享一个摸鱼的 地址 https://humanapp.app/ 或者 https://www.humanapp.app/ 抄的国外的网站 求兄弟们给点意见,我即时修正,听劝

把你的手绘涂鸦变成动画表情包
hjessmith · HN
I like doodling, and I like character animation. I made a little tool that can animate your hand drawn characters and put them into an animated meme. It's free, there's no login needed, and it uses an animation pipeline (not generative AI) to create the outputs. Works on desktop and mobile. If you give it a try, I'd love to hear your feedback. Thanks!

3D骰子模拟工具,支持D4-D20,掷骰即得结果和总点数。
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。