Founder+ CLI & Funnel Toolkit
Bangun, jual, dan kelola produk digital dari terminal — plus toolkit funnel (checkout, countdown) buat halaman jualanmu.
1. Install Founder+ CLI
Satu perintah (macOS / Linux):
curl -fsSL https://academy.founderplus.id/install.sh | sh
Windows (PowerShell):
irm https://academy.founderplus.id/install.ps1 | iex
Lalu login (token dari creator/tokens):
fp login
fp whoami
2. Agent-skills siap pakai
Skill = pengetahuan buat AI agent (Claude Code, Cursor) ngerjain tugas bisnis. Browse + install:
fp skills list
fp skills search marketing
fp skills install mulai-jualan # ke ~/.claude/skills
fp skills update # refresh yang berubah
Contoh skill: mulai-jualan, hitung-harga, strategi-marketing, validasi-ide, founderplus-operator.
3. Panduan bisnis
Panduan fitur + tutorial step-by-step Creator Studio:
fp guidance # overview fitur + tutorial
fp guidance tutorials # daftar tutorial
fp guidance open buat-kupon # buka tutorial di browser
Plus artikel bisnis buat riset:
fp articles search "funnel"
fp catalog # semua yang Founder+ sediakan
4. Scaffold app (auth + checkout, no payment code)
fp new --list
fp new my-app --template fp-fullstack # TanStack / Astro / Next / Hono / static / AI Studio
Semua template ke-wire ke login Founder+ + checkout. Pembayaran di sisi Founder+ — kamu gak nulis kode bayar.
5. Funnel toolkit (script ini)
Tempel di akhir <body> halaman jualan mana pun:
<script src="https://cdn.founderplus.id/funnel-tracker.js" defer></script>
Tombol checkout (Founder+ yang proses bayar):
<button data-product-slug="ebook-saya" data-product-type="customProduct">Beli</button>
Countdown urgency:
<div data-countdown-evergreen="60"></div> <!-- per-visitor 60 menit -->
<div data-countdown="2026-06-01T23:59"></div>
Detail atribut: founderplus-templates.