
The Airlock — Builders only.
在30天内推出带购买按钮的应用,否则你的名字被公开记录。
@freyedev · X
Just launched! Next!!
完整作品展
技术栈
26 projects

在30天内推出带购买按钮的应用,否则你的名字被公开记录。
@freyedev · X
Just launched! Next!!

利用AI在几分钟内生成脚本、配音和字幕来制作短视频。
@syakirbuilds · X

AI工具,将职位转换为ATS优化的简历和求职信,仅需30秒。
@CareerCobraAI · X
We make landing interviews a calculated endeavor, not a lucky chance. Tired of rejections, or simply just re-doing resumes and cover letters over and over again? Give us a shot 🎊

Create a perfect resume in minutes. ATS-proofed. Easy download.
@cvapplyr · X


把 YouTube 视频、PDF 和网址转换成 Anki 抽认卡组,只需数秒。
u/holios89 · Reddit
Built an AI SaaS that turns your notes/articles/PDFs into study flashcards — looking for harsh feedback (and bugs) Hey folks, Solo/small side project here: Deckly ( deckly.one ) — an AI-powered flashcard generator for spaced-repetition learning (Anki-compatible export). You give it text, a PDF, or an article link, it generates a deck of flashcards (Q&A, Cloze, or multiple choice), optionally with TTS audio and images per card, and you can study it right in the browser or export to `.apkg`.

为融资计划书评分并与加速器投资人相连。
@mehulshahca · X
1/ You already have a pitch deck. What’s next? I met Megan at @networkschool. She taught me vibe coding. 10 days later, I shipped a new startup venture: Humans of Network School #03 🧵

用免费检查工具分析落地页的转化潜力,或预订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.

与你同呼吸的动画形状,5-20分钟舒缓紧张心绪。
@WhereIsMyMindin · X
my brain wouldn’t stop racing at 2am so I vibecoded a breathing app instead of sleeping no signup. no ads. just a shape that breathes with you for 5–20 min built the entire thing with the FREE version of Claude

将散乱的想法转化为可立即开始的5分钟行动。
@mofan9006 · X
我做了一个只解决“开不了工”的小工具:开工一下。 把脑子里乱七八糟的事情倒进去,它不会给你一张更长的待办清单,只留下一个 5 分钟就能开始的动作。 无需注册,数据只留在本机。首批创始用户 ¥19。 👉 如果你也总在准备、迟迟没开始,欢迎试用。

AI 音乐工作室,30 秒内生成完整歌曲,包括词曲、人声和混音。
@creativeaigrl · X

将热门视频转化为品牌资产并一键发布到各社交平台。
@nrqa__ · X
the AI agent resource list I wish existed a year ago 1). for learning the fundamentals (videos) ↳ llm introduction - the crash course that actually explains how these models work before you touch a line of code ↳ llms from scratch - build one yourself so the black box stops feeling like magic ↳ agentic ai overview (stanford) - a proper academic breakdown of what makes an "agent" different from a chatbot ↳ building and evaluating agents - how to actually test whether your agent is doing its job or just faking it ↳ building effective agents - practical patterns for agents that hold up outside a demo ↳ building agents with mcp - how model context protocol changes the way agents connect to tools and data ↳ building an agent from scratch - no frameworks, no shortcuts, just the raw build ↳ philo agents - a full playlist for going deeper once the basics click 2). for cloning and remixing (repos) ↳ genai agents - a growing collection of agent examples you can clone and