SShortSingh.
Back to feed

Doop lets AI agents co-design on a live canvas, but free use has strict limits

0
·1 views

Doop is an open-source multiplayer design canvas, created on 22 August 2026, that allows both humans and AI agents to edit the same HTML-rendering canvas simultaneously in real time. Unlike most AI-assisted design tools, Doop embeds a Model Context Protocol (MCP) server directly into the project, enabling standard connections to agents such as Claude Code or OpenAI Codex without custom adapters. The platform includes live cursors, avatar presence indicators, and a shared activity feed that logs every action by both humans and agents over a single WebSocket room. However, the built-in Doop Agent does not run for free by default — the RESIDENT_TASK_LIMIT variable is set to 0, meaning users must connect a ChatGPT account or provide an OpenAI API key before any real agent task can execute. The project is licensed under AGPL-3.0, requiring anyone who publicly hosts a modified version to release those changes under the same licence, and the Doop name and logo are trademarked separately from the code.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Breaks Cycle of Overworking Solo by Deliberately Sharing Knowledge With Team

A software developer reflecting publicly on their work habits recognized a recurring pattern: absorbing extra tasks alone whenever the team was short-staffed, rather than distributing the load. Working on an understaffed three-person project team, they consciously chose to delegate learning instead of delivering finished answers to colleagues. The team formalized their working norms through a trust and agreements session, turning informal habits into shared accountability structures. The developer visualized their default behavior as a loop — doing the work alone repeatedly ensured no one else ever learned it. A one-on-one review that week surfaced an additional blind spot, reinforcing that self-awareness and patience remain active areas for personal growth.

0
ProgrammingDEV Community ·

Why DNS Exists: The Inevitable Fix for Identity vs. Location on the Internet

DNS, the Domain Name System, exists to solve a fundamental problem: identities like domain names are stable, but their underlying network locations — IP addresses — change frequently. Just as a city directory maps people's names to their current addresses, DNS maps domain names to the IP addresses of the servers hosting them. Without such a system, every server change would break access for all users who had memorized a direct IP address. Rather than forcing every user to update their records, DNS centralizes the mapping so only one system needs to be updated when a location changes. This directory pattern — stable identity linked to shifting location via a central resolver — is what makes large-scale internet navigation reliable and manageable.

0
ProgrammingDEV Community ·

EarthLink Network Unifies Auth and Authorization Across All Products Under One Platform

EarthLink Network has consolidated authentication and authorization for all its products into a single in-house Identity Provider called ELN ID, developed over three months from mid-2026. What began as a basic organization-management app evolved after more than fifteen OAuth client requests made clear that per-product integration rules were unsustainable. Key decisions included banning hidden iframes for silent Single Sign-On in favor of top-level redirects, after SameSite=Lax cookie restrictions caused iframe-based login checks to always fail. Terms-of-service consent versioning was standardized using opaque strings compared only for exact equality, preventing integrated products from independently interpreting version order. The overhaul also fixed two bugs — admin-group data vanishing after token refresh and admin screens rejecting users whose API calls were otherwise succeeding — by centralizing all role and consent logic on the server side.

0
ProgrammingDEV Community ·

AI Coding Assistants Cut Embedded Firmware Delays but Demand Human Oversight

A 2026 guide from nlocoding.com highlights how AI coding assistants are reshaping embedded systems development, with nearly half of embedded developers reporting a 50% reduction in debugging time. Teams using these tools ship firmware roughly 34% faster than those relying on manual workflows, according to IoT Analytics data. However, 73% of embedded AI tool users have encountered at least one suggestion that could damage hardware if deployed without review, underscoring the need for simulation testing before flashing production devices. A real-world case involving Bosch's automotive team showed a 62% drop in field failures and $2.3 million in warranty savings after integrating Codeium into their CAN bus firmware review process. Popular tools in 2026 include GitHub Copilot, Tabnine, Codeium, and Amazon CodeWhisperer, each offering varying levels of embedded-specific support across C, C++, Rust, and Python.

Doop lets AI agents co-design on a live canvas, but free use has strict limits · ShortSingh