Codeply CLI reads your project, writes the code, and checks its own work. No copy pasting between a chat window and your editor. No browser tab. Just your terminal.
>irm https://codeply.online/install.ps1 | iex
One line. Then run codeply login and you're working.
codeply
An agent that reads your code, edits it, and checks its work.
interactive shell · v0.1.1
Ask for a change, a fix, or an explanation… (/ for commands)
Build· reads, edits and verifies files
tab mode ctrl+j newline / commands esc interrupt enter to send
• Press tab to cycle Build → Plan → Ask without leaving the composer
codeply · auth.py fix
you
The Download button in the navbar jumps height about a second after page load due to font loading. Fix it.
codeply
I will start by examining index.html to see how the fonts are loaded and how the button is styled.
→readindex.html · 3172 lines
The button uses display: inline-block with no fixed height, so it resizes when the custom font swaps in. I will set an explicit height so it holds steady.
→editindex.html · −12 +17
Done. The button now keeps a fixed height and line height, so it no longer shifts once the fonts finish loading.
It reads your whole project
Not just the file you're looking at. It scans your codebase so it understands how everything fits together before it touches anything.
It writes real changes
It edits existing files and creates new ones when needed. No pasting a huge block of code and hoping it lands in the right spot.
It searches like a developer would
Need to find every place a function is used, or trace where a bug comes from? It searches your project the same way you would, just faster.
It runs your commands
Tests, builds, installs, whatever your project needs. It runs them right in your shell and reads the output.
It checks its own work
Before it hands control back to you, it looks over what it changed. Fewer surprises, fewer broken builds.
No API key needed
Sign in once with your Codeply account. The AI engine is already built in, so there's nothing to configure.
How it works
1
Install with one line
Run the install command above in PowerShell, or the curl command in your Mac or Linux terminal. It only takes a few seconds.
2
Sign in
Run codeply login. Same account as the desktop app, so there's nothing new to set up.
3
Tell it what you need
Open your project folder and describe the change in plain language. Codeply reads the code, makes the edit, and shows you what changed.