Skip to content

Step 1: Mindset & Portal Setup

Welcome to the Carikerja Launchpad. Our core mission is to make you unbankruptable — equipping you with the marketing, scoping, and tech execution skills to build value, find clients, and generate revenue independently without relying on corporate employment.


  • Understand the “Unbankruptable Mindset” (selling solutions, not raw labor).
  • Plug into the community repositories and chat networks.
  • Fork and clone the Launchpad portal repository to your local machine.

As a launcher, you are no longer a “job candidate” writing code templates. You are a technical service provider. Clients do not care about your coding syntax; they care about business results (e.g. automating client bookings, increasing leads, launching digital products). You will learn to frame your technical skills as high-value business assets.

Star our open-source tools and follow the crew to stay aligned with the ecosystem:

You will submit your launcher profile to the portal database using GitHub PRs.

  1. Go to the Carikerja Launchpad GitHub Repo and click Fork (keep the name carikerja-launchpad).
  2. Open your terminal and clone your fork locally using SSH:
    Terminal window
    # Replace YOUR_USERNAME with your GitHub username
    git clone git@github.com:YOUR_USERNAME/carikerja-launchpad.git
    cd carikerja-launchpad
  3. Create a topic branch for your onboarding challenge:
    Terminal window
    git checkout -b feature/launcher-onboarding