JSPM

create-mastra

1.0.0-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3109
  • Score
    100M100P100Q138101F
  • License Apache-2.0

Create Mastra apps with one command

Package Exports

  • create-mastra
  • create-mastra/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-mastra) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-mastra

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

It includes everything you need to go from early prototypes to production-ready applications. Mastra integrates with frontend and backend frameworks like React, Next.js, and Node, or you can deploy it anywhere as a standalone server. It's the easiest way to build, tune, and scale reliable AI products.

create-mastra is the recommended way to get started with Mastra. This CLI tool enables you to quickly start building a new Mastra application, with everything set up for you.

Usage

[!IMPORTANT] Make sure that you have Node.js 20 or later installed on your system.

Using npm:

npx create-mastra@latest

Using yarn:

yarn dlx create-mastra@latest

Using pnpm:

pnpm create mastra

Learn more about create-mastra in the CLI reference documentation.