No install. No build step. No excuses.

Build the Web.

Write HTML, CSS & JS and see it render live across five synced viewports. Test accessibility, simulate vision conditions, and deploy to Netlify, Vercel or Cloudflare — all from one tab, with no setup.

5 Synced viewports
4 Deploy targets
Zero Setup required
Free To start
Features

Code, preview, ship — all in one tab

No installs, no build step. Write HTML, CSS & JS, test accessibility, simulate vision conditions, and deploy — all from one tab.

Optional AI

Connect your own AI account — Claude, Gemini, GPT, or Mistral. Todo tracking, web search, and one-click rewind checkpoints — all with full project context. Completely optional.

Your key

Accessibility First

Run WCAG audits, check colour contrast, and test keyboard navigation — all built into the editor. Fix issues with one click via AI.

Inclusive

Vision & Sensory Simulation

See your design through different eyes — colour blindness, glaucoma, cataracts, and more. Plus sensory filters for autism, dyslexia, and attention differences. Filters apply across every viewport at once, so you can compare side by side.

Empathy

Multi-Device Preview

Compare up to five viewports side by side — iPhone, iPad, Pixel, Galaxy, desktop. Clicks, scrolls, and edits sync across every frame, so you can spot responsive bugs the moment they appear.

5-up sync

Collaborate & Fork

Code together in real time with a shared link. Fork any public project, propose changes back with merge requests — social coding built in.

Real-time

Ship It

Push to GitHub, deploy to Netlify, Vercel, Cloudflare Pages, or Neocities — all from inside the editor. No CLI needed.

Deploy
Why Blnq

Why blnq?

No frameworks. No build step. No config. Just open a tab and build. blnq is the fastest way to go from idea to working UI — quicker than Lovable, and purpose-built for front-end prototyping.

blnq
Lovable
CodePen
No install, runs in browser
No framework required
Live preview
5-up multi-device preview
Visual design mode
WCAG accessibility audit
Vision & sensory simulation
AI with your own key
MCP integration
Multi-file projects
Soon
Backend & data integration
Soon
Deploy to Netlify / Vercel
Own
Pro
Free to start
Limited
AI

Your AI.
Your rules.

Connect Claude, Gemini, GPT-4o, or Mistral with your own API key. The AI has full project context and works in a continuous agentic loop — reading your code, making targeted edits, checking for errors, and iterating until it's right.

  • Your key, your cost — no subscription markup
  • Agentic loop: reads, edits, checks errors, iterates
  • Web search, screenshots, and one-click rewind
  • Or connect Claude Code / Cursor via MCP — same result
Try it free
Showcase

Shipped from the editor

Games, dashboards, generative art, UI experiments — all built and published directly from Blnq.

From blank page to live URL

Prototyping a component, teaching a class, or shipping a side project — write the code, refine it, and share a live link. All in the same tab.

01

Start coding

Jump straight into HTML, CSS & JS — or describe what you want and let AI help. Save code snippets, add npm packages, and build with zero setup.

02

See it render live

Every keystroke updates the preview. Open up to five device viewports side by side with synced clicks, edit text inline, simulate vision conditions across every frame, and debug in the built-in console.

03

Ship it

Save to Blnq Studio, deploy to Netlify, Vercel, or Cloudflare Pages. Push to GitHub. Invite collaborators, or send anyone a link to your running project.

API

Push code from anywhere

Send HTML, CSS & JavaScript to the editor with a single POST request. Great for CLI tools, browser extensions, CI pipelines, or any workflow that generates code.

POST /api/push

Send a JSON body with any combination of html, css, js, and head fields. The response redirects to the editor with your code loaded.

fetch('https://blnq.studio/api/push', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    name: 'My Project',
    html: '<h1>Hello</h1>',
    css: 'h1 { color: tomato; }',
    js: 'console.log("hi")'
  })
}).then(r => r.text()).then(html => {
  document.open(); document.write(html); document.close();
});

GET /api/projects/:id/code

Retrieve a project's code as clean JSON — just the id, name, html, css, js, and head fields.

https://blnq.studio/api/projects/YOUR_PROJECT_ID/code
MCP

Connect AI agents to the editor

Blnq exposes an MCP endpoint that lets AI agents read, write, and manage your project in real time. Claude, Cursor, Windsurf, or any MCP-compatible client can connect — locally or remotely. See the full tool specification for details.

Connect via MCP

Point any MCP client at Blnq Studio. Add this to your client's MCP config:

{
  "mcpServers": {
    "blnq": {
      "type": "url",
      "url": "https://blnq.studio/mcp"
    }
  }
}

What agents can do

Once connected, AI agents can interact with the editor in real time:

Read code See line-numbered content from every editor — HTML, CSS, JS, and HEAD
Write and edit live Replace editors or make targeted edits by line range — changes appear instantly
Search across editors Find text or regex patterns across all editors with line numbers
Check the preview Catch JS errors and accessibility violations in one call after every change
Inspect project Project name, ID, and line counts per editor — plan before reading
Chrome Extension

See any website through different eyes

Our vision filters aren't just for the editor. Install the Chrome extension to simulate colour blindness, glaucoma, macular degeneration, cataracts, and more — on any webpage.

1

Download

Grab the zip file below and extract it to a folder on your machine.

2

Open Chrome Extensions

Navigate to chrome://extensions and turn on Developer mode using the toggle in the top right.

3

Load unpacked

Click Load unpacked and select the extracted folder. The Blnq eyes icon will appear in your toolbar.

4

Browse with vision filters

Click the icon on any webpage and choose a filter. The page will update instantly — move your mouse to see how glaucoma and macular degeneration follow your gaze.

Download Blnq Accessibility Filters Chrome & Chromium browsers (Edge, Brave, Arc, etc.)

What will you create?

Start from scratch or describe your idea and let AI give you a head start.

Explore the community

See what the community is shipping — fork anything that catches your eye and make it your own.

35 projects