💡 Example: Full-Stack Next.js Project with VERSA #3
alpha912
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
💡 Example: Full-Stack Next.js Project with VERSA
I wanted to share my
.ai/folder setup for a full-stack Next.js project. It's been working great with Cursor and I thought others might find it useful!📁 Project Structure
⚙️ Configuration Highlights
1. Context File (
context.json){ "format": "versa", "version": "1.0", "project": { "name": "My SaaS App", "type": "web-application", "stack": ["Next.js 15", "TypeScript", "Tailwind", "Prisma", "PostgreSQL"] }, "rules": { "attach": ["style.md", "testing.md", "architecture.md"], "scope": "all" }, "prompts": { "attach": ["code-review.json", "test-generator.json"] }, "agents": { "default": "frontend-expert" } }2. Style Rules (
rules/style.md)3. Specialized Agents
I created two specialized agents - one for frontend work and one for backend:
Frontend Expert focuses on:
Backend Expert focuses on:
🎯 Results
💬 What I Learned
context.jsonwithscope: allFeel free to ask questions! Happy to share more details about any part of the setup.
Tools used: Cursor
Stack: Next.js 15, TypeScript, Tailwind, Prisma
VERSA Version: 1.0
Beta Was this translation helpful? Give feedback.
All reactions