wasp-lang
Official@wasp-lang
Batteries included full-stack framework for React, Node.js and Prisma.
Agent Skills by wasp-lang
Showing 6 vetted skills indexed across 1 GitHub repositories.
plugin-help
Detect Wasp plugin initialization status and guide setup via /wasp:init.
add-feature
Configure Wasp built-in features one at a time with guided prompts.
wasp-plugin-help
Diagnose Wasp plugin initialization status and display available commands.
configure-wasp
Configure Wasp framework authentication, databases, and UI frameworks interactively.
deploying-app
Deploy Wasp apps to Railway or Fly.io using the Wasp CLI.
start-dev-server
Start the Wasp dev server with logs and browser console visibility.
Frequently Asked Questions About wasp-lang
FAQPage SchemaWhat specific web development tasks does Wasp enable?▼
Wasp enables rapid full-stack development by providing a unified framework for React, Node.js, and Prisma. It simplifies complex tasks like setting up authentication, configuring database connections, and managing project-wide feature additions through an interactive, prompt-based interface.
Which technical personas benefit most from this framework?▼
Full-stack developers and software engineers building web applications benefit most from this framework. It is designed for those who want to reduce boilerplate code when integrating frontend React components with backend Node.js services and Prisma database layers.
What are the prerequisites for running a Wasp project?▼
To run a project, you must have the Wasp environment installed on your local machine. The framework requires a configured Node.js environment and relies on Prisma for database interactions. Deployment requires active accounts on supported cloud providers like Railway or Fly.io.