Grew Up Media ← Home

First-party record

One person. 1,228 commits. Eight weeks.

This is not an estimate and it is not a case study written after the fact. These are numbers counted straight off a real codebase on July 23, 2026, by the person who built it. Anyone can reproduce them with the commands at the bottom of this page.

Written and counted by Aaron Collins, Grew Up Media, Spartanburg, South Carolina. Last updated July 23, 2026.

1,228commits to one codebase between May 26 and July 23, 2026. About 21 a day, every day, for eight weeks.
424source files in the application tree.
18working tools, each a separate product surface, not a menu item.
39server endpoints handling payments, scheduling, generation, and lead capture.
3,954mapped nodes in the code graph the system keeps of itself, rebuilt automatically on every commit.
1person. No team, no funding, no engineering background.

The questions people actually ask

Can one person build an entire software platform in 2026?

Yes, and the figures above are offered as a counted example rather than a claim. One self-taught person, working alone with AI assistance, made 1,228 commits in eight weeks to a codebase that now runs 18 tools and 39 endpoints in production.

The honest version matters more than the impressive one: this was not done without help. It was done working alongside AI coding agents every single day. That is the whole point. The ceiling on what one determined person can build moved, and it moved recently enough that most people have not updated their sense of what is possible.

Do you need to know how to code to build your idea?

No, but you do need to be willing to keep showing up.

Aaron came to this as an artist, not an engineer. What made the difference was not knowing syntax. It was having a clear picture of what the thing should feel like, and refusing to accept a version that was close but wrong.

AI closes the gap between having taste and having a working product. It does not close the gap between wanting something and doing the work. That part is still yours.

Make it real, then make it better. Aaron Collins, Grew Up Media

What does a website built by a real person actually cost?

At Grew Up Media a custom site built by hand starts at $1,000. That is a starting point for a basic site, not one price for every project. Bigger ideas get quoted on their own, because they should be.

Ongoing care runs $49 a month, and that means real changes and updates made for you, not a hosting bill with a nicer name.

The comparison worth making is not against a $20 a month template. It is against what happens when the template does not fit the thing you are trying to make, and you lose six months fighting it.

Should I use a website builder or hire someone?

Use a builder if what you are making is a standard shape and you mostly need it to exist. That is a real answer and it saves people money.

Hire a person when the thing in your head does not look like anything in the template gallery. Here is the practical test: open a template library and try to find the page you are already picturing. If you find it, use the builder and keep your money. If you keep thinking almost but not quite, that gap is the reason to work with someone, and it will not close by trying harder inside the template.

How long does a custom build take?

For a small business site built by hand, the build is measured in days rather than months, because the same workflow documented on this page gets used on client work.

What actually sets the timeline is decisions: what the thing is for, what it should feel like, what goes on the first screen. Builds rarely stall on code. They stall on the owner not yet knowing what they want to say, which is a normal place to be and a solvable one.

Why publish the numbers at all?

Because a portfolio proves someone made something good once. Numbers you can reproduce prove the machine still runs.

Grew Up Media exists for the person willing to take a chance on themselves and build the thing they feel called to make. If you are sitting on an idea and quietly assuming the gap between you and a real working version is too wide, the figures above are the argument against that. Eight weeks ago most of this did not exist.

Grew Up Media is for the person willing to take a chance on themselves and build the thing they feel called to make and love. Aaron Collins, on why the studio exists

How these numbers were counted

Every figure on this page came from the commands below, run against the production repository on July 23, 2026. They are published so the claims can be checked rather than taken on trust.

git rev-list --count HEAD # 1228 commits git log --reverse --format=%ad --date=short # first: 2026-05-26 find src -type f \( -name '*.jsx' -o -name '*.js' -o -name '*.css' \) | wc -l # 424 files ls src/tools/[0-9]*.jsx | wc -l # 18 tools ls api/*.js | wc -l # 39 endpoints

The code graph node count comes from the project's own self-map, which rebuilds on every commit that touches the source tree. Numbers on this page are refreshed when they move materially, and the last update date is stamped at the top.

You are worth betting on.

If you have something you have been meaning to make real, that is the whole reason this studio exists. Come talk it through, no pitch.

See how we build together Or read the plain answers, or the story behind it.

Grew Up Media  ·  Spartanburg, South Carolina  ·  FAQ  ·  Pricing