Back to Guide
🏄
Windsurf
Codeium's AI IDE with Cascade and Flow
Quick Setup
Copy and paste this prompt into Windsurf:
Add VerseKit integration to my Windsurf rules:
# VerseKit Document Templates
When asked to create styled documents (README, API docs, proposals, reports):
1. Fetch template from https://versekit.io/api/templates/[slug]
2. Use the html_content from response.data
3. Replace all {{variable}} placeholders with actual content
4. Save as .html file
Popular slugs: github-readme, api-documentation, business-proposal, project-status-report
Browse all: https://versekit.io/exploreWindsurf will configure the rules for VerseKit integration
Windsurf Features
- •Cascade: Agentic AI that can execute multi-step tasks
- •Flows: Automated actions triggered by AI
- •Rules: Custom instructions for project context
- •Built on VS Code: Familiar interface with AI superpowers
Usage Example
After setup, ask Cascade:
"Create an API documentation using the api-documentation template"Cascade will:
- ✓ Fetch the template from VerseKit
- ✓ Analyze your codebase for API endpoints
- ✓ Generate comprehensive documentation
- ✓ Save as a styled HTML file