Program - VueJS Amsterdam
  • Picture of 11 March | Community Night

    11 March | Community Night

    Sign up HERE | Join Speakers and the Vue Community in Amsterdam for a night of sharing from 18:00 at Moxy Hotel Houthavens...

  • Doors Open

    Come and enjoy the morning bite with your coffee, tea or juice of choice!

  • Eduardo San Martin Morote

    Typesafe state in your URL

    By Eduardo San Martin Morote

    Vue Router's next version treats your URL as fully typed state. Learn how to extract, transform, and validate parameters from paths, query strings, and hashes, turning raw strings into numbers, objects, or anything your app needs!

  • Guillaume Chau

    rstore: journey into the data layer

    By Guillaume Chau

    A deep dive into rstore and the challenge of building a local-first data fetching and management framework

  • Reza Baar

    Reactivity in Vue: Thinking in Signals

    By Reza Baar

  • Daniel Roe

    State of Nuxt 2026

    By Daniel Roe

    The place to be for the highly anticipated State of Nuxt for the year 2026. Previous years introduced a new architecture (Nuxt 3), a new runtime (Nitro), a new tooling layer (DevTools), a new full-stack identity and so much more! With so many things happening in 2025 for the Nuxt Team we can not wait to see what 2026 is going to bring us!

  • Julien Huang

    Stop making these Nuxt & Vue mistakes: Introducing @nuxt/hints 1.0

    By Julien Huang

    Even experienced developers fall into common traps when working with Nuxt and Vue. In this talk, we’ll explore performance pitfalls in Vue and how to avoid them. As a bonus, we’ll unveil @nuxt/hints 1.0, a new module designed to catch these mistakes at runtime, helping you write cleaner, more robust code from day one. Launching at this conference!

  • Pooya Parsa

    Full-Stack-Agnostic Apps in the Agentic Era (Vite + Nitro)

    By Pooya Parsa

    This talk explores building a production-grade Vue SPA using Vite + Rolldown for modern bundling, Nitro as a lightweight server layer, and AI agents as first-class system components. We’ll cover project structure, toolchain setup, and performance tuning (HMR, cold starts, bundle output), then dive into integrating agents: defining tool interfaces, managing agent state with Pinia, streaming results into Vue components, and executing actions securely via Nitro APIs. You’ll leave with concrete patterns for wiring frontend and server together, deploying to edge/serverless, and designing applications where AI is part of the architecture—not an afterthought.

  • Lunch

    5 Star Lunch during your Conference Experience: 5 delicious food stations that got you covered from Meat, Meatless to Vegan!

  • Elise Patrikainen

    How to build an MCP server for Vue?

    By Elise Patrikainen

    The Model Context Protocol (MCP), and, therefore, MCP servers, are being increasingly used to integrate AI capabilities into development workflows. Major tools like Chrome DevTools, Playwright or Figma have largely adopted MCP servers, and, concerning front-end frameworks, Angular and Svelte already have official ones. This, in my opinion, demonstrates the value of MCP servers in real-world applications. In this talk, I would like to : - give an overview of the MCP client and server architecture - present a practical example of building an MCP server - present how MCP servers can be useful in the context of frameworks, with an example of implementation for Vue - conclusion and opening: give an attempt to evaluate the benefits and the drawbacks of using MCP in the context of frameworks

  • Rijk van Zanten

    Guiding Agentic AI with Vue and Pinia

    By Rijk van Zanten

    As AI agents are becoming active “users” of your software, they must learn to interact with complex UIs safely and effectively. At Directus, we’ve built a Vue composable that lets our AI copilot operate inside the studio, like taking context aware actions and calling component handler functions, whilst staying within strict guardrails. In this talk, we’ll take a look at how this implementation works in practice, and how you can recreate it within your own apps using Vue and Pinia.

  • Jeroen de Kruijf

    Building Trustworthy AI: Authentication & Authorization for AI Agents with Auth0

    By Jeroen de Kruijf

    AI agents are rapidly evolving from simple chatbots into powerful, autonomous assistants that can perform complex tasks on our behalf. This fundamental shift in software presents incredible opportunities, but also exposes massive security and identity challenges. How can we trust these agents with our sensitive data and empower them to act securely? In this talk we will demonstrate how a robust identity layer is the key to building trustworthy AI. You'll learn practical approaches for authenticating users in AI-driven apps, securely managing API access via a Token Vault, implementing human-in-the-loop for user consent, and enforcing fine-grained authorization within RAG pipelines to ensure agents only access the data they're allowed to.

  • Debbie O'Brien

    The Agentic Developer: Orchestrating AI Workflows with MCPs

    By Debbie O'Brien

    The future of development isn't just AI-assisted, it's AI-orchestrated. In this talk, we'll explore how to build powerful agentic workflows that transform how developers work. You'll learn how to assign tasks directly to AI agents, leverage the Model Context Protocol (MCP) ecosystem to extend agent capabilities, and verify agent work using tools like Playwright. We'll demonstrate real-world workflows including automated Nuxt content updates through Cloudinary and GitHub integrations, data visualization through MCP UI components, and how to build a verification loop that ensures agent outputs meet your standards. Walk away with practical patterns for integrating agentic workflows into your daily development practice.

  • Hadar Geva

    Pixel-Perfect by Design, Safe by Architecture: Enabling Citizen Developers to Ship Code With AI Without Breaking Your Frontend

    By Hadar Geva

    Modern product teams want speed and flexibility, but as UI creation shifts beyond engineering, the risk of breaking architectural integrity grows. How can organizations empower designers, product leads, and other non‑developers to ship production‑ready components without compromising the application architecture? This session explores a framework for enabling citizen developers to ship actual production code using AI within safe, pre‑defined boundaries while dev architects protect routing, logic, and data flow. See how accessibility standards, brand rules, and performance defaults can be baked directly into the system, allowing non‑engineers to work creatively through schema‑driven tools and visual editors without ever touching the critical parts of your app. We’ll also cover practical tactics: lightweight review processes, opinionated versioning, and guardrail‑based component design that make fast iteration possible without chaos. This talk shows how to turn developers into platform enablers and citizen builders into confident, high‑velocity contributors, achieving both design agility and architectural safety at scale.

  • Jakub Andrzejewski

    Dungeon Mastering Your Vue App: From Chaos to Order

    By Jakub Andrzejewski

    Large Vue/Nuxt applications can quickly become a labyrinth of components, modules, and plugins. In this talk, we’ll explore how to design scalable, modular frontend architecture with real-world examples. Through clear, practical patterns and strategies, you’ll learn how to organize modules and components for maintainability, use plugin architecture effectively, and separate concerns. We’ll also host a mini DnD session on stage with fellow speakers.

  • Jakub Andrzejewski
    Evan You

    Panel: Beyond The Vibe: Code Quality First

    By Jakub Andrzejewski, Evan You

    Modern Frontend Engineering: Tools, Tradeoffs, and the AI Shift. It will focus on software quality in the era of AI with the Creator of Vue, Evan You, Debbie O'brien, Elise Patrikainen and Head of Framework at Nuxt; Daniel Roe.