
Solvo — AI customer support grounded in your documentation
Solvo:将你的文档转化为AI客服聊天小组件,自动回答客户问题并引用来源。
@dhruvkumar1805 · X
完整作品展
技术栈
112 projects

Solvo:将你的文档转化为AI客服聊天小组件,自动回答客户问题并引用来源。
@dhruvkumar1805 · X

MotionFlow是一个免费的JavaScript库,用HTML属性为网站添加滚动、视差和文本动画。
@iamdeepak89 · 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.

React 和 shadcn/ui components,用于在营销和登陆页面上创建 animated visual elements
@pixelcave_john · X
Hey Germán! I recently launched and a major update to Tailkit!

Zilivo AI:用文本提示和参考图像创建专业 AI 图像和视频。
Zilivo AI — AI 图片和视频创作平台

上传PDF和视频创建视觉知识地图,使用AI研究助手进行对话。
allybahaei · HN
Bring all your sources into a visual space, ask questions with full context, branch LLM conversations, and go deep on YouTube videos / research papers to build your knowledge canvas.

上传房间照片,描述改造需求,AI生成逼真设计效果。
@mrgriggio · X
Big update shipped to my vibecoded app focused on the italian market 6 AI flows now: furnish, render→photo, empty a room, photo→video, facade colors, garden makeover. 100% Built with @Replit and brainstormed with Claude Organic traffic starting to move thanks to @outrank_so (Blog and backlinks) + @UseFastlane (for social). Still $0 MRR but I keep pushing 🔨

用AI编辑音频、生成音乐、创建无缝循环和音轨分离。
audjust.ai — 智能音频编辑与 AI 音乐生成工具,帮助处理音频文件(智能缩短歌曲、延长音频、寻找完美无缝循环)并从文字描述、歌词或图片生成完整音乐轨道。支持多种风格,内置 MIDI 编辑器、音轨分离、Lo-fi 转换等专业工具。

在3D图书馆中漫步浏览精选语录。
jac08h · HN
I turned my quote collection into a walkable 3D library (desktop-only)

通过AI查找商业潜在客户,并生成个性化的电子邮件、Instagram和LinkedIn外联信息。
@Null_penure · X
Outreach Studio finds business leads with emails included, has AI write a personal message to each one, sends at a human pace, and triages the replies. Free plan included.

图片转 ASCII 字符画、复制符号、查看码表、进制转换——全在浏览器。
HeStudy · V2EX
做了个纯前端的 ASCII 工具站:图片转字符画、banner 生成、符号一键复制 平时偶尔需要查 ASCII 码表、复制一些特殊符号(箭头、制表符这类),每次都是搜一个满屏广告的老站凑合用,索性自己做了一个: https://getascii.com 目前有这些工具: 图片转 ASCII 字符画(拖一张图进去就行,支持调宽度/字符集/反色) 文字转 ASCII banner 大字 常用符号一键复制(箭头、制表符、数学符号、颜文字) 完整 ASCII 码表 + 一个交互式键盘映射图(点键盘上的键显示对应的 dec/hex 码) 进制转换器( hex/dec/bin ↔ ASCII ) 几个实现上的点: Astro 构建的纯静态站,所有工具都是纯客户端计算,图片不会上传到任何服务器 没有账号系统,没有付费墙,打开就用 整站是绿色荧光终端风( CRT 扫描线 + JetBrains Mono ),算是给终端审美交个作业 顺手给它做了个 25 秒的宣传片: https://www.youtube.com/watch?v=AjzU5mw1PrI

Flint是为AI代理设计的可视化语言,用于创建交互式数据可视化。
chenglong-hn · HN
Data visualizations are the bridge between user and data. But building AI agents that can generate visualizations reliably can be very tricky: - simple chart specs can be reliable, but generated charts are often of low quality due to reliance on system defaults; - complex chart specs with explicit details can produce good-looking charts, but they are verbose and agents can struggle with reliability We figured out it is a limitation on the language issue (not just AI capability thing) -- current visualization languages are a bit too low-level for AI agents, requiring them to explicitly make visual decisions that are supposed to be handled by a good compiler. Flint is a visualization intermediate language to address this issue, allow AI agents to solve this last-mile human-agent interaction problem. It provides a simple semantic-type based specification, and contains a layout optimization engine that can produce good-looking charts (filled with derived low-level details) from simple