Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Client Acquisition Systems Manual

A free, text-first technical reference for freelancers and small service businesses that want to build a simple client acquisition system without paid ads.

This project treats client acquisition as an operational system rather than a collection of disconnected marketing tactics.

No videos. No motivational content. No email signup required. No complicated funnel architecture.

The manual focuses on components, decision rules, implementation steps, and common failure modes.

System architecture

flowchart LR
    A[Traffic Sources] --> B[Service Landing Page]
    B --> C[Contact or Opt-In Trigger]
    C --> D[Follow-Up Sequence]
    D --> E[Automation]
Loading

Manual contents

1. Service landing page

2. Contact or opt-in trigger

3. Follow-up sequence

4. Automation

5. Traffic routing

Core principles

  • Use one clear landing page instead of sending prospects through multiple disconnected paths.
  • Give every visitor one obvious next action.
  • Choose the contact trigger based on the prospect's level of intent.
  • Use a short, consistent follow-up sequence.
  • Automate repetitive steps only after the manual process is clear.
  • Keep the system simple enough to maintain without a dedicated marketing team.

Scope

This manual is designed for:

  • freelancers
  • consultants
  • agencies
  • independent service providers
  • small service businesses

It is not intended to document paid advertising, large sales teams, complex enterprise CRM systems, or content-heavy personal brands.

Project status

Version: 1.0 Status: Work in progress Last reviewed: June 2026

The current version documents the basic system architecture and its core components. Additional decision guides, implementation notes, and failure modes may be added over time.

Transparency

This manual is free to read and does not require an email signup.

Some implementation examples may contain affiliate links. These links do not change the price for the reader.

The underlying architecture and decision rules are intended to remain tool-agnostic. Specific tools are presented only as implementation examples.

Feedback

Errors, unclear explanations, and suggestions can be submitted through GitHub Issues.

About

A text-first technical reference for building a simple client acquisition system without paid ads.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors