
CapX — Capital Markets Explorer
CapX:通过实时数据、交互图表和投资组合追踪探索资本市场。
@DavidMaesela · X
Check out what I just built with Lovable!
完整作品展
技术栈
61 projects

CapX:通过实时数据、交互图表和投资组合追踪探索资本市场。
@DavidMaesela · X
Check out what I just built with Lovable!

从想法、CSV或Excel数据生成LinkedIn信息图和图表。
@manthornelabs · X
We make LinkedIn graphics for B2B founders

使用 Kitbase 追踪用户事件并分析产品行为。
@kitbasedev · X
We just launched, check us out at

按类别和30天表现浏览已验证的收入图表。
@gimafore · X
Market intelligence on verified revenue, see how much it takes to get ROI when you acquire a startup

charts.art 用实时交易所数据呈现的 3D 加密货币市场可视化。
@zacxbt · X
my current apps: • j******** (redacted) • @irigenerative (my first nft) • non-crypto saas app • penis game • blockrunner (my endless runner iOS app posted a vid a week ago) • petwidge (per iOS app) • nftwidge (nft gallery iOS app) • (pretty charts) • @perpspet (3d gamified perps) • (gamified bridge) • crypto twitter social app (don’t want to spoil the details) • portfolio pet game where the character is your portfolio, you feed him coins and he grows/evolves • (first app i ever vibe coded in dec) • onchain jam (nba jam 2v2 game but each team is a chain ex: base team = brian + jesse) • waffle world (3d waffle platformer lol) - 3d social trenches game

Pickle Charts 是一个多链加密分析平台,提供实时图表和投资组合追踪。
@PickleCharts · X
Hey @Shakib2O1 Would love to talk to you about my SaaS project ! Drop me a DM

Create flowcharts, whiteboards, notes, and presentations with AI. Upload PDFs or describe what you need — OpenCharts builds it in seconds. Real-time collaboration included.
@arielopenins · X

交互式图表工具,用技术指标分析Bank Nifty指数,支持多个时间框架。
@bariyaone · X
Check out what I just built with Lovable!

创建和导出 Mermaid 图表,包括流程图、ERD 和序列图
ghosts_ · HN
I've been slowly adding some new free tools to Moxie Docs (partly for SEO, partly to illustrate some of our feature sets before any commitment) for some reason this mermaid editor one blew up on Google rankings so I figured I'd share in case people find it useful! We also have ADR, AGENTS.md, LLMs, and a few other free tools.

TchoAI:将文档和笔记转换为可编辑的演示幻灯片和图表。
dyfang · HN
TchoAI – Transform your documents into editable slide decks

创建流程图、程序图、组织架构和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

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