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.
Enterprise-Grade Security
Zero data retention. Runs in isolated sandboxes. SOC 2 Type II compliant. Your code never leaves your infrastructure.
Blazing Fast Inference
Powered by Sunlight-4 Turbo with sub-200ms response latency. No waiting. The agent responds as fast as you can think.
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 proprietary family of foundation models, purpose-built for code intelligence. With 128k context windows, Sunlight-4 Turbo understands entire repositories — not just snippets. It reasons about architecture, predicts side effects, and generates production-grade code with enterprise security built in from the ground up.