
Stepshots — Interactive Demo Software in Minutes
Record, edit, and share interactive product demos with a browser extension or CLI, with guided tours and engagement tracking.
@haukejung · X
Need interactive demos showing your product in action? Try
The full gallery
Tech stack
22 projects

Record, edit, and share interactive product demos with a browser extension or CLI, with guided tours and engagement tracking.
@haukejung · X
Need interactive demos showing your product in action? Try

Auto-generate step-by-step guides and SOPs from screen recordings.
@Amit63390 · X

@anupamrjp PieceSync — a simple way for students to assign and track tasks during group projects. No more “wait, who’s doing what?” 😂 https://t.co/MklvoA7EvJ
@DavidLiuQM · X
PieceSync — a simple way for students to assign and track tasks during group projects. No more “wait, who’s doing what?” 😂

@konig0000 My whole architecture is vibe coded. https://t.co/t2PKhujHIT
@HathornWarren52 · X
My whole architecture is vibe coded.

@alexii_9 https://t.co/3I30v0UPNz Programmable governance for Ethereum. Protocol is also open source ⭐
@JaCoderX · X
Programmable governance for Ethereum. Protocol is also open source ⭐

Generate professional documentation for startups without coding or complex setup.
@hannah24_app · X

Create a live mock REST API in under a minute. Describe your data, get an HTTPS endpoint with full CRUD, filtering, and pagination. Free tier, no card.
@mockdatas · X

Free LinkedIn post scheduler with an MCP server and REST API. Let Claude Code, Cursor or Gemini CLI write and schedule your posts. No credit card.
@devzakir · X
Schedule & Chill is a free LinkedIn scheduler your AI tools can post through. Built it because I live in Claude Code and wanted to type "post this" instead of opening a tab. MCP server built in. Live: LinkedIn, YouTube, Bluesky, Mastodon.

Share and collaborate on standalone HTML files in real time. Leave comments, drop sticky notes, and edit files directly in your browser.
u/Vast-Grapefruits · Reddit
I built a tool to collaborate on HTML artifacts like a PowerPoint As a consultant, I've watched artifacts become more common as a way to communicate ideas and insights, both internally and with clients. The problem is there's no good way to comment on them, collaborate, or make quick edits; so in practice, they're slow to actually use. I built a free tool that lets you leave comments and edit directly, all while sharing with your team. After you make your edits you can export

Draft, publish, and schedule Substack posts via Python SDK, CLI, or MCP without the browser editor.
bigmuzzy · HN
The Posting Substack API

A simple CRM for small businesses: capture leads, build branded invoices from your product and service catalog, share them as a link or PDF, and work an automatic follow-up sequenc
@tomfromtampa · X

Embeddable visual workflow builder for web apps with optional AI assistance.
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