Blog — May 2025 till Apr 2025

Updates, tutorials, and engineering deep-dives on building AI agents, workflows, and TypeScript tooling with Mastra.

Building an Interactive Detective Game with Multi-Agent AI

How we built an interactive detective game using Mastra's agent system and Next.js.

May 10, 2025
Shane Thomas
# examples

FlashGenius: instantly generate flashcards on any topic

How we vibecoded Flash Genius, an instant flashcard generator, in 1 hour

May 8, 2025
Sam Bhagwat
# examples

Mastra Changelog 2025-05-07

Mastra's latest updates: vNext is live, AGUI integration, and linting.

May 7, 2025
Shane Thomas
# changelogs

Introducing Mastra Docs Chatbot: Your AI Documentation Assistant

Explore how our new docs chatbot leverages the Mastra MCP Docs server to enhance user experience and streamline access to documentation.

May 7, 2025
Shane Thomas
# features

Mastra Changelog 2025-05-01

Mastra's latest updates: vNext workflows, MongoDB vectorDB provider, Streamable HTTP MCP transport, and more.

May 1, 2025
Shane Thomas
# changelogs

Introducing vNext Workflows: the next generation of Mastra Workflows

vNext brings stronger control flow, better type safety, and multi-engine support.

Apr 29, 2025
Tony Kovanen
# features

Mastra Changelog 2025-04-24

Mastra's latest updates: dynamic agents, MCPServer support, vNext workflows, and more.

Apr 24, 2025
Shane Thomas
# changelogs

Building a Web Browsing Agent with Mastra and Stagehand

See how we built a web browsing agent using Mastra and Stagehand. Learn about the tools needed to allow your agents to control a browser.

Apr 23, 2025
Shane Thomas
# examples

Dynamic Agents: Inserting Runtime Context in Mastra

Mastra's dynamic agents provide a powerful way to handle context in AI applications, without exposing sensitive information to the LLM or relying on globals.

Apr 22, 2025
Sam Bhagwat
# examples

Introducing MCP Server Support in Mastra

Create and share your AI tools with the Model Context Protocol (MCP) - now available in our latest stable release.

Apr 21, 2025
Nik Aiyer
# features

AI with JavaScript in 2025

A dive into four leading open-source JS AI libraries: Vercel AI SDK for model routing, Mastra for agents and workflows, Langfuse for observability, and Stagehand for web automation.

Apr 20, 2025
Sam Bhagwat
# foundations

Choosing a JavaScript Agent Framework

When choosing a JavaScript agent framework, consider the needs of your project and the team's expertise. Mastra and LangGraph.js are two leading options.

Apr 19, 2025
Sam Bhagwat
# foundations

Ship better agents