
完整作品展
技术栈
60 projects


Flowdia 用 AI 团队来规划、设计和部署配备真实数据库和 API 的应用。
@islamtaha · X

自动私密的日计数器,用于追踪税收居住身份和申根签证停留限制
@VladClaudes · X
- autopilot for viral short videos (TikTok, YouTube, Instagram) - I use it as one of GTM tools for other products - country stay days counter for visa, tax and residency purposes <3

MotionFlow是一个免费的JavaScript库,用HTML属性为网站添加滚动、视差和文本动画。
@iamdeepak89 · X


通过 AI 生成的短视频学习外语。
@Userfree · X
搞了两天,用 AI 做了一个短视频,学习任搞了两天,用 AI 做了一个短视频学习任何语言的 web 应用

跨越30多个区块链网络交易和管理数字资产
@abhijeethganji1 · X

将 Lovable React 导出转换为 Webflow 可粘贴部分
@philippxroth · X
Turn your vibe-coded @Lovable site into clean, paste-ready Webflow sections. Upload your export, organize your migrations in projects, paste straight into @webflow. Free MVP. No password, no credit card — just a magic link and you're in. ✨

选择YouYoga的瑜伽课程级别,获得详细步骤和语音指导。
@shivanshsh1823 · X
you yoga a day - to - day workout routine for yoga

创建流程图、程序图、组织架构和UML图的免费在线工具。
@N0V4Dev · X
I found a tool called Next AI that links AI capabilities directly with diagrams. It lets you build and edit diagrams using natural language prompts instead of clicking around the canvas manually. It's a handy way to sketch out architecture when you don't want to drag every box yourself. The project is built on TypeScript with React 19 and Next.js. It supports multiple AI providers and even includes an MCP Server. This means you can use it with the Claude Code CLI to generate diagrams from your terminal. Deployment options are flexible too. You can run the tool locally with Docker or push it to Vercel and Cloudflare Workers. It supports multi provider setups so you can pick the backend that fits your workflow. #Nextjs #AI #Diagrams #TypeScript

提供60+个滚动驱动分区过渡效果的React库,用于现代网站。
@itz_sayan_03 · X
Ever wondered how cinematic scroll-driven websites are built? 👀 Meet SectionFlow—an open-source React library with 60+ ready-to-use section transitions, a one-command CLI, reusable sections, and optimized performance. 🚀

可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t