Step 1 of 3 33%
60-Second ROI Test
One real task. Measurable result. You decide if it's worth it.
1.
Open your terminal in any project folder and start Claude Code:
Terminal
$ cd ~/your-project && claude
2.
At the claude> prompt, paste this:
Terminal
claude> Summarize this codebase: what does it do, what's the tech stack, and what are the main entry points?
3.
Watch it work. You'll get something like:
Terminal
Project Summary
This is a React + TypeScript e-commerce app using Next.js 14.
Stack: React 18, TypeScript 5.3, Tailwind CSS, Prisma ORM, PostgreSQL
Entry points:
src/app/layout.tsx — root layout
src/app/page.tsx — home page
src/app/api/ — 12 API routes
prisma/schema.prisma — data model (8 tables)
Analyzed 147 files in 28 seconds.
That's a full codebase summary in under a minute. Hit Next to see how that compares to doing it manually.