Sync your project context to the cloud so AI agents always know your stack, conventions, and current work.
Synxto analyzes your project, detects your tech stack, and keeps a structured context file in sync — so tools like GitHub Copilot always generate code that fits your project.
Getting Started
1. Quick Setup
Open the Command Palette (Ctrl+Shift+P) and run Synxto: Quick Setup.
Synxto will auto-detect your stack from package.json and create a .synxto.json config file.
2. Sync to Cloud
Run Synxto: Sync to Cloud and paste your API key from synxto.com/dashboard/keys.
Synxto will write the context to .github/copilot-instructions.md and sync it to the cloud.
3. Use @synxto in Chat
Open GitHub Copilot Chat and type @synxto to generate code adapted to your exact stack.
Features
Auto-detection — Reads your package.json, schema.prisma, and project structure to detect your stack automatically.
@synxto chat participant — Generate CRUD pages, forms, tables, and API routes adapted to your project without burning tokens.
Status bar indicator — Shows sync status at a glance. Click to sync instantly.
Auto-sync — Watches package.json, schema.prisma, and .synxto.json for changes and syncs automatically.
Scaffold Project — Detects missing dependencies and installs them via an integrated terminal.
Compile Context — Builds a full context snapshot of your project.