
完整作品展
技术栈
21 projects


使用组件创建和设计 Markdown 文档,以组织和发布你的知识库。
@sidbyok · X
Write your documents in Markdown with a professional visual rendering without HTML/CSS, just native Markdown.

在共享层中记录产品决策、背景和推理,团队不会遗忘决策背后的原因。
@TimEngng · X
Stop losing the "why" behind product decisions -

@UK_Daniel_Card I made something similar https://t.co/HCVGlFb8hF. Its completely vibe coded but it is supposed to be a vibe project. Been making it for about 6 months now. Feel fre
@slacksarenice · X
I made something similar Its completely vibe coded but it is supposed to be a vibe project. Been making it for about 6 months now. Feel free to take inspiration from it 😅


AI驱动虚拟数据室,帮助交易团队将散乱文档转化为引导性体验。
@Puneeeeeeet · X
We help brands go viral on X with organic video campaigns that people actually want to watch. wanna try for

用免费检查工具分析落地页的转化潜力,或预订24小时内完成的自定义设计。
@rapidlander_ · X
I design and deliver landing pages in 24 hours for founders who are launching now. Free inspector on the site too, paste your URL and it scores your page on what actually kills conversions.

上传照片选择风格一键生成可打印PDF相册布局
mqx · V2EX
根据上传图片生成写真集网站 简介:纯前端,图片不经过服务器放心食用,上传图片后选择设计风格,一键自动排版,最后导出 pdf 打印 网站地址: https://8ceb3650.pinme.dev/

设计、动画化并导出元胞自动机图案
@majo_puterka · X
Nerdy, browser-based pattern generator on Wolfram's cellular automata. SVG export, freehand mode, free.

为你的AI生成网站应用设计系统和字体。
@Hamzadevio · X
just shipped. my goal is to help founders add taste to their vibe coded ugly looking apps. (especially the purple gradient, can't see it no more..)

完成真实项目赚取技能徽章,建立可验证的求职作品集。
u/tejassp03 · Reddit
building in public: a tool to practice real work instead of courses saw so many people finishing courses and collecting certificates like they're collecting pokemon cards. So we built something that closes the gap between "i finished the course" and "i can actually do the work" it's tasklearn.app , you get real industry tasks, you attempt them, you see how far you actually get. no videos, no tutorials , just the task itself and ai feedback on what you did. learning th

在浏览器中使用 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