A coding agent from $5/month that lives in your terminal

Pier reads your repository, plans across files, runs commands, and ships. Built for long coding sessions, without burning through expensive AI subscriptions.

$curl -fsSL https://dl.piercode.com/stable/install.sh | sh

1.3k devs and engineers ship with Pier daily

Pier - web

pier v1.4.0

sarvam/sarvam-105B · medium /model

~/Projects/alphabench/web

The pricing page flashes the wrong plan on first paint. Fix it

The plan is set in a useEffect, so SSR paints 'Free' then snaps… (ctrl+t to expand)

It's seeded on the client. I'll hydrate from the server so the first paint is right.

Edited app/pricing/plan-toggle.tsx (+1 -1)

14- const [plan, setPlan] = useState("free")
14+ const [plan, setPlan] = useState(initialPlan)

Ran npm run test -- plan-toggle

✓ resolves the plan on first paint

Tests: 1 passed

Fixed. No more flash. Want a snapshot test to lock it in?

Ask Pier anything… (/ for commands)

sarvam/sarvam-105B (shift+tab to cycle) · / for commands15.1k tokens91%

To continue this conversation: pier resume b38b84db-9999-9999-9999-75b1fbf4a4f0

One agent, every stack. Works with the languages and tools you already use

Designed for breadth and depth

It holds your whole codebase at once: comprehensive enough to span every file and dependency, disciplined enough to stay in your control.

01

Project memory

Reads your CLAUDE.md, AGENTS.md, and project conventions, then actually follows them. Not just context, obedience to your rules.

02

Plan mode

Investigates, designs, and presents a plan before touching a file. Read-only research first, then execution with your approval.

03

Subagents

Delegates research and scoped work to specialized sub-sessions. An orchestrator, not a single prompt loop.

04

Skills and hard rules

Project-defined skills, hard constraints, and agent instructions that Pier actually enforces across every file it touches.

05

Every model, every plan

Pick any model from Sarvam, DeepSeek, GLM, Kimi, Qwen, Codestral, and more on any plan, billed at the provider's API cost from your credits.

06

Bring your own key, use Pier free

Prefer to run direct? Bring a Sarvam AI or OpenRouter key and Pier calls the provider for you. All you need is a free Pier account, no subscription.

07

Open source

Pier is open source. Read the code, file issues, and send pull requests on GitHub. Nothing about how the agent works is a black box.

Explore Pier

Built in Bharat, for the World

Pier means all: wholeness, everything, everyone, everywhere.

Begin here

A gateway between people and intelligence. Join the early-access list and be first to ship with Pier.

$curl -fsSL https://dl.piercode.com/stable/install.sh | sh

1.3k devs and engineers ship with Pier daily