Close Menu

    Subscribe to Updates

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

    What's Hot

    Nothing Phone (3) smartphone review: Top-class hardware combined with unrivaled design and secondary display

    Gigabyte Gaming A16 GA63H

    Metroid Prime 4: Beyond release date leaked and it’s sooner than expected

    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

      Blue-collar jobs are gaining popularity as AI threatens office work

      August 17, 2025

      Man who asked ChatGPT about cutting out salt from his diet was hospitalized with hallucinations

      August 15, 2025

      What happens when chatbots shape your reality? Concerns are growing online

      August 14, 2025

      Scientists want to prevent AI from going rogue by teaching it to be bad first

      August 8, 2025

      AI models may be accidentally (and secretly) learning each other’s bad behaviors

      July 30, 2025
    • Business

      Why Certified VMware Pros Are Driving the Future of IT

      August 24, 2025

      Murky Panda hackers exploit cloud trust to hack downstream customers

      August 23, 2025

      The rise of sovereign clouds: no data portability, no party

      August 20, 2025

      Israel is reportedly storing millions of Palestinian phone calls on Microsoft servers

      August 6, 2025

      AI site Perplexity uses “stealth tactics” to flout no-crawl edicts, Cloudflare says

      August 5, 2025
    • Crypto

      Former Indian Politician Convicted in Bitcoin Extortion Case

      August 30, 2025

      Top 3 Real World Asset (RWA) Altcoins to Watch in September

      August 30, 2025

      Ethereum Dip May Be Temporary with $1 Billion Whale Buys and Slower Profit Taking

      August 30, 2025

      Everything We Know So Far About the Bitcoin Thriller “Killing Satoshi”

      August 30, 2025

      Why HBAR’s Bearish Sentiment Might Be Its Trigger for a Price Rebound

      August 30, 2025
    • Technology

      Nothing Phone (3) smartphone review: Top-class hardware combined with unrivaled design and secondary display

      August 30, 2025

      Gigabyte Gaming A16 GA63H

      August 30, 2025

      Metroid Prime 4: Beyond release date leaked and it’s sooner than expected

      August 30, 2025

      New Casio Edifice EFRS108DE stainless-steel watches with textured dials now purchasable in the US with limited stock

      August 30, 2025

      Seven new IKEA smart home products with Matter on the way

      August 30, 2025
    • 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 Read2 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    BMI Calculator – Check your Body Mass Index for free!

    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

    BMI Calculator – Check your Body Mass Index for free!

    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

    Nothing Phone (3) smartphone review: Top-class hardware combined with unrivaled design and secondary display

    August 30, 2025

    Gigabyte Gaming A16 GA63H

    August 30, 2025

    Metroid Prime 4: Beyond release date leaked and it’s sooner than expected

    August 30, 2025
    Leave A Reply Cancel Reply

    Top Posts

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

    April 22, 2025167 Views

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

    April 14, 202548 Views

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202530 Views

    Is Libby Compatible With Kobo E-Readers?

    March 31, 202528 Views
    Don't Miss
    Technology August 30, 2025

    Nothing Phone (3) smartphone review: Top-class hardware combined with unrivaled design and secondary display

    Nothing Phone (3) smartphone review: Top-class hardware combined with unrivaled design and secondary display -…

    Gigabyte Gaming A16 GA63H

    Metroid Prime 4: Beyond release date leaked and it’s sooner than expected

    New Casio Edifice EFRS108DE stainless-steel watches with textured dials now purchasable in the US with limited stock

    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

    Nothing Phone (3) smartphone review: Top-class hardware combined with unrivaled design and secondary display

    August 30, 20250 Views

    Gigabyte Gaming A16 GA63H

    August 30, 20252 Views

    Metroid Prime 4: Beyond release date leaked and it’s sooner than expected

    August 30, 20252 Views
    Most Popular

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views

    French Apex Legends voice cast refuses contracts over “unacceptable” AI clause

    March 12, 20250 Views
    © 2025 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.