add-feature
add-feature
Add Wasp's batteries-included features to your app. Each invocation focuses on one feature at a time.
Before Starting
- Verify user is in the app directory (check for wasp config file:
main.waspormain.wasp.ts)
Available Wasp Features
Present these features to the user and let them choose ONE to configure:
| Feature | Description |
|---|---|
| App Branding | Set your app's name, description, and meta tags |
| Authentication | Add login methods (Email, Google, GitHub, etc.) |
| Email Provider | Configure email sending (SendGrid, Mailgun, etc.) |
| Database | Set up your database (PostgreSQL, SQLite, etc.) |
| Styling (CSS, UI) | Add Tailwind CSS or ShadCN UI (on top of Tailwind CSS) |
More from wasp-lang/wasp-agent-plugins
wasp-plugin-init
Adds Wasp knowledge, LLM-friendly documentation fetching instructions, and best practices to your project's CLAUDE.md or AGENTS.md file
97expert-advice
Get advice on app improvements and functionality from a Wasp expert. Takes optional arguments for more specific requests e.g. `/expert-advice how can I improve account management?`.
95wasp-plugin-help
Shows the Wasp plugin's available features, commands, and skills.
93start-dev-server
Start the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so the agent can see client-side errors. Essential for any development or debugging work.
91deploying-app
deploy the Wasp app to Railway or Fly.io using Wasp CLI.
76