
CapX — Capital Markets Explorer
Explore capital markets with live data, interactive charts, portfolio tracking, and lessons.
@DavidMaesela · X
Check out what I just built with Lovable!
The full gallery
Tech stack
61 projects

Explore capital markets with live data, interactive charts, portfolio tracking, and lessons.
@DavidMaesela · X
Check out what I just built with Lovable!

Generate LinkedIn infographics and charts from ideas, CSV, or Excel data.
@manthornelabs · X
We make LinkedIn graphics for B2B founders

Track and analyze product user events with an interactive analytics dashboard.
@kitbasedev · X
We just launched, check us out at

Browse verified revenue charts sorted by 30-day performance and category.
@gimafore · X
Market intelligence on verified revenue, see how much it takes to get ROI when you acquire a startup

Real-time 3D visualization of crypto market data using live exchange data and cinematic post-processing.
@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

Multi-chain crypto analytics platform with real-time charts, portfolio tracking, and token search.
@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

Interactive charting tool for analyzing Bank Nifty stock index with technical indicators and multiple timeframes.
@bariyaone · X
Check out what I just built with Lovable!

Create and export Mermaid diagrams including flowcharts, ERDs, and sequence diagrams online.
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.

Transform documents and notes into editable presentation slides and charts with AI.
dyfang · HN
TchoAI – Transform your documents into editable slide decks

Free online tool for creating flowcharts, process diagrams, org charts, and UML diagrams.
@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

A visualization language designed for AI agents to create and interact with charts.
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