-
-
Notifications
You must be signed in to change notification settings - Fork 9
Quick Start
Haveapp1 edited this page Aug 22, 2025
·
1 revision
Build your first project with Agentwise in under 10 minutes!
A complete task management application with:
- React frontend with Tailwind CSS
- Node.js/Express backend
- PostgreSQL database
- User authentication
- Real-time updates
- Deployment ready
# Navigate to Agentwise directory
cd agentwise
# Start the system
npm run agentwise
Use the /create
command to initiate your project:
/create "task management app with React frontend, Node.js backend, PostgreSQL database, user authentication, and real-time updates"
Agentwise will:
- Analyze Requirements - Understand your project needs
- Select Agents - Choose appropriate specialists
- Generate Specification - Create detailed project plan
- Launch Agents - Start parallel development
- Build Project - Create all components simultaneously
You'll see multiple agents working in parallel:
π Launching agents...
β
Frontend Specialist: Creating React components
β
Backend Specialist: Building API endpoints
β
Database Specialist: Setting up PostgreSQL schema
β
DevOps Specialist: Configuring deployment
β
Testing Specialist: Writing test suites
Monitor progress in the dashboard:
# Open monitoring dashboard
npm run monitor
# Navigate to http://localhost:3000
Your project will be created in workspace/task-management-app/
:
task-management-app/
βββ frontend/
β βββ src/
β β βββ components/
β β βββ pages/
β β βββ hooks/
β β βββ services/
β βββ package.json
β βββ tailwind.config.js
βββ backend/
β βββ src/
β β βββ routes/
β β βββ controllers/
β β βββ models/
β β βββ middleware/
β βββ package.json
β βββ server.js
βββ database/
β βββ migrations/
β βββ seeds/
β βββ schema.sql
βββ docker-compose.yml
βββ README.md
βββ .env.example
# Navigate to project
cd workspace/task-management-app
# Install dependencies
npm run install:all
# Start all services
npm run dev
- Frontend: http://localhost:3000
- Backend API: http://localhost:5000
- Database: localhost:5432
Use the /task
command to add features:
/task "add drag and drop functionality to reorder tasks"
Agentwise will:
- Understand the current codebase
- Implement the feature across all layers
- Update tests
- Maintain consistency
# Import existing project
/init-import /path/to/your/project
# Add features to imported project
/task "add payment integration with Stripe"
# Generate specialized agent
/generate-agent "aws-deployment-specialist"
# List all projects
/projects
# Select active project
Select project #3
# Continue work on project
/task "improve performance"
/create "e-commerce platform with product catalog, shopping cart, payment processing, admin dashboard, and order tracking"
Result: Full e-commerce site in ~10 minutes
/create "social media app with user profiles, posts, comments, likes, real-time chat, and notifications"
Result: Complete social platform in ~12 minutes
/create "SaaS analytics dashboard with data visualization, user management, billing, and API access"
Result: Enterprise dashboard in ~8 minutes
Be specific about what you want:
- β "create a website"
- β "create a portfolio website with project gallery, contact form, and blog"
Start simple, then add features:
/create "basic blog"
/task "add comment system"
/task "add search functionality"
/task "add RSS feed"
Keep the dashboard open to track:
- Agent progress
- Token usage
- Error detection
- Performance metrics
Agentwise has 61+ integrations:
# Use Figma designs
/figma import-design https://figma.com/file/xxx
# Connect to databases
/task "integrate with existing PostgreSQL database"
# Check agent status
npm run status
# Restart agents
npm run restart
# Enable aggressive optimization
echo "TOKEN_OPTIMIZATION_LEVEL=maximum" >> .env
npm run restart
# Run validation
npm run validate
# Auto-fix issues
npm run fix
- Start Small: Begin with core features, add complexity later
- Trust the Agents: Let them work without interruption
- Review Output: Check generated code meets your standards
- Use Templates: Save successful patterns for reuse
- Monitor Tokens: Watch usage to optimize costs
- Learn Commands: See Commands Reference
- Create Custom Agents: Read Creating Custom Agents
- Optimize Performance: Check Performance Tuning
- Deploy Projects: Follow Deployment Guide
- Documentation: https://agentwise-docs.vercel.app
- Discord: @vibecodingwithphil
- GitHub Issues: https://github.com/VibeCodingWithPhil/agentwise/issues
π Congratulations! You've built your first project with Agentwise. The future of development is here!
Support
- Discord: @vibecodingwithphil
- GitHub: @VibeCodingWithPhil