Landing page
Build a landing page for a developer tool with hero, features grid, and pricing table. Push the plan to Weave so I can review the copy and layout.
CLI tool
Prototype a CLI that scaffolds new projects from templates. Push the design and command structure to Weave before coding.
Dashboard
Build a metrics dashboard with charts for revenue, users, and retention. Push your plan to Weave — I want to pick the chart library.
Next.js SaaS starter
Scaffold a Next.js SaaS starter with auth, database, and Stripe. Push the project structure to Weave so I can review before you generate files.
API with OpenAPI
Scaffold a REST API with Express, Zod validation, and auto-generated OpenAPI docs. Push the architecture plan to Weave.
Monorepo setup
One agent scaffolds the Turborepo config and shared packages, another sets up the Next.js app and API. Push both plans to Weave so I can review the workspace structure.
Conversion drop
Our checkout conversion dropped 15% after last deploy. Investigate the checkout flow, find the regression, and push your analysis to Weave.
Best with an existing codebase
Performance spike
API response times spiked to 3s on the /dashboard endpoint. Profile the queries and push your findings to Weave.
Best with an existing codebase
Intermittent 403s
Users are getting intermittent 403 errors on file downloads. Debug the auth flow and push a fix plan to Weave.
Best with an existing codebase
Data layer extraction
Extract all direct database calls into a repository pattern. Push the refactor plan to Weave — I want to review the new interfaces.
Best with an existing codebase
Module splitting
Split our 2000-line utils.ts into focused modules. Push the plan showing the new file structure to Weave.
Best with an existing codebase
Zod migration
Migrate all Joi validation schemas to Zod with TypeScript inference. Push the migration plan to Weave for review.
Best with an existing codebase
Landing page
Build a landing page for a developer tool with hero, features grid, and pricing table. Push the plan to Weave so I can review the copy and layout.
CLI tool
Prototype a CLI that scaffolds new projects from templates. Push the design and command structure to Weave before coding.
Dashboard
Build a metrics dashboard with charts for revenue, users, and retention. Push your plan to Weave — I want to pick the chart library.
Next.js SaaS starter
Scaffold a Next.js SaaS starter with auth, database, and Stripe. Push the project structure to Weave so I can review before you generate files.
API with OpenAPI
Scaffold a REST API with Express, Zod validation, and auto-generated OpenAPI docs. Push the architecture plan to Weave.
Monorepo setup
One agent scaffolds the Turborepo config and shared packages, another sets up the Next.js app and API. Push both plans to Weave so I can review the workspace structure.
Conversion drop
Our checkout conversion dropped 15% after last deploy. Investigate the checkout flow, find the regression, and push your analysis to Weave.
Best with an existing codebase
Performance spike
API response times spiked to 3s on the /dashboard endpoint. Profile the queries and push your findings to Weave.
Best with an existing codebase
Intermittent 403s
Users are getting intermittent 403 errors on file downloads. Debug the auth flow and push a fix plan to Weave.
Best with an existing codebase
Data layer extraction
Extract all direct database calls into a repository pattern. Push the refactor plan to Weave — I want to review the new interfaces.
Best with an existing codebase
Module splitting
Split our 2000-line utils.ts into focused modules. Push the plan showing the new file structure to Weave.
Best with an existing codebase
Zod migration
Migrate all Joi validation schemas to Zod with TypeScript inference. Push the migration plan to Weave for review.
Best with an existing codebase