VUECONFUS 2026

Vueconf.US is the official Vue.js conference in the USA

Join us in Hotlanta, Georgia, for some PEACH. CITY. VUE. at the GEORGIA TECH Global Learning and Conference Center. A three-day event on all things Vue.js! The workshop day is May 19, with the main conference on May 20-21. Hosted by Vue.js creator Evan You, you'll also get to hear from and talk to members of the core Vue.js team, contributors, and developers worldwide!

Where does the event happen? Georgia Tech Global Learning and Conference Center
81 4th St NW
Atlanta, GA 30332
USA

When does the event happen?
Begin:
End:
Add to Calendar

INDIVIDUAL CONFERENCE PASSES

TWO-DAY CONFERENCE ONLY PASS, MAY 20-21

Two-day Conference Pass (DOES NOT INCLUDE WORKSHOP)

Original price: $995.00 New price: $895.00

THREE-DAY CONFERENCE/WORKSHOP PASS, MAY 19-21

Three-day Conference Pass May 19-21 (INCLUDES WORKSHOPS)

Only 50 are available at this price!

$1,495.00
AI ENGINEERING: FROM PROMPT ARCHITECTURE TO PRODUCTION INFRASTRUCTURE

Stop building AI demos. Start shipping AI systems that actually work.

Most developers can call an API and write a prompt. Few can build AI systems that consistently deliver production-quality results in enterprise environments. This all-day workshop teaches both.


Morning: Engineer prompts that work
Learn structural patterns and constraint systems that eliminate garbage outputs. No more prompt lottery.


Afternoon: Build production infrastructure
Use gateway architecture (PortKey) to handle multi-LLM failover, A/B testing, governance, and guardrails — the critical production concerns tutorials skip.




Walk away with:

  • A systematic framework for reliable prompts
  • A production-ready AI gateway
  • Architecture patterns that pass compliance reviews

Perfect for:
Backend developers, solutions architects, and technical leads shipping AI products in enterprise environments.




Bring:
A laptop with a ChatGPT API or Claude console account. We focus on engineering that makes AI work when it matters.

Original price: $1,595.00 New price: $1,495.00

BUILDING (ACTUALLY USEFUL) AI SOLUTIONS

AI is a new tool that we need in our tool belt as developers. Chat bots make it into the news a lot, but AI has applications far beyond just that in real software solutions. We'll learn about a few different kinds of AI, including LLMs, and go over some practical applications of AI in software before moving on to building.


In this workshop, we will create our own AI solutions to address workflows where traditional software development strategies wouldn't cut it. By the end of the day you will have built working software solutions that use AI to solve real types of business problems, and you'll leave with new ideas for the types of problems you can solve in the future.


We'll cover topics like agentic AI, vectorization, structured input and responses, RAG, as well as looking at vulnerabilities and pitfalls to be aware of when building AI solutions.


This is an in-depth workshop that covers full-stack development, including topics like databases, caching, and APIs in addition to front-end development with Vue.

Original price: $1,595.00 New price: $1,495.00

NUXT FUNDAMENTALS/NUXT 4 WORKSHOP

Nuxt is an intuitive and flexible framework built on Vue that lets you create powerful, production-ready web applications with ease. It streamlines everything from routing to rendering strategies, and gives you out-of-the-box solutions for SEO, data fetching, error handling, and deployment. All while staying developer-friendly.

But with so many features, it can be tough to know where to start or how to use Nuxt to its fullest potential.

In this workshop, you’ll go from zero to confidently building full-stack applications with Nuxt. You’ll start with the fundamentals—how Nuxt bootstraps projects and handles different rendering modes like SSR, SSG, and SPA. Then you’ll dive into file-based routing, dynamic pages, and how layouts and components work together to shape your application’s structure.

You'll also get hands-on experience with data fetching patterns (useFetch, useAsyncData, server routes), graceful error handling, and optimizing for SEO. You’ll configure runtime options, manage static and dynamic assets, and walk through deploying your app to production.



By the end of the workshop, you’ll have both the practical experience and architectural understanding to build real-world applications with Nuxt 4

Topics

  • Nuxt’s core features and file-based conventions
  • Rendering strategies (SSR, SSG, SPA) and when to use them
  • Pages, layouts, and components in a Nuxt application
  • Data fetching on server and client with composables
  • Error boundaries and 404 pages
  • Improving SEO with meta tags and structured data
  • Nuxt config: runtime options, aliases, and environments
  • Handling static assets and public files
  • Deployment strategies and platform options
Who is this for

This workshop is ideal for developers who are already comfortable with Vue and want to build full-featured, production-ready applications using Nuxt.

Original price: $1,595.00 New price: $1,495.00

PROVEN PATTERNS FOR BUILDING PRODUCTION-GRADE VUE APPS

Your team is shipping code faster than ever. Copilot suggests a pattern. Cursor scaffolds a component.
The code appears quickly, but what makes it good hasn’t changed.


In this workshop, you’ll learn proven patterns for building production Vue applications while gaining a clear understanding of why these patterns exist. Equipped with this perspective, you’ll feel more confident choosing what’s best for your application—whether you’re writing the code yourself or collaborating with a AI coding agent. You'll learn about:


  • Modern, proven patterns for building production-ready Vue applications
  • Strategies for working effectively with AI coding assistants while maintaining architectural consistency
  • Leveraging the Composition API for scalable, maintainable code
  • Best practices for organizing and testing your application
  • Enhancing productivity with workflows that automate repetitive tasks while encouraging best practices and consistent standards across the team


Tools change and evolve. The principles that make applications maintainable don’t.

Original price: $1,595.00 New price: $1,495.00

GROUP CONFERENCE PASSES

GROUP (5+) TWO-DAY CONFERENCE ONLY PASS, MAY 20-21

Two-day Conference Pass (DOES NOT INCLUDE WORKSHOP)

Minimum order 5 for group discount

minimum amount to order: 5

Original price: $995.00 New price: $795.00

GROUP (5+) THREE-DAY CONFERENCE/WORKSHOP PASS, MAY 19-21

Three-day Conference Pass May 19-21 (INCLUDES WORKSHOPS)

Minimum order 5 for group discount

$1,395.00
AI ENGINEERING: FROM PROMPT ARCHITECTURE TO PRODUCTION INFRASTRUCTURE

Stop building AI demos. Start shipping AI systems that actually work.

Most developers can call an API and write a prompt. Few can build AI systems that consistently deliver production-quality results in enterprise environments. This all-day workshop teaches both.


Morning: Engineer prompts that work
Learn structural patterns and constraint systems that eliminate garbage outputs. No more prompt lottery.


Afternoon: Build production infrastructure
Use gateway architecture (PortKey) to handle multi-LLM failover, A/B testing, governance, and guardrails — the critical production concerns tutorials skip.




Walk away with:

  • A systematic framework for reliable prompts
  • A production-ready AI gateway
  • Architecture patterns that pass compliance reviews

Perfect for:
Backend developers, solutions architects, and technical leads shipping AI products in enterprise environments.




Bring:
A laptop with a ChatGPT API or Claude console account. We focus on engineering that makes AI work when it matters.

Original price: $1,595.00 New price: $1,395.00

BUILDING (ACTUALLY USEFUL) AI SOLUTIONS

AI is a new tool that we need in our tool belt as developers. Chat bots make it into the news a lot, but AI has applications far beyond just that in real software solutions. We'll learn about a few different kinds of AI, including LLMs, and go over some practical applications of AI in software before moving on to building.


In this workshop, we will create our own AI solutions to address workflows where traditional software development strategies wouldn't cut it. By the end of the day you will have built working software solutions that use AI to solve real types of business problems, and you'll leave with new ideas for the types of problems you can solve in the future.


We'll cover topics like agentic AI, vectorization, structured input and responses, RAG, as well as looking at vulnerabilities and pitfalls to be aware of when building AI solutions.


This is an in-depth workshop that covers full-stack development, including topics like databases, caching, and APIs in addition to front-end development with Vue.

Original price: $1,595.00 New price: $1,395.00

NUXT FUNDAMENTALS/NUXT 4 WORKSHOP

Nuxt is an intuitive and flexible framework built on Vue that lets you create powerful, production-ready web applications with ease. It streamlines everything from routing to rendering strategies, and gives you out-of-the-box solutions for SEO, data fetching, error handling, and deployment. All while staying developer-friendly.

But with so many features, it can be tough to know where to start or how to use Nuxt to its fullest potential.

In this workshop, you’ll go from zero to confidently building full-stack applications with Nuxt. You’ll start with the fundamentals—how Nuxt bootstraps projects and handles different rendering modes like SSR, SSG, and SPA. Then you’ll dive into file-based routing, dynamic pages, and how layouts and components work together to shape your application’s structure.

You'll also get hands-on experience with data fetching patterns (useFetch, useAsyncData, server routes), graceful error handling, and optimizing for SEO. You’ll configure runtime options, manage static and dynamic assets, and walk through deploying your app to production.



By the end of the workshop, you’ll have both the practical experience and architectural understanding to build real-world applications with Nuxt 4

Topics

  • Nuxt’s core features and file-based conventions
  • Rendering strategies (SSR, SSG, SPA) and when to use them
  • Pages, layouts, and components in a Nuxt application
  • Data fetching on server and client with composables
  • Error boundaries and 404 pages
  • Improving SEO with meta tags and structured data
  • Nuxt config: runtime options, aliases, and environments
  • Handling static assets and public files
  • Deployment strategies and platform options
Who is this for

This workshop is ideal for developers who are already comfortable with Vue and want to build full-featured, production-ready applications using Nuxt.

Original price: $1,595.00 New price: $1,395.00

PROVEN PATTERNS FOR BUILDING PRODUCTION-GRADE VUE APPS

Your team is shipping code faster than ever. Copilot suggests a pattern. Cursor scaffolds a component.
The code appears quickly, but what makes it good hasn’t changed.


In this workshop, you’ll learn proven patterns for building production Vue applications while gaining a clear understanding of why these patterns exist. Equipped with this perspective, you’ll feel more confident choosing what’s best for your application—whether you’re writing the code yourself or collaborating with a AI coding agent. You'll learn about:


  • Modern, proven patterns for building production-ready Vue applications
  • Strategies for working effectively with AI coding assistants while maintaining architectural consistency
  • Leveraging the Composition API for scalable, maintainable code
  • Best practices for organizing and testing your application
  • Enhancing productivity with workflows that automate repetitive tasks while encouraging best practices and consistent standards across the team


Tools change and evolve. The principles that make applications maintainable don’t.

Original price: $1,595.00 New price: $1,395.00