Ali, CEO of Velork, posted to Hacker News this week with a pitch that should sound familiar to anyone who's ever watched a pixel-perfect Figma mockup get butchered in translation: what if the design-to-code handoff just... didn't exist? Velork is a full IDE built on top of VS Code that keeps designers and developers working inside the same workflow, with AI handling the translation layer.

Built on Familiar Ground

By basing their tool directly on VS Code, the team at Velork sidesteps the adoption curve problem that's killed countless dev tools. If you've ever touched a codebase in your life, you'll recognize the interface. The IDE layers design primitives—Pages and Layers—directly into that familiar environment, creating what Ali describes as "a design canvas with Pages and Layers, plus Velork Chat." It's an interesting bet: rather than asking teams to learn something entirely new, they're betting on incremental adoption through an ecosystem developers already trust.

The Design Canvas Meets Live Code

The core promise is having both worlds in one place without context-switching. Velork's canvas mode includes a live Layer tree that mirrors your design hierarchy in real time. You can work with Pages and Layers visually, then jump straight into the repo to implement changes—no exporting assets, no "can you just send me the SVG?" emails. The system also supports Figma-compatible clipboard, meaning selections paste directly into Velork without requiring exports or plugins. Inline diffs let developers review AI-generated changes before applying them, which is the kind of safeguard you'll want when handing an LLM the keys to your production codebase.

AI Chat With Multiple Modes

Velork Chat sits at the center of the workflow with three distinct modes: Plan, Debug, and Develop. You can toggle between these depending on what you're trying to accomplish—sketch out architecture in Plan mode, trace bugs in Debug, or generate code directly in Develop. The chat input also lets you switch models on the fly, though the source material doesn't specify which providers are supported. Chat threads support rich context including files, terminal output, images, diagrams, and tools. One nice touch: you can edit a previous message to re-run a request with different parameters, which beats starting over from scratch.

Alpha Status and Early Access

Right now Velork is invite-only alpha with no credit card required—the classic "get beta users before we scale" playbook. The team is accepting early access requests on their site at velork.com. Given that Ali built this specifically for his freelancing business, the tool skews toward independent developers and small shops doing client work rather than massive engineering teams. That's a smart positioning move: fewer stakeholders means faster iteration, but it also means less validation against complex enterprise workflows.

Key Takeaways

  • Velork is an AI IDE built on VS Code that merges design canvas and code editor in one workflow
  • Figma clipboard integration allows direct paste without exports or plugins
  • Three chat modes (Plan/Debug/Develop) with switchable models handle AI interactions
  • Inline diffs let developers review changes before committing them to the repo
  • Currently in invite-only alpha—early access requests open at velork.com

The Bottom Line

The design-to-code handoff has been a pain point for years, and plenty of tools have promised to fix it. What makes Velork interesting is going straight for VS Code power users instead of trying to lure designers into yet another new tool—but the proof will be in whether the AI actually produces production-quality code or just really confident nonsense.