
Utopia — Free Local TCG Trading for Pokemon, One Piece & MTG
找到本地收集者,面对面交易宝可梦、One Piece和万智牌卡牌。
@paxtondang · X
完整作品展
技术栈
60 projects

找到本地收集者,面对面交易宝可梦、One Piece和万智牌卡牌。
@paxtondang · X

一次编写,多格式导出为笔记、幻灯片、PDF、PPTX、DOCX 或画布。
@mr_wickedhacks · X
Write the doc once → get a notebook, slide deck, canvas, or resume from the same source. No rewriting for every format.

Compress LLM prompts and docs to reduce token usage and API costs.
@marcusyul · X
THEY JUST GAVE AWAY 100 MILLION FREE TOKENS SO YOU CAN STOP BURNING THROUGH YOUR CLAUDE CODE BUDGET. if you code with AI you already know: the session fills up, starts failing, and on top of that you're overpaying there's a tool that fixes this: it shrinks the context before the model even sees it same model, same response, a fraction of the cost in a real session: from $154 to $43. a 72% drop and right now: → extend your Fable sessions in Claude Code → 100M free tokens to try it out you don't switch models you don't touch your code you just stop paying to repeat yourself link below ⬇️

自动隐藏Instagram上的有害评论并检测垃圾信息,保护品牌声誉。
@DevKhandelwal84 · X
Built SocialFuse because creators and brands deserve better comment moderation. ✅ Filter spam ✅ Remove toxicity ✅ Stay focused on growth Try it:

一站式AI创作平台,生成视频、图像、音乐和3D内容。
KKV AI — KKV 是一站式 AI 创作平台,提供视频生成、图像创作、照片编辑、趣味滤镜、AI 聊天助手等功能,无障碍访问 Veo 3、Flux、Claude Opus 4 等 100+ 顶级模型

用AI工具转换和增强图像,支持换脸、清除背景和风格转换。
banana nana ai — AI 图片工具, AI 换脸,AI 清除背景, AI y2k 风格人像

从《君主论》《权力法则》等书籍中提取实用建议,解决现实问题。
@lavishmehra54 · X
Not building anymore, i just launched Morasious - Turns The Most powerful book's like The Prince, 48 laws of power like books into answers for whatever you're stuck on, so instead of reading books over 100+ pages just got the core and apply in real life 🔗


使用AI技术生成复杂的Excel公式。
Formulas AI — 帮助用户生成 Excel 公式,基于 DeepSeek-V3 的 AI 工具产品(需要用户自己填入key)

Nano Banana 是免费在线图像编辑与视频生成工具,可编辑产品图、润色肖像。
Nano Banana Free — 图像编辑与视频生成工作台,支持产品图精修、人像润色、背景替换和视频生成,并在一个工作流里整合多个 AI 工具。

@suni_code Here it is: https://t.co/FJRlXNARp2 Definitely appreciating feedbacks
@sykatt01 · X
Here it is: Definitely appreciating feedbacks

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared