The IDE That Codes With You
Meteor is an agentic coding environment powered by Sunlight Models. It doesn't just autocomplete — it understands your entire codebase, plans multi-file changes, writes tests, and ships production-ready code autonomously.
import { SunlightAgent } from '@yavqo/meteor';
const agent = new SunlightAgent({
model: 'sunlight-4-turbo',
context: 'full-repository',
autonomy: 'supervised',
});
// Agent understands your entire codebase
const result = await agent.execute({
task: 'Refactor auth module to use OAuth 2.1',
scope: ['src/auth/**', 'src/middleware/**'],
constraints: {
preserveTests: true,
maxFilesChanged: 12,
},
});
console.log(result.summary);
// ✓ Refactored 8 files, added 3 new files
// ✓ All 47 existing tests passing
// ✓ 12 new tests generatedEverything You Need to Ship Faster
Meteor combines the precision of a world-class IDE with the intelligence of an autonomous coding agent.
Full Codebase Awareness
Sunlight indexes your entire repository — every file, type, dependency, and test — giving the agent deep contextual understanding for precise edits.
Autonomous Multi-File Edits
Describe what you want in natural language. The agent plans, executes, and verifies changes across your entire project — not just a single file.
Self-Healing Test Suite
Meteor auto-generates, runs, and fixes tests after every agent action. Ship with confidence knowing nothing silently breaks.
Security-Conscious Workflows
Meteor is designed around isolated workspaces, supervised changes, and deployment choices that help teams keep control of their code.
Responsive Assistance
Interactive feedback keeps planning, editing, and review inside one focused development workflow.
Milestone Planning
Break down epics into granular tasks. The agent executes them sequentially, reports progress, and adapts when plans change.
From Idea to Production in Minutes
A seamless four-step workflow that turns natural language into deployed, tested code.
Describe Your Intent
Speak naturally. "Add dark mode to the settings page" or "Migrate from REST to GraphQL." Meteor understands context.
Agent Plans the Work
Sunlight analyzes your codebase, identifies affected files, and presents a detailed execution plan for your review.
Execute with Supervision
Approve or refine the plan. The agent makes precise, surgical edits across your project with full traceability.
Validate & Ship
Auto-generated tests run instantly. Linting, type-checking, and security scans pass. Deploy with absolute confidence.
Powered by Sunlight Models
Sunlight is Yavqo's AI product family for code-aware assistance. In Meteor, it supports repository context, supervised multi-file work, review, and testing workflows while keeping the developer in control.