Cursor demos rapid Next.js build
A developer shared that Cursor 3.0 assembled a full Next.js web app, a Chrome extension, and a Tauri desktop app in roughly three hours using a short spec and a 'Premium Max mode' workflow. The post surfaced as an example of rapid prototyping with agentic developer tools and drew broad engagement. (X post)
A developer’s post about Cursor 3.0 building a Next.js app, a Google Chrome extension, and a Tauri desktop app in about three hours landed just after Cursor shipped its new agent-first interface on April 2. (cursor.com) Cursor 3.0 added an “Agents Window” that can run multiple agents across repositories and environments, including local machines, cloud sessions, worktrees, and remote Secure Shell connections. The company also added “Design Mode,” which lets users point at interface elements in a browser and send that context back to the coding agent. (cursor.com) That workflow lines up with the product pitch Cursor published the same day: a “unified workspace” where developers hand tasks between local and cloud agents, review diffs, and move from commit to pull request inside one interface. Cursor said cloud agents can also generate demos and screenshots for review. (cursor.com) The stack in the post spans three common software surfaces. Next.js is a React framework for web apps, Chrome extensions add features inside the browser, and Tauri wraps web front ends in a desktop shell that uses the operating system’s web renderer and Rust for deeper system access. (tauri.app) Tauri’s own documentation says Next.js projects need static export settings because Tauri does not support server-based deployments inside the desktop package. That makes the combination useful for teams trying to reuse one web codebase across browser and desktop targets. (v2.tauri.app) Cursor has also been pushing heavier agent use through pricing. Its April 2026 plans list Pro at $20 a month with cloud agents, Pro+ at $60 a month with three times usage on OpenAI, Anthropic Claude, and Google Gemini models, and Ultra at $200 a month with twenty times usage and priority access to new features. (cursor.com) The company has been building toward this release for months. Cursor published research posts on Composer 2 in March, then described Cursor 3 in April as a shift from editing files by hand toward supervising agents that write and test more of the code. (cursor.com) The post’s appeal is easy to trace to the product itself: Cursor now supports isolated worktrees, parallel “best-of-n” runs across multiple models, and browser-based feedback loops inside the same session. Those features are designed for short-spec prototyping, where the bottleneck is usually stitching together interfaces, packaging, and review rather than writing one file at a time. (cursor.com) What the demo does not show on its own is whether the generated app was production-ready, secure, or easy to maintain after the first build. Cursor’s own materials frame the tool as a way to supervise fleets of agents and review their output, not as a guarantee that code can ship without human checks. (cursor.com) So the three-hour build claim sits inside a broader April 2026 shift in coding tools: less time typing every component, more time steering agents across web, browser, and desktop targets from one workspace. (cursor.com)