The editor that
writes with you
Arshas pairs a blazing-fast native editor with an autonomous agent that understands your entire codebase — predicting your next edit, refactoring across files, and shipping features while you stay in flow.
Free 14-day Pro trial · No credit card required
1import { NextResponse } from "next/server"2import { stripe } from "@/lib/stripe"+import { z } from "zod"+import { rateLimit } from "@/lib/rate-limit"5+const Body = z.object({+items: z.array(z.any()).min(1),+})910export async function POST(req: Request) {+const { ok } = await rateLimit(req)+if (!ok) return NextResponse.json({ error: "Slow down" }, { status: 429 })13const json = await req.json()+const { items } = Body.parse(json)1516const session = await stripe.checkout.sessions.create({17line_items: items, mode: "payment",18})19return NextResponse.json({ url: session.url })20}
Trusted by engineers at
Rich AI, everywhere you code
Intelligence built into every keystroke
Every surface of the editor is agentic — from a single tab-complete to shipping a whole feature across your repo.
Next-edit prediction
Arshas watches your intent and predicts the next change across the file — tab through multi-line edits before you even type them.
Autonomous agent
Describe a task and the agent plans, edits multiple files, runs the terminal, and verifies its own work end to end.
Codebase awareness
Semantic indexing means every answer and edit is grounded in your actual repo — not a generic guess.
Inline chat & ⌘K
Ask questions or request edits right where your cursor sits. Reference files, symbols, and docs with @-mentions.
Multi-file refactors
Rename, restructure, and migrate patterns across hundreds of files in a single reviewable diff.
Meet the agent
A teammate that ships, not just suggests
Hand off a task and watch Arshas take it from prompt to working code — planning, editing, and testing across your whole project autonomously.
- Reads your codebase with semantic search
- Follows your lint rules and conventions
- Asks before running destructive commands
- Streams every action so nothing is a surprise
Plans the work
The agent breaks your request into concrete steps and shows the plan before touching a line.
Edits across files
It navigates your repo, writes code, and keeps every change in one reviewable diff.
Runs & verifies
Tests, linters, and the dev server run automatically — the agent fixes what it breaks.
Pricing
Start free. Scale when you ship.
Simple plans for individuals and teams. Cancel anytime.
Hobby
Everything you need to try Arshas on personal projects.
- Native editor for all platforms
- 2,000 completions / month
- 50 agent requests / month
- Codebase chat & inline edits
- Community support
Pro
For professional developers who live in the editor.
- Unlimited completions
- 500 fast agent requests / month
- Frontier models (Sonnet, GPT, Gemini)
- Multi-file refactors & PRs
- Background agents
- Priority support
Business
Security, controls, and billing for growing teams.
- Everything in Pro
- Centralized team billing
- Org-wide privacy mode
- SAML / SSO & SCIM
- Admin dashboard & usage analytics
- Zero data retention