A Field Guide for Builders

Build Your Own Custom Tools.

A practical, interactive guide for talent, organizational development, and leadership professionals ready to stop waiting for someone else to build the tools they need.

From  Jamie O'Brien
Format  Interactive — skim in 10 minutes, explore for an hour
Audience  TD, OD, Talent leaders · coaches · consultants
01 · The Premise

Most leaders use the tools they're given.
More are starting to build the ones they wished existed.

The gap between those two groups used to require a software engineering team, a six-figure budget, and a year of waiting. It doesn't anymore.

This is an interactive guide to closing that gap — for the people in our profession who want better tools and refuse to wait. Things that look clickable are. The diagrams react to your cursor.

01b · What This Isn't

A few things worth setting straight before we go further.

Not
A sales pitch for Claude (or anything else).
Not
A step-by-step build tutorial.
Not
An argument that everyone should build their own tools.
It is
The field guide I wish someone had handed me when I was figuring this out — for the people in our profession who want better tools and refuse to wait.
02 · Why This Matters Now

Three reasons custom beats off-the-shelf.

Fit

Off-the-shelf tools force your work into someone else's mental model. Custom tools reflect how you actually think about your craft — your frameworks, your language, your client journey.

Speed

What used to take a vendor six months can take you a weekend. When the gap between idea and working tool collapses, you experiment more, learn faster, and build a body of work no one else can replicate.

Differentiation

Your clients can buy access to the same off-the-shelf platforms anywhere. They cannot buy the tools you built around your own intellectual property. That's what you actually own.

02b · Two Ways to Get a Tool

The old path. The new one.

A side-by-side — the same need, two completely different routes.

The Old Way

Vendor or engineering team

These steps aren't wrong — just slow.

1Write a requirements document
2Vet vendors or hire engineers
3Get budget approved
4Wait for a sprint cycle
5Review what they built
6Negotiate changes
7Ship something close-ish
Time3 – 12 months
Cost$20K – $250K+
IterationQuarterly
The New Way

You + an AI partner

1Describe the problem in plain English
2Hand it to Claude in Cowork mode
3Iterate until it works
4Push to Netlify
5Share the link
Time2 hours – 2 days
Cost~$20 / month
IterationSame day
03 · A Short Story

I built my own coaching portal this way — every assessment, every dashboard, the whole thing.

Forty-plus assessments. Coach and client dashboards. Sponsor views. Goal trackers. Living leadership documents. Session scheduling across time zones. Email notifications. PDF report generation. Encrypted database backups every 48 hours.

No development team. No platform license. No outsourced agency. Just the three layers you'll read about next — and the discipline to define each problem clearly before solving it.

— the same approach I'm sharing with you now.

03 · The Stack

Everything you build sits on three layers.

Strip away the jargon and every web-based tool — from a Fortune 500 product to a coaching portal you build this weekend — is the same three things working together. The diagram is interactive, and each layer opens its detail below.

Layer One The Brain Your AI building partner Claude Desktop + Cowork Recommended Layer Two The Storefront Where your tool lives online Netlify Recommended Layer Three The Memory Where your data is stored Supabase Recommended

The Brain

You don't have to learn programming. What helps is a building partner who already knows how — one that translates plain-English ideas into a working tool. That's what a frontier AI like Claude does.

The reason the desktop app matters: it unlocks Cowork mode. Cowork lets the AI read your files, write to your folders, and operate as a true collaborator on your computer. The browser can talk; Cowork can do.

Recommended Claude Desktop + Cowork Mode
  • Does for you: writes the code, designs the interface, debugs problems, explains every choice.
  • You give it: a clear description of the problem and the people you're solving it for.
  • Cost: a paid Claude subscription. Less than a few coffees a month.
  • Why not just ChatGPT: you can use either, but Cowork is the only mainstream AI feature today that gives the model direct, persistent access to your files.
AI
A short example exchange
You
Claude
You
Claude

The Storefront

A web hosting service is the company that takes the files your AI partner built and makes them visible to the world at a real internet address. Without it, your tool only runs on your own laptop.

Netlify is the recommended pick because it does three things exceptionally well: it's free to start, it connects directly to GitHub (so every time you push an update, your live site refreshes within seconds), and it never asks you to touch a server.

Recommended Netlify
  • Does for you: turns your code into a live website with HTTPS, a custom domain, and automatic deploys on save.
  • You give it: a connection to a code repository and a domain name (optional — Netlify gives you one free).
  • Cost: $0 for most personal and small-team uses. Paid plans start around $19/user/month.
  • If your org has IT: see the appendix for enterprise-equivalent hosting options.

The Memory

A database is what makes a tool feel personal. It's the layer that remembers who logged in, what they answered last week, what they uploaded, and what they're working on next. Without it, your tool is a brochure. With it, your tool is a relationship.

Supabase is the recommended pick because it bundles five things most modern tools need — a database, user logins, file storage, real-time updates, and serverless functions — into one free-to-start service.

Recommended Supabase
  • Does for you: stores user accounts, application data, uploaded files, and runs small bits of backend logic on demand.
  • You give it: a definition of what you want to remember (your AI partner writes this for you).
  • Cost: $0 for the free tier, which is enough to run a real production tool. Paid plans start around $25/month.
  • How data is kept secure: modern managed databases like Supabase include Row-Level Security (per-row access policies enforced by the database itself), encryption at rest and in transit, MFA, automated backups, and SOC 2 / ISO 27001 certifications. The same primitives enterprise apps rely on.
  • If your org has IT: they almost certainly have a database team. Loop them in early.
03b · Tool Anatomy

A real tool, pulled apart.

If you've ever wondered how the three layers actually connect when someone uses your tool, this is the picture. Hover or click any part to see what's happening inside.

A leader, in their browser LAYER 2 · STOREFRONT The page they see Netlify submits renders LAYER 3 · MEMORY Where the answer is stored Supabase LAYER 1 · BRAIN Claude (builds it, not at runtime) SAME DATA Sponsor view (different page, same DB) All three layers are independent — you can swap any one of them without rebuilding the others. That's the whole point of building this way.
Hover any part of the diagram to see what's happening inside it.
04 · The Flow

How an idea becomes a working tool.

From the moment you notice a problem to the moment your tool is in someone's hands.

Notice a problem Something you do manually each week Define it sharply Who, what, why, "good enough" Brief the AI Plain-English spec to Claude Iterate to live Test, refine, deploy to Netlify Use it Real tool, real URL, real people
05 · What Could You Build

Build something small. Or something big.

A long list — by design. Tools other coaches, consultants, talent, and OD practitioners have built (or could realistically build) with this stack. Filter by what fits your work. Click any card for what's actually in it and how long the first version takes.

Universal Pattern

You don't always have to build a permanent tool to get the value.

For any of the ideas below, you can also dump the underlying data — an assessment export, a survey CSV, session notes, a spreadsheet, a year of calendar history — into your AI partner and ask it to produce dashboards, trend reports, executive summaries, or visualizations on demand. Most permanent tools start as a one-off data dump before anyone commits to building them.

Coaching"Here are six months of session reflections. What patterns are emerging? Build me a one-page synthesis."
Talent"Here's our 9-box calibration spreadsheet. Generate the executive summary for next week's leadership meeting."
Leadership"Here are this leader's assessment results across five instruments. Give me the synthesis narrative and top three development priorities."
Team"Here's a year of team pulse data. Build me a trend dashboard with the biggest dips highlighted."
Survey & Data"Here's the engagement survey CSV. Build the analysis dashboard with drivers, themes, and one-page exec summary."
Career"Here are 10 years of role transitions and learnings. Surface the patterns and the next likely moves."
Decisions"Here are my last 20 decisions and their outcomes. Build me a quality scorecard with what I should do differently."
A few hours to several days — positions reflect actual first-build time. Click any point for detail.
2–3 hours
1–2 days
3–4 days
5–7 days
Coaching Journal
Weekly Reflection
Energy Audit
Goal Tracker
Decision Journal
OKR Check-in
Critical Conversations
Team Pulse
360 Feedback
Coaching Impact
Coach's Library
Role Op Model
Engagement Snapshot
Engagement Survey Dashboard
Identity & Vision
Onboarding Tracker
Milestones Library
Calibration Grid
Succession Coverage
Succession Org Chart
Career Transition
Coaching Engagement Hub
Not sure where to start?  Answer a couple of questions and I'll narrow the list for you.
All 70 ideas shown
Coaching

Internal Coaching Engagement Hub

Coach roster, per-client engagement page, prep notes, shared resources, action items.

Open detail →
Coaching

Coaching Impact Dashboard

ROI of a coaching engagement — capability growth, goal achievement, behavior change — in one view.

Open detail →
Coaching

Coaching Journal

A private space for the leader to capture daily reflections and observations between sessions.

Open detail →
Coaching

Weekly Reflection

A 5-question Friday debrief: what worked, what didn't, one experiment for next week.

Open detail →
Coaching

Session Reflections

Capture every coaching session — topics, insights, decisions, action items — searchable across the engagement.

Open detail →
Coaching

Session Prep Workbook

Pre-session prompts that surface what's most pressing for the leader before they walk in.

Open detail →
Coaching

Coach's Library

Curated articles, frameworks, and tools your coach has shared with you — organized, searchable.

Open detail →
Coaching

Energy Audit

A weekly check-in on what's giving energy and what's draining it — across work and life.

Open detail →
Coaching

Identity & Vision Statement Builder

A workbench for leaders to articulate who they are, what they stand for, and where they're heading.

Open detail →
Coaching

Role & Team Operating Model Canvas

For leaders newly in role: priorities, stakeholders, team norms, first-90-day moves — one canvas.

Open detail →
Coaching

Critical Conversations Planner

Plan a hard conversation before you have it. Who, what outcome, opening line, expected responses, fallback.

Open detail →
Coaching

Decision Journal

A running log of significant decisions — what was decided, why, what assumptions, what was at stake.

Open detail →
Coaching

Reflection Prompts Library

A coach-curated library of reflection prompts the client can be assigned weekly. Tagged, leveled, mixable.

Open detail →
Coaching

Program Milestones Library

Build the arc of a coaching program once, then reuse it. Phase, week, milestone, success criteria.

Open detail →
Coaching

Sponsor Visibility Portal

A page the leader shares with their HR or executive sponsor — progress and themes without exposing private content.

Open detail →
Coaching

Program Pacing Tracker

A simple visualization of where you are in a 12-, 26-, or 52-week program — ahead, on-pace, or behind.

Open detail →
Talent

Talent Calibration Grid

Drag-and-drop calibration — 9-box, 4-box, or your own framework. Captures rationale per placement.

Open detail →
Talent

Succession Coverage Report

Every key position, every Ready-Now / Ready-Future successor, gaps surfaced in red.

Open detail →
Talent

Bench Depth Tracker

Per-role analytics — depth, readiness balance, coverage breadth, concentration risk.

Open detail →
Talent

Succession Planning Org Chart

An org chart used as a succession-planning surface — color-coded by readiness.

Open detail →
Talent

Leadership Success Profile

Define what success looks like for a role across three domains: Behaviors, Acumen, Drivers.

Open detail →
Talent

Manager Onboarding Tracker

30/60/90-day milestones with manager + buddy views, automatic check-in reminders.

Open detail →
Talent

Promotion Readiness Assessment

A structured readiness review against the next level's success profile. Replaces opinion with evidence.

Open detail →
Leadership

Leadership Cohort Progress

Shared dashboard for a development cohort — who's done what, what's coming up, peer-visible commitments.

Open detail →
Leadership

Leadership Engagement Snapshot

A live snapshot of where the leader is in their development — strengths, growth areas, milestones.

Open detail →
Leadership

Custom Capability Composite Index

Define your own model: which capabilities count, how they're weighted. A single number that moves over time.

Open detail →
Leadership

Executive Presence Self-Assessment

Self + 360 view across appearance, communication, decision-making, gravitas. Comparable cycle-over-cycle.

Open detail →
Leadership

Custom Burnout Risk Diagnostic

Quarterly check using the Maslach framework or your own. A risk signal before it becomes attrition.

Open detail →
Leadership

Custom Cognition Inventory

A custom assessment of how a leader thinks — adaptive learning, judgment, bias awareness, decision learning.

Open detail →
Leadership

Influence & Stakeholder Map

Map each stakeholder on a 2×2 of influence × support, surface the dark-spot relationships.

Open detail →
Leadership

Cultural Intelligence Assessment

CQ Drive, Knowledge, Strategy, Action. For leaders working across cultures or generations.

Open detail →
Team

Team Pulse + Manager View

Weekly two-question check-ins. Manager dashboard surfaces trends, alerts when dips persist.

Open detail →
Team

Team Effectiveness Diagnostic

Productive conflict, commitment, accountability, results — plus conflict-mode reads on every member.

Open detail →
Team

Group Coaching Engagement Hub

Cohort-based coaching with shared session schedule, group resources, per-member progress views.

Open detail →
Survey

Engagement Survey Analysis Dashboard

Built for a real client — not theoretical. Turn a long survey into themes, drivers, action plans.

Open detail →
Survey

360° Feedback Intake & Synthesis

A portal where reviewers submit structured qualitative feedback. The synthesis is yours.

Open detail →
Survey

Skills Self-Assessment Library

Your own catalog of skill assessments — rated, tracked, retaken — without a vendor in the middle.

Open detail →
Decisions

Decision Quality Tracker

Log decisions, rate process / velocity / reversibility, revisit outcomes at 30/60/90 days.

Open detail →
Decisions

OKR Quarterly Check-in

Objectives with weekly confidence ratings. Surfaces momentum loss before the quarter ends.

Open detail →
Decisions

Conflict Mode Inventory

TKI-style five-mode assessment. Surfaces default patterns under stress and what each pattern costs.

Open detail →
Career

Career Drivers Assessment

What drives this leader — anchored career conversations in motivation, not just role.

Open detail →
Career

Career Transition Workbook

Values audit, network map, story refinement, search plan, weekly check-ins for leaders in transition.

Open detail →
Career

Goal Tracker

Personal and professional goals with progress, blockers, weekly check-ins. The accountability partner between sessions.

Open detail →
Coaching

Assessment Synthesis & Commentary Library

Rating-scale assessments paired with a curated library of commentary that surfaces automatically based on scores. The interpretation layer most vendor reports keep proprietary.

Open detail →
Coaching

Leadership Development Plan Builder

A structured IDP workbench — goals, milestones, resources, accountability checks. Exportable, sharable, updated over the engagement.

Open detail →
Survey

Executive Summary Dashboard

Aggregates everything you're gathering — assessment results, themes, goal progress, milestones — into a one-page executive view. For the leader, the sponsor, or your own talent pipeline.

Open detail →
Coaching

Coaching Curriculum Designer

Build a complete program design once: sessions, prework, between-session work, milestones, success criteria. Then clone and tailor for each engagement.

Open detail →
Coaching

Action Items Tracker

Every action item from every session, status-tracked, owned, dated. Surfaces what's stuck. The accountability layer between sessions.

Open detail →
Coaching

Strengths-Based Development Plan

CliftonStrengths or your own framework. Per-leader strengths profile, development paths anchored in strength activation rather than gap-closing.

Open detail →
Survey

Cross-Tool Insights Hub

Pulls signals across multiple assessments to detect themes — e.g., low energy + high burnout risk + dipping confidence = a pattern. Auto-generates a narrative for the coach.

Open detail →
Team

Team Chartering Tool

Define team purpose, norms, decision rights, success metrics. One canvas, signed by every team member, revisited quarterly.

Open detail →
Leadership

Personal Operating System Canvas

How does this leader actually operate? Daily/weekly rhythms, decision criteria, calendar templates, energy patterns. Self-defined and updated each quarter.

Open detail →
Leadership

Manager-as-Coach Skill Assessment

For managers learning to coach their teams. Skills audit + practice prompts + feedback log + monthly progress tracking.

Open detail →
Decisions

Pre-Mortem Decision Tool

Before a big decision: imagine it failed twelve months from now. What went wrong? Surfaces blind spots the post-mortem never catches in time.

Open detail →
Career

Internal Mobility Match

Match a leader's career drivers + readiness + interests against open roles inside the org. The career conversation, with better data.

Open detail →
Decisions

Coaching ROI Business Case

Structure the business case for hiring, expanding, or defending coaching investment. Costs in, expected impact, comparable benchmarks, narrative export.

Open detail →
Leadership

Behavior Change Tracker

Pick one to three behaviors to work on, rate weekly, see trend lines over months. Add manager or peer feedback overlay. Surface stagnation before the leader gives up.

Open detail →
Survey

Auto-Generated Assessment Narrative

Combines rating-scale scores with your curated commentary library to generate a narrative report automatically. Coach-editable before sharing. The interpretation layer most vendor reports keep proprietary.

Open detail →
Survey

Multi-Assessment Comparison View

See results across many assessments in one view. Color-coded strengths vs gaps, comparable scaling, theme detection across instruments — the meta-view of all the data you're gathering.

Open detail →
Coaching

Coaching Roster Heat Map

For coaches with many clients: a roster × dimensions matrix, color-coded by attention level. Spot which client needs which conversation at a glance.

Open detail →
Coaching

Reflective Voice Notes

Audio capture with AI transcription and theme tagging. Quick voice memos between sessions become searchable, themed, summarized. Lower friction than journaling for many leaders.

Open detail →
Coaching

Quarterly Reflection Workbook

Bigger than a weekly debrief. A structured deep review every 90 days: looking back, looking forward, key learnings, themes to deepen, commitments for the next quarter.

Open detail →
Leadership

Stakeholder Engagement Quality Scorecard

Per-stakeholder relationship quality rating, frequency of contact, quality of conversations, open action items. Surfaces which relationships need investment this quarter.

Open detail →
Leadership

Time-Use Audit

Where does your time actually go vs. where you intended? Calendar audit, time-category buckets, gap analysis, re-allocation recommendations. The hidden coaching topic for nearly every senior leader.

Open detail →
Coaching

Sponsor Pulse

Three-question quarterly check-in from the sponsor: Is coaching working? What changed? What still needs attention? Replaces the awkward end-of-engagement debrief with quarterly signal.

Open detail →
Leadership

Conflict Pattern Tracker

Log conflicts as they happen — source, your default response, outcome — and surface patterns over time. Pairs naturally with the Conflict Mode Inventory but lives across months.

Open detail →
Coaching

First-90-Days Operating Plan

For leaders entering any new role — not just managers. Priorities, stakeholder map, listening tour notes, first wins, what success looks like at day 90 and day 365.

Open detail →
Career

Career Inflection Point Diary

Capture pivotal moments as they happen — date, situation, decision, outcome, learning. Years later, the patterns explain the career.

Open detail →
Decisions

One-Pager Builder

Distill any decision, status, or proposal into a polished one-page executive summary. Multiple templates, structured inputs, PDF export. The version of yourself that always shows up prepared.

Open detail →
Leadership

Emotional Intelligence Tracker

Self-awareness, self-management, social awareness, relationship management — with development paths per dimension and periodic re-rating. A long-game capability that's slow to build and easy to ignore.

Open detail →
07 · Key Questions

The five questions worth answering first.

These come up in every build, one way or another. Answering them up front is usually the difference between a tool that ships and one that quietly dies in a folder. Click each to expand.

What is the actual problem — and who specifically has it?

+
Not "managers struggle with feedback." Be specific: "first-time managers at my company can't structure a development conversation with a direct report once their formal review is over." Name the person. If you can't, you don't yet know enough to build.

What does "good enough" look like for version one?

+
If you can't describe v1 in a single sentence ("a single page where a manager picks a direction and gets three coaching questions"), the scope is still too big. Cut until the sentence fits. Polish is for version two.

What data does it touch — and who else needs to know?

+
Personal answers? Performance ratings? Compensation? Health information? If your tool will hold anything sensitive, IT and legal need a seat at the table before you write a line of code. A weekend project that touches employee data isn't a weekend project.

Who owns this tool after launch?

+
Tools rot. APIs change, browsers update, libraries deprecate. If no one is named to keep it alive for the next year, you're building a product with a shelf life of six months. Decide ownership before you decide features.

What will you stop doing manually once this works?

+
The ROI question. If the answer is "nothing — it'll just be nice to have," reconsider. The best first projects replace something you currently do every week by hand. That's where the time savings — and the gratitude — come from.
07b · When Not To Build

Three signs the idea isn't worth chasing yet.

As important as knowing when to start: knowing when to leave an idea alone. The opposite of the five questions.

01

You can't picture who's using it.

If you can't name a specific person and the moment they'd reach for this tool, the use case isn't clear yet. Sit with it a little longer.

02

The data it would need doesn't exist or isn't accessible.

A leadership index without leadership data is a screen with nothing behind it. Either gather the data first, or design something that creates the data as a byproduct of use.

03

You're building it to avoid a harder conversation.

Tools can absorb work. They can't replace a conversation that needs to happen. If the real problem is interpersonal, the tool will eventually be in the way.

08 · The Real Cost

A monthly cost you can hold in your head.

Toggle the options on each layer; the total updates as you go. These are real public prices, not estimates.

AI Partner
$20
Hosting
$0
Database
$0
Domain
$0
Monthly cost to run $20 /month
09 · What This Takes

You need less than you think.
You also need more than you think.

The honest accounting — and what the marketing for these tools will conveniently forget to mention.

What you do need

What you don't need

10 · Two Paths

Independent, or inside an organization.

The recommended stack works in both contexts. The difference isn't whether you can handle sensitive data — you can in both cases — it's who shares the accountability with you, and how fast you can move.

Both paths can handle employee or customer data securely. The choice is about context, accountability, and speed — not capability.
Your tool ideaWhat is your context? Are you buildingfor your own practice,or inside an organization? Independent In-house Path A · IndependentYou own the stack and the security Path B · In-OrganizationIT & security partner with you
Path A

The Independent Builder

For coaches, consultants, and independent practitioners building tools for their own work, their clients, or their intellectual property.

Who you are: You run your own practice (solo or small team). You own the relationship with your clients. You decide what your tools do, what data they hold, and what you charge.

How data and security work: You handle security the same way every modern SaaS company does — Row-Level Security (RLS) for per-row access policies, encryption at rest (AES-256) and in transit (TLS), multi-factor authentication, automated daily backups, GDPR-compliant data agreements with your clients. Supabase has all of this built in and is SOC 2 Type 2 and ISO 27001 certified; HIPAA available as a paid add-on. Your tools can absolutely hold sensitive client information, including employee data your client orgs share with you. The accountability for configuring it correctly sits squarely with you.

The trade-off: Maximum speed, full ownership, no internal politics. You ship the same day you decide. You also carry every decision yourself — legal, security, uptime, support. No one else to escalate to.

Monthly cost: roughly $20–$45 once you outgrow free tiers. Same as a couple of streaming services.

Path B

Building Inside an Organization

For internal talent, OD, HR, and L&D leaders building tools that will live inside a company with established IT, security, and compliance functions.

Who you are: You work inside an organization that has IT infrastructure, a security team, a procurement process, and likely a CISO or compliance lead. Even small tools you build will eventually touch corporate data, run on corporate networks, or interact with corporate identity systems.

How data and security work: Same fundamentals as Path A — Row-Level Security, encryption at rest and in transit, MFA, audit logs — but you inherit your organization's existing infrastructure choices, certifications, and review processes. Your IT or platform team likely already has standards for hosting and databases (often equivalents of Netlify and Supabase running internally, or vendor-approved versions with HIPAA / SOC 2 already in place). Security review happens before launch, not after.

The trade-off: The move is slower because the review surface is bigger — same fundamentals, more eyes. Much lower personal risk: the organization owns the consequences when something goes wrong. And once approved, it scales across many users much more easily.

Monthly cost: usually rolled into existing enterprise contracts. You may not see a separate bill.

11 · Start Here

If it helps, here's how most people start.

Three moves that consistently lead to a first working tool. None of them takes more than an evening. The compounding effect is the point.

Get Claude Desktop running with Cowork mode.

It's the setup that unlocks file and folder access for the AI. Most builders find this is the only piece of "setup" they need before starting.

Notice a small annoyance from this past month.

Not your biggest idea — the smallest one. Something you do by hand every week that a tool could absorb in a couple of minutes.

Describe it in plain language and let Claude build a rough version.

Iterate for a few hours. End the evening with something that works badly. That's the win. Polish comes after that.

11c · Try It Right Now

Sketch your first build in two minutes.

Three short questions. The page generates a clean brief you can paste straight into Claude. Nothing leaves your browser; nothing is sent anywhere.

Fill in the three fields, click Generate the brief, and a Claude-ready brief appears here.

Tip: the more specific you are about who feels the pain and what "good enough" looks like, the better the first draft Claude will produce.

11b · The Compounding Effect

What changes over time.

The first day or two is the gateway. What actually compounds is what you do after.

First 2–3 Hours
A small annoying task gets absorbed. You realize: I made a tool.
First 1–2 Days
A real, working tool exists. It looks rough. You use it anyway.
First Month
Three tools live. You start noticing what they should do better — and fixing it the same week.
First Quarter
You have a small collection. People around you ask what you built.
First Year
By now you're working in ways a vendor couldn't sell anyone else. The toolkit and the practice have become inseparable.
12 · Honest Moment

What the cheerleading leaves out.

There will be moments — sometimes early on, sometimes after days of progress — when nothing works the way you want, the AI hands you something useless, and you'll wonder if you've wasted your time. It might happen more than once. Every builder hits that wall. The ones who keep going discover that the wall is actually the doorway. The tools waiting on the other side are the ones no off-the-shelf vendor can sell you, because they live in your head.

"The tools you build for your own work are the ones that change the work."
14 · Why I'm Sharing This

A note from me to you.

There's no product behind this guide. No course. No upsell. I built a field guide I wish someone had handed me when I started figuring this out — and I'm putting it in the hands of the people in my professional community for free.

If it sharpens a decision, sparks a build, or saves you a few weeks of figuring it out the hard way, that's the whole point.

If you build something — anything — I'd love to hear about it. No pitch. Genuinely curious what we collectively figure out from here.

— Jamie

Appendix

Tools, Alternatives & Plain English.

A1  ·  Web Hosting Alternatives

Where your tool lives online.

At-a-glance comparison

Each hosting option scored 1–5 across five dimensions. Click an option to highlight; the higher the polygon area, the stronger the all-round fit.

Cost Ease Power Security Support
ServiceBest ForFree TierNotes
Vercel Free · Pro $20/mo + usage · Enterprise custom Modern JavaScript frameworks (especially Next.js) Yes — Hobby plan Pro plan includes $20 of usage credit. Excellent if your tools use Next.js or React frameworks.
Cloudflare Pages Free · bundled with Workers Paid at $5/mo High-traffic public sites; global delivery performance Yes — very generous Fastest global network. Bundled with Cloudflare Workers. Slightly more developer-oriented setup than Netlify.
GitHub Pages Free for public sites · private needs GitHub Pro at $4/mo Simple static sites, documentation, portfolios Yes Tied to a GitHub repo. No built-in database connectivity. Best for purely static brochure sites or docs.
Your IT team Internal cost Internal company tools, regulated data, enterprise compliance n/a If your company has an IT or platform team, this is almost always the right answer for anything beyond personal projects. They likely already run an equivalent of Netlify internally.

A2  ·  Database Alternatives

Where your tool remembers everything.

At-a-glance comparison

Each database option scored 1–5 across five dimensions. Click an option to highlight.

Cost Ease Power Security Support
A note on data security & compliance

The reason these services are credible for serious work isn't that they're cheap — it's that they're built to enterprise security standards. Modern managed databases include:

  • Row-Level Security (RLS) — per-row access policies enforced by the database itself. A leader can only see their own assessment results because the database refuses to return anyone else's rows. Not a bolt-on; built in.
  • Encryption at rest (typically AES-256) and in transit (TLS 1.2+) by default on every connection.
  • Authentication & access controls — MFA, SSO, role-based access, optional IP allow-lists, audit logs.
  • Backups & recovery — daily automated backups with retention windows; optional Point-in-Time Recovery.
  • Compliance certifications — the major managed databases below carry SOC 2 Type 2 and ISO 27001; most offer HIPAA readiness on higher tiers; all are GDPR-compliant.

In other words: you can absolutely hold sensitive employee or client data on these platforms when configured correctly. The security primitives are the same ones large enterprises rely on.

ServiceBest ForFree TierNotes
Firebase Free Spark plan · Blaze pay-as-you-go Mobile-first apps, real-time features (chat, presence, sync) Yes — Spark plan Owned by Google. NoSQL document model. Set budget alerts on Blaze plan to control costs.

Security: Firestore Security Rules for per-document access; encryption at rest and in transit; Google Cloud Identity Platform for auth.

Compliance: SOC 1/2/3, ISO 27001/27017/27018, HIPAA (BAA available), GDPR-compliant via Google Cloud's compliance program.
Neon Free · Launch $19/mo · Scale $69/mo Pure PostgreSQL with serverless scaling Yes — generous free tier PostgreSQL-only (no built-in auth, storage, or functions like Supabase). Bring your own auth.

Security: Native Postgres Row-Level Security; encryption at rest (AES-256) and in transit (TLS 1.2+); IP allow-lists; database branching for safe testing.

Compliance: SOC 2 Type 2; ISO 27001; HIPAA (Business plan); GDPR-compliant.
Airtable Free · Team $20/seat/mo · Business $45/seat/mo Spreadsheet-style data, no-code interfaces Yes — limited Feels like a spreadsheet, behaves like a database. Easier for non-technical teams. Per-seat pricing can get expensive fast.

Security: Field-level and view-level permissions; encryption at rest and in transit; SSO/SAML (Business+); audit logs (Enterprise).

Compliance: SOC 2 Type 2; ISO 27001; HIPAA (Enterprise only); GDPR-compliant.
PlanetScale Postgres single-node from $5/mo · Metal from $50/mo Higher-traffic production workloads, MySQL-compatible (Vitess) or Postgres No (free Hobby tier was discontinued in April 2024) Pay-as-you-go based on instance size + storage + egress. More setup than Supabase.

Security: Native Postgres/MySQL access controls; encryption at rest and in transit; IP allow-lists; deploy-request workflow for schema changes; database branching.

Compliance: SOC 2 Type 2; HIPAA-ready (Enterprise); PCI DSS certified service provider (Enterprise); GDPR-compliant.
Your IT team's database Internal cost Internal tools, employee or customer data, enterprise compliance n/a Most organizations already run PostgreSQL, Oracle, or SQL Server with established compliance posture.

Security & compliance: inherits your organization's full security program — SSO, audit logs, retention policies, encryption standards, certifications already in place. Loop in IT/security before building anything that touches sensitive employee or customer data.

A3  ·  AI Building Partner Alternatives

The brain that helps you design, write, and refine. Listed in order of relevance for building tools — not as a popularity ranking.

At-a-glance comparison

Each AI building partner scored 1–5 across five dimensions. Click an option to highlight.

Cost Capability File access Ease for non-coders Ecosystem
ServiceBest ForCostNotes
ChatGPT Free · Plus $20/mo · Pro $200/mo · Business $25-30/seat/mo · Enterprise custom Quick code snippets, debugging, general-purpose assistance Subscription Excellent general assistant. Less native local-file integration than Cowork. Pro plan (introduced Dec 2024) unlocks the most capable models with extended thinking. Comparable to Claude for code generation; weaker for sustained build workflows that need persistent file access.
Cursor Free Hobby · Pro $20/mo · Business $40/seat/mo People already comfortable in a code editor Subscription An AI-native code editor (forked from VS Code). Combines Claude, GPT, and other models behind one interface. Excellent if you're willing to live inside an engineering environment.
GitHub Copilot Free (limited) · Pro $10/mo · Business $19/seat/mo · Enterprise $39/seat/mo Programmers who want autocomplete inside their editor Subscription An accelerator for people who already code, not a primary building partner. Tight integration with GitHub repositories. Best paired with another tool that handles design and architecture.
Google Gemini (Code Assist) Free for individuals · Standard $19/seat/mo · Enterprise $54/seat/mo (via Google Cloud) Teams already in Google Workspace / Google Cloud Subscription Tight integration with Google Cloud services. Comparable to Copilot in capability. Best if your organization is Google-Cloud-committed. Less battle-tested than Claude or ChatGPT for sustained build workflows outside that ecosystem.
Replit AI (Agent & Assistant) Free Starter · Core $20/mo · Teams $40/seat/mo Building, editing, and hosting in one browser-based environment Subscription Different model from the others: Replit is a web IDE that bundles AI, code editing, and hosting in one place. Replit Agent can build complete apps from a prompt. Useful for prototyping but locked into Replit's infrastructure for hosting.
v0 (Vercel) / Bolt.new / Lovable Free tiers · ~$20–$50/mo for paid plans Rapid-prototyping web UIs with AI Subscription A newer category: AI app builders that generate complete web UIs (and sometimes full-stack apps) from natural-language prompts. Faster than coding but more constrained in what they can produce. Best for landing pages, mockups, and simple internal tools.
Perplexity Free · Pro $20/mo · Enterprise custom Research, citation-tracked answers, real-time information Subscription Different category — included here for completeness. Perplexity is research-focused, not a build partner. Excellent for gathering source-cited information before you write a spec; not a substitute for Claude / ChatGPT / Cursor when you need to actually build a tool with code.

A4  ·  Questions People Tend To Ask

The ones I get asked most, answered honestly.
What if I get stuck?

Almost always, you're stuck because the brief is fuzzy — not because the AI can't do it. Step away from the screen, write the problem in plain English on a piece of paper, then come back. If you genuinely can't unstick, the Claude community on Discord and the Cowork user forums are surprisingly helpful, and so are the people building publicly on LinkedIn.

What's the real time commitment?

My honest read: 20–40 hours for your first real tool, less for each one after that. The first build is the steepest learning curve. By the third tool you'll be in flow.

What if I don't have a budget yet?

The free tiers of Netlify and Supabase can run real production tools. The only paid piece you can't skip is the Claude subscription (~$20/month). Personal expense for many builders; well below a vendor SaaS line item.

Can I use this for client work?

Yes — and many of us do. Two things to think through: (1) data and confidentiality agreements with your clients (make sure they're clear on what data lives where, who has access, and how long it's retained); (2) intellectual property — the tools you build around your own frameworks are yours, but be careful about tools that bake in a client's IP or sensitive data.

What about IP and confidentiality when AI sees my data?

This deserves its own honest answer. On paid Claude plans, your conversations are not used to train future models by default. Same for ChatGPT Pro/Business plans. Read the terms carefully — they're updated periodically. For client work involving sensitive data, your client agreements should explicitly cover AI involvement; many enterprise clients have specific policies you'll need to honor.

What if I'm not technical at all?

That's the audience this guide was written for. You don't write code. You describe what you want. The AI handles the technical work, you handle the thinking. The skill you need is clarity, not engineering.

How do I know if my idea is good enough to build?

Run it through the five questions (section 07) and the three "don't build" signs (section 07b). If it survives both, it's good enough.

What happens if Claude changes pricing?

Honest answer: it might, and so might Netlify and Supabase. The stack is resilient to any one of them changing — you could move hosting in an afternoon, the database in a weekend. Your designs and your data are yours; they don't live inside the AI.

How do I keep tools alive over time?

Two answers. First, most tools need very little maintenance — the libraries and platforms below are stable. Second, when you do need to update something, the same AI partner that built it will help you maintain it. The hard part is remembering what you built and why; a short README inside each project goes a long way.