
Simple Folders — Organize ChatGPT & Claude
用文件夹、标签和笔记来组织你的 ChatGPT 和 Claude 对话。
wowinter15 · HN
Organize ChatGPT and Claude chats. Never lose a conversation
完整作品展
技术栈
60 projects

用文件夹、标签和笔记来组织你的 ChatGPT 和 Claude 对话。
wowinter15 · HN
Organize ChatGPT and Claude chats. Never lose a conversation

One peaceful place for your day, your people and your ideas. The workspace that belongs to you.
@DrShift3 · X

用间隔重复法复习 LeetCode 题目,提升记忆和解题能力。
@JoydeepNath007 · X

生成AI相馆相框,自动移除背景,创建品牌活动相册。
@bobmata · X
Check out what I just built with Lovable!

浏览并调整 45 个 WebGPU 着色器,为网页应用增添视觉效果。
u/Onnoz · Reddit
I built Shadertown: 45 WebGPU shaders for real web apps I built Shadertown , a catalogue of 45 fullscreen WebGPU backgrounds and image effects for the web. It includes auroras, fluid, particles, glass, bloom, ASCII, mosaics, neon signs, and more. Everything is rendered live in the browser with WebGPU — no videos or pre-rendered assets. npm install shadertown npx shadertown add aurora The CLI vendors the WGSL source, tuned parameters, example, README, and licence directly into your r

用于集中管理和调度多个数字显示屏内容的云平台。
@xenovimapp · X
Introducing XENOVIM A cloud-based Digital Signage Platform built for modern businesses. ✔ Centralized Screen Management ✔ Offline Playback ✔ Content Scheduling ✔ Multi-Device Control Smart Displays. Centralized Control. Built to Connect. 🌐

Stop hoarding tabs. Start decorating. Brain's House is the visual bookmark manager where recipes go in the Kitchen, work in the Office, and everything finally makes sense.
@Jamesco · X
Brain's House visual bookmarks: Put things where they belong, and you'll always remember where they are. Would love to hear your harshest criticism!

屏幕录制和AI摘要,快速生成团队消息。
@edithproapp · X
Best screen recording and sharing tool for teams. Built-in video automation and workflows. Businesses can integrate it in their apps using our SDKs

RearAware is a Chrome extension that uses on-device AI to detect and censor cat butts during video calls. Real time, private, free.
u/BumBumModerate · Reddit
I made an AI that censors cat butts during work video calls. I've been spending the past few months on a project called RearAware. It's an experimental AI tool that runs locally on your computer and censors cat butts during your work video calls. If you work from home with a cat, you've probably had at least one moment where your cat decided the best place to flash its butt was directly in front of your webcam. It's a pretty ridiculous concept, but it's been a really fun project. The

A free diagramming tool with workspaces, folders, and version history. Sketch an idea now, come back to it next month.
@_aniruddha_d · X

用AI协助从单个档案生成多种简历、CV和求职信格式。
u/swamikrish · Reddit
Trying to make a career building website Built a résumé (resume) builder that generates 25 different template styles from one profile — free tier, no credit card. I got tired of retyping the same résumé into a different format every time I applied somewhere with a different template requirement, so I built DraftCareer. The core idea: fill in your career profile once, then render it into any of 25 templates (ATS-safe single-column ones and more visual two-column designs) without re-enter

捕获UI元素及其代码上下文,与AI代理分享以调试视觉缺陷。
Loerei · HN
I found that describing where a broken UI is and taking screenshots for AI agents really sucks. I’m too lazy to explain an indescribable visual bug or capture a millisecond-long flash. I also don’t want to remember which file defines an element, whether it's right in the .tsx or a problem with the Parent Styles in .css. And even if you can point out the exact file, your agent still has to dig through thousands of lines of code to know what on earth you're yapping about. In a 7700-file monorepo like Cal.com, simply giving the right file in the prompt for your agent saves about 68.9% of execution time and 94.2% of the tokens your agent needs to digest. HoverSource gives all the needed information and further pushes it to -88.5% time and -94.5% tokens, basically skipping the entire digging session and jumping straight to reasoning and executing. The save is linear to how big your codebase is. I want to save tokens, but don’t want to spend my time and energy digging manually, and a junio