
AI Image Editor Online: Edit Photos with AI | Nano2Image
Nano2Image 上传照片并描述编辑移除对象、更换背景或调整颜色。
Nano Banana AI — AI 图像生成和编辑工具(免费在线),2-5 秒生成高质量图像,支持文生图和图像编辑
完整作品展
技术栈
61 projects

Nano2Image 上传照片并描述编辑移除对象、更换背景或调整颜色。
Nano Banana AI — AI 图像生成和编辑工具(免费在线),2-5 秒生成高质量图像,支持文生图和图像编辑

使用文字提示编辑视频,支持ChatGPT、网页和桌面版。
zaczuo · Product Hunt
ChatCut Your AI video editor in ChatGPT, desktop, and web

用文字描述来编辑照片:增强、去除背景、擦除物体、交换人脸。
AI 图像编辑器 — 图像编辑工具套件,集多种功能于一体。从照片质量、放大低分辨率图像、进行创意设计等等

用于与编码代理协作进行规划和原型设计的本地笔记本。
narwhster · HN
A notebook for prototyping with your agent

免费在浏览器中编辑和格式化JSON,支持验证和转换。
@bhushankuma491 · X

Poly - Claude Code实时多人编辑器,支持共享提示词、差异对比和成本追踪。
u/UnitedTelevision2651 · Reddit
Claude Code is single-player. When I run a session, my teammate can't see the prompt I wrote, the diff it produced, or what it cost. We were working around that with screenshots and "hey, can you look at this" — a strange way to use a tool that's doing most of the typing. So we built Poly: a shared room where a whole team steers Claude Code together. Everything lands in one timeline. Prompts queue into it, and every reply, tool call and diff shows up there in front of the room. You can wa

从手机排队编程任务、审查代码变更并控制VS Code和Cursor。
@WilliamQubits · X
vibe coded a feature from my phone on a walk. Cursor picked it up at home before I even sat down. no desk required 🛠️ #ChatView


The best free Overleaf alternative. Write, edit, and compile LaTeX in the browser with unlimited collaborators. No installation required.
@letxapp · X
collaborative Latex. link:

自动扫描代码变更,发现安全问题和代码质量缺陷。
@RepoMend02 · X
Vibe-coded your MVP in a weekend? Cute. RepoMend reads every diff and hunts the secrets your AI forgot to redact. The auditor the AI forgot to build.

由AI驱动的代码审查工具,在microVM中运行代码来捕获更多错误。
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db

在浏览器中完成60个Python编码挑战。
u/Funny-Temporary7465 · Reddit
Built a Python learning platform because I was bored of the existing options Hey everyone, I built PyTutor, a web app to learn Python by actually writing code from the first minute instead of watching videos. 60 challenges across 6 modules, a real Python editor in the browser (runs via Skulpt, no backend needed), a live variable inspector so you can see what your code is doing as it runs, and a certificate at the end. Built it with AI-assisted coding tools, which let me focus more on the