Built in Ghana

Code with AI. Pay in cedis.

Scycraft gives students, developers, and teams real AI coding help — in your browser or right inside your editor. Top up with Mobile Money. No card, no monthly lock-in.

Free daily messages to start · Pay only for what you use

Balance GH₵10.00
You
Fix the failing test in auth_service.py
AI
Found it — the token check ran before the user was loaded. Here's the fix:
  def verify(user_id, token):
-     if not valid(token): return False
-     user = load(user_id)
+     user = load(user_id)
+     if not user: return False
+     if not valid(token, user): return False
      return True
Top up the way you already pay
MTN MoMo Telecel Cash AirtelTigo Money Visa & Mastercard
One account, two ways to use it

In your browser, or in your editor

Chat for quick help and learning. Bring your own coding agent when you're deep in a project. Both draw from the same balance.

Web chat

Ask anything, anywhere

Log in and start chatting — explanations, debugging, snippets, whole functions. Nothing to install, and it works on your phone. This is where most people start.

In your editor

Bring your own coding agent

Point Cline, Aider, or Qwen Code at Scycraft with your key and keep coding in VS Code or the terminal. Multi-file edits and run-test-fix loops — your code stays on your machine.

# point your agent at Scycraft
export OPENAI_BASE_URL=https://api.scycraft.gh/v1
export OPENAI_API_KEY=your_scycraft_key
Why Scycraft

Made for how Ghana actually builds

Actually affordable

A fraction of the price of the big subscriptions — start for the cost of a soft drink and scale up only when you need to.

Pay with Mobile Money

Top up with MTN, Telecel, or AirtelTigo in seconds. No international card, no dollar billing, no bank hurdles.

Bring your own agent

Works with the tools you already use — Cline, Aider, Qwen Code — through a standard OpenAI-compatible endpoint.

🔒

Your code stays yours

When you code from your editor, your files stay on your machine. Only the request goes to Scycraft.

Prepaid, never surprised

You spend only what you've topped up. No overage bills, no auto-renew you forgot about.

Strong models

Backed by top open coding models, with the harder tasks routed to a stronger model automatically.

Get going in a minute

How it works

STEP 01

Sign up free

Create an account and get free daily messages plus a small starting credit — no card needed.

STEP 02

Top up with MoMo

Add credit whenever you need it, from GH₵5. Bigger top-ups get you more for your money.

STEP 03

Chat or code

Ask in the browser, or drop your key into your editor and let your agent build. One balance covers both.

Pricing

Fair prices, in cedis

Start free. Top up as you go, or pick a monthly plan for regular work. Cancel or switch anytime — nothing is locked in.

Free
GH₵0
For trying it out and light everyday questions.
  • Free messages every day
  • GH₵5 starting credit
  • Web chat access
Start free
Most popular
Dev Pass
GH₵50 /month
For students and developers coding most days.
  • Generous monthly usage
  • Web chat + editor (API key)
  • Priority during busy hours
  • Unused balance rolls over
Get Dev Pass
Pro
GH₵120 /month
For heavier agent use and harder problems.
  • Everything in Dev Pass
  • Much larger monthly usage
  • Hard tasks routed to a stronger model
  • Higher rate limits
Get Pro
Business
Custom
For teams and organisations, from GH₵1,500/mo.
  • Shared team wallet & seats
  • Usage dashboard & invoicing
  • On-premise option — data stays in Ghana
  • Priority support
Talk to us

Rather pay as you go?

No plan needed. Top up any amount with Mobile Money and spend it down as you use it. Bigger top-ups stretch further.

GH₵5
≈ a day of coding help
GH₵10
≈ an assignment or a session
GH₵20
≈ a week of steady use
GH₵50
≈ heavy project work
+ bonus credit
Questions

Good to know

Do I need a credit card?
No. You can sign up and pay entirely with Mobile Money — MTN MoMo, Telecel Cash, or AirtelTigo Money. Cards are supported too if you prefer them.
Is my code private?
When you code from your own editor, your files stay on your machine — only the specific request you send reaches Scycraft. For businesses, we also offer an on-premise option where everything runs inside Ghana.
What's the difference between chat and the editor?
The web chat is for quick help and learning, right in your browser. The editor option lets your own coding agent (Cline, Aider, or Qwen Code) work across your whole project. Both use the same account and the same balance.
Can students really afford it?
That's the point. You can start free, then top up from GH₵5 whenever you need to — no monthly commitment. Pay for a session, not a subscription.
Which AI models does it use?
Scycraft runs on leading open coding models, and automatically sends the harder problems to a stronger model so you get good answers without paying premium prices on everything.

Start building today

Free to try, cedis to pay, no card required. Your first coding session is a minute away.