Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    What’s behind the OpenClaw ban wave

    The big new Linux release isn’t a big deal

    Microsoft names Copilot as ‘best’ Windows productivity app. Really?

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Tensions between the Pentagon and AI giant Anthropic reach a boiling point

      February 21, 2026

      Read the extended transcript: President Donald Trump interviewed by ‘NBC Nightly News’ anchor Tom Llamas

      February 6, 2026

      Stocks and bitcoin sink as investors dump software company shares

      February 4, 2026

      AI, crypto and Trump super PACs stash millions to spend on the midterms

      February 2, 2026

      To avoid accusations of AI cheating, college students are turning to AI

      January 29, 2026
    • Business

      Gartner: Why neoclouds are the future of GPU-as-a-Service

      February 21, 2026

      The HDD brand that brought you the 1.8-inch, 2.5-inch, and 3.5-inch hard drives is now back with a $19 pocket-sized personal cloud for your smartphones

      February 12, 2026

      New VoidLink malware framework targets Linux cloud servers

      January 14, 2026

      Nvidia Rubin’s rack-scale encryption signals a turning point for enterprise AI security

      January 13, 2026

      How KPMG is redefining the future of SAP consulting on a global scale

      January 10, 2026
    • Crypto

      XRP Struggles as On-Chain Stress Mounts: Is a Bottom Forming?

      February 23, 2026

      Vitalik Buterin Sold Over 8,800 ETH in February: Did It Impact the Price?

      February 23, 2026

      Vitalik Buterin Explains How Crypto Can Protect Users When Perfect Security Remains Impossible

      February 23, 2026

      Ethereum, Solana Defy L1 Myth — Bitwise CIO Sees Prediction Markets Changing Everything

      February 23, 2026

      5 Critical Factors That Could End Gold’s 7-Month Green Streak

      February 23, 2026
    • Technology

      What’s behind the OpenClaw ban wave

      February 24, 2026

      The big new Linux release isn’t a big deal

      February 24, 2026

      Microsoft names Copilot as ‘best’ Windows productivity app. Really?

      February 24, 2026

      Hybrid Li alloy tech beats solid-state battery energy density as Gangfeng starts mass cell production

      February 23, 2026

      New Roborock Saros 20 robot vacuum appears ahead of launch

      February 23, 2026
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»Tidewave Web: in-browser coding agent for Rails and Phoenix
    Technology

    Tidewave Web: in-browser coding agent for Rails and Phoenix

    TechAiVerseBy TechAiVerseAugust 20, 2025No Comments5 Mins Read5 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    Tidewave Web: in-browser coding agent for Rails and Phoenix

    Today, we’re introducing Tidewave Web for Rails and Phoenix: a coding agent that runs directly in the browser alongside your web application, in your own development environment, with full page and code context.

    Unlike traditional coding agents that require constant back-and-forth, Tidewave Web knows your UI state, understands your framework, and runs within your actual development environment. No more describing what’s on your screen, copying stacktraces, or losing context between tools.

    Our key features are:

    • Shared page context – Tidewave has direct access to your current UI state and automatically maps it to the corresponding controllers, views, and templates, eliminating the need to describe what you’re looking at or manually trace code paths

    • Deep framework integration – Tidewave can execute code within your running Rails/Phoenix app, query your database, monitor logs, access documentation, and more, giving the agent the same developer tools that you have

    • Collaborative browser testing – Tidewave builds complete features in your app and validates they work right there in the browser. Use our point and click inspector to suggest improvements and request changes

    • Runs in your dev environment – Add one package to your Rails/Phoenix app, connect your existing GitHub Copilot or Anthropic account, and visit the /tidewave route from your web app in the browser

    You can try Tidewave Web for free.

    It’s all about the shared context

    Using traditional coding agents to build web features means constantly switching between tools. You see something in your browser that needs changing, switch to your editor to find the right template, then describe what you want to an AI that can’t see the web page.

    The agent says it’s finished. You refresh your browser and get a runtime exception. Back to the editor to explain the error. The agent fixes it. Back to the browser and now there’s a missing database migration. Back to the editor again.

    You become a constant translator for an agent that’s working blind. That’s effectively because you and the agent are working with two separate contexts:

    Tidewave Web eliminates this back-and-forth. Click our inspector to select any UI element (say, a menu container) and tell it: “Add a CSV export button to this menu that exports the data on this page. Implement the whole feature.”

    Tidewave sees exactly what you selected and directly maps it to a template, and its associated controller and view. As it builds the feature, it automatically queries your database to understand your data, accesses your models and schemas, tests the functionality by actually using it in the browser, and reads logs when anything goes wrong. Tidewave creates a shared context between you, the agent, and your web app:

    Tidewave handles the tedious cycles so you can focus on what matters.

    What’s in the package

    Tidewave Web is available as a package for Rails and Phoenix and requires either a GitHub Copilot subscription or an Anthropic API key. Once you install it, visit the /tidewave route of your web application, and sign up for a free trial account limited to 20 user messages per month. You can unlock unlimited messages by subscribing to Tidewave Pro at $10/month.

    For this initial release, we’ve focused on the integration between the agent and your web app: the agent’s ability to interact with your pages and deep web framework integration. Many additional agentic features are on our roadmap, such as TODOs and subagents, and we want to work closely with our first users to prioritize and refine them.

    Tidewave Web currently works best for full-stack Rails and Phoenix applications. It doesn’t currently “see” client-side frameworks like React or Vue, so these stack won’t get the full Tidewave benefits yet. React support is on the roadmap and coming soon.

    We’re also working on integrating more web frameworks, such as Django, Flask, and Next.js. Join our waiting list or our Discord Server to be notified when those versions go live.

    The next generation of AI developer tools

    At Dashbit, the team behind Tidewave, we have collectively decades of experience building, maintaining, and contributing to developer tools, web frameworks, and programming languages. With Tidewave, we’re exploring a new direction for AI developer tooling. The current generation of AI coding assistants are horizontal tools that work across all languages and domains. They understand code, but they don’t understand how that code actually runs nor interact with what it produces.

    Software development spans diverse domains and technologies, and we believe the next generation of AI tools must understand them intrinsically. A web development agent should see and interact with pages in shared context with the developer, not as a separate tool requiring constant explanation, and have full access to the web framework runtime. For mobile development, agents should interact with device APIs, run simulators, and integrate with the developer’s existing workflow. Those are the challenges we want to tackle with Tidewave.

    This concept extends across every vertical in software development, from game development to IoT. Each domain has its own runtime environment, validation methods, and debugging workflows that generic tools simply can’t grasp (and MCPs aren’t enough to close the contextual gap).

    Our team is already exploring a few of these domain-specific possibilities. Tidewave Web for Rails and Phoenix is just the beginning, and we’re excited to share what comes next.

    • The Tidewave Team

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleMirrorshades, the Cyberpunk Anthology
    Next Article Type-machine
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    What’s behind the OpenClaw ban wave

    February 24, 2026

    The big new Linux release isn’t a big deal

    February 24, 2026

    Microsoft names Copilot as ‘best’ Windows productivity app. Really?

    February 24, 2026
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025691 Views

    Lumo vs. Duck AI: Which AI is Better for Your Privacy?

    July 31, 2025278 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 2025159 Views

    6 Best MagSafe Phone Grips (2025), Tested and Reviewed

    April 6, 2025122 Views
    Don't Miss
    Technology February 24, 2026

    What’s behind the OpenClaw ban wave

    What’s behind the OpenClaw ban wave Skip to content Image: Ben Patterson/Foundry Summary created by…

    The big new Linux release isn’t a big deal

    Microsoft names Copilot as ‘best’ Windows productivity app. Really?

    Hybrid Li alloy tech beats solid-state battery energy density as Gangfeng starts mass cell production

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    What’s behind the OpenClaw ban wave

    February 24, 20262 Views

    The big new Linux release isn’t a big deal

    February 24, 20262 Views

    Microsoft names Copilot as ‘best’ Windows productivity app. Really?

    February 24, 20262 Views
    Most Popular

    7 Best Kids Bikes (2025): Mountain, Balance, Pedal, Coaster

    March 13, 20250 Views

    VTOMAN FlashSpeed 1500: Plenty Of Power For All Your Gear

    March 13, 20250 Views

    This new Roomba finally solves the big problem I have with robot vacuums

    March 13, 20250 Views
    © 2026 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.