An open API service indexing awesome lists of open source software.

https://github.com/Strift/nuxt-mastra-starter-kit

An example Nuxt 4 app using Mastra AI agent framework
https://github.com/Strift/nuxt-mastra-starter-kit

agent ai llm mastra nuxt

Last synced: about 2 months ago
JSON representation

An example Nuxt 4 app using Mastra AI agent framework

Awesome Lists containing this project

README

          

# Nuxt 4 + Mastra Starter Kit

This project uses Nuxt 4 and the Mastra.ai agent framework.

## Stack

- [Nuxt](https://nuxt.com) - Front-end, API functions
- [Mastra](https://mastra.ai/) - AI agent

## Getting started

Install dependencies:

```sh
pnpm install
```

Run in development:

```sh
pnpm dev
```

Deploy to [Vercel](https://vercel.com/) using the default Nuxt configuration.

## Contributing

Contributions welcome!