Developer platform docs
How Africoders Developers works — and how we’ll grow it.
Apps catalog
Every product lives in config/developers.php. Add a slug, status, and route — it appears in the hub, My Apps, and context nav automatically. That’s the expandable surface (same idea as Meta App Dashboard / LinkedIn Developer products).
Live today
- Founder Studio — hire Africoders to ship an MVP (venture service, not a DIY tool)
- Workbench — client-side utilities (privacy-first)
- Screen — device & browser diagnostics
- Monitor — HTTP uptime checks + history
- DNS Inspector — A/MX/TXT lookups
- SSL Check — certificate issuer & expiry
- Header Inspector — response headers for a URL
- Redirect Tracer — follow hop chains
- Cron Lab — explain crontab expressions
- Observe — error ingest URL + grouped issues
- Mail — domain DNS wizard, mailboxes & aliases
- API credentials — Sanctum personal access tokens
Observe ingest
POST /api/v1/observe/ingest/{public_key} with JSON body {"message":"…","level":"error","culprit":"file.js"}. No cookie auth — the public key is the credential.
Mail control plane
Add a domain, publish the verification TXT, click Verify, then SPF/DKIM/DMARC/MX. Mailboxes and aliases are stored for the upcoming delivery edge.
Credentials
Create tokens under API keys. Use them against /api/v1/* with Authorization: Bearer ….