Notifications

No notifications yet

Sign in

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.

Developed by YavqoAvailable at meteor.yavqo.comProduct development ongoing
TypeScript
12345678910111213141516171819202122
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 generated
Sunlight-4 TurboAgent: ActiveMode: SupervisedWorkspace: Repository
FullRepository Contextfiles, types, and tests
Multi-fileChange Planningreview before execution
HumanSupervisionapproval stays with you
OpenDevelopment Flowworks with existing tools
Capabilities

Everything 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.

How It Works

From Idea to Production in Minutes

A seamless four-step workflow that turns natural language into deployed, tested code.

01

Describe Your Intent

Speak naturally. "Add dark mode to the settings page" or "Migrate from REST to GraphQL." Meteor understands context.

02

Agent Plans the Work

Sunlight analyzes your codebase, identifies affected files, and presents a detailed execution plan for your review.

03

Execute with Supervision

Approve or refine the plan. The agent makes precise, surgical edits across your project with full traceability.

04

Validate & Ship

Auto-generated tests run instantly. Linting, type-checking, and security scans pass. Deploy with absolute confidence.

AI Engine

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.

Repository-aware assistance
Multi-file planning workflows
Human review before execution
Testing and validation support
Privacy-conscious workspace design
Deployment options based on plan

Ready to Code at the Speed of Thought?

Explore Meteor and evaluate how its supervised development workflow fits your projects.