
Free Online CAD Editor — Draw, Edit and Export DXF Files in Your Browser
Draw and edit 2D CAD designs in your browser, then export as DXF or PDF.
@KulmanLab · X
- a free and accountless alternative to Autocad
The full gallery
Tech stack
28 projects

Draw and edit 2D CAD designs in your browser, then export as DXF or PDF.
@KulmanLab · X
- a free and accountless alternative to Autocad

Create visual product requirements documents using a minimalist canvas interface.
@KolhyP92244 · X

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

Generate production-ready specs from a project description: PRD, requirements, architecture, and roadmap.
@satulipa_ · X
My workflow: 1. Open Speckit → answer 5 questions 2. Get blueprint (PRD, DB, API, roadmap) 3. Take it to Cursor/Claude Code 4. Vibe code with actual direction Built with Next.js, Vercel, try it on

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.

Block scenes in 3D, generate AI videos, and edit them into finished sequences.
u/SanoKei · Reddit
My first launch of a SaaS project! Generate animated 3D scenes to make better AI videos I have been trying to get my project out there, it is a workflow of making 3D previsualizations of scenes to get the shot you are looking for correct before you generate the AI video. If you are interested in AI video creation please check it out at kinoinstrument.com submitted by /u/SanoKei to r/SaaS [link] [comments]

Create interactive product demos to showcase software without complex staging environments.
u/Easy_Programmer_8376 · Reddit
Third place in ProductHunt Hey y’all! I’m the solo dev behind LiveDemo.ai , an interactive product demo platform built to help B2B SaaS teams showcase their software without needing complex staging environments or boring, static video recordings. After months of grinding out the code, configuring infrastructure, and building integrations, I’m incredibly excited to say that we just launched on Product Hunt again! If you have a few minutes, I’d love for you to check it out and give me

Create AI-powered product roadmaps, manage tasks, and collect feature feedback.
@jimmy_harika · X
TLDR: Notion shipped my exact app that I have using in my daily workflow from last 2 years. Try here: It got a mcp that wires to your claude code and codex. Git integration is almost complete and will ship in coming days

Generate production-ready 3D models from text and images in 20-30 seconds.
@kephen20936 · X
I've been playing around idly with ChatGPT since 5.1 (last year), they're now on 5.6(Sol) and have introduced Work and kept Chat as it is, I've done most of my projects on @titanforge3ds with 5.6, I started off with Work, I also use for 3D assets. It's about 20 bucks a month plus tax. Which brings my GPT Business and AI expenses to about 75USD/Month plus another $60.00 USD in Web Hosting expenses per month and $72.00 USD per year in DNS Renewals. If your PC can handle it, cook up some projects with Unreal (@UnrealEngine), Infinity Ward (@InfinityWard) or Unity (@unity), I also just saw a guy use Claude or something with Roblox AI Vibe-Coded game he made for his daughter. You have a lot options coming into it this time of the Season of 2026, but everyone other than OpenAI/ChatGPT seem to want to nickle and dime you for instant-projects (10-30minute 1-passes) rather than doing multi-stage sub-phased projects. I'm not particularly good, and don't expect to g

AI tool that transforms diverse materials into beautifully designed slide presentations.
@leahlibest · X
the most aesthetic AI slides website

Capture meetings, write notes with AI, and create diagrams on a shared canvas in one place.
@rubs_murga · X

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared