β‘ Install
$pip install gracestack
Successfully installed gracestack-0.1.0
$gracestack chat "Write a haiku about Kubernetes"
Pods drift like autumn leaves β
the scheduler hums its mantra,
YAML dreams in triplicate.
Or just download the script: curl -O https://tools.gracestack.se/gracestack.py && chmod +x gracestack.py
π Commands
π¬ chat
One-shot AI chat. gracestack chat "your prompt"
π explain
Explain a code file. gracestack explain ./src/app.py
π key
Save your API key. gracestack key YOUR-KEY
π status
Check remaining calls. gracestack status
π Setup
Get a free API key (instant, no credit card):
$curl -s https://tools.gracestack.se/api/register
{"api_key":"8e9bb532...","tier":"free","daily_limit":1}
$gracestack key 8e9bb5326d62f12ab3def456
π API key saved to ~/.config/gracestack/key
π° Pricing
Free
$0
1 call/day
DeepSeek V4 Pro
A100 GPU
Power Pack
$1
100 calls
24 hours
no auto-renew
β‘ Need more than 1 call/day?
$1 USD β 100 calls, 24 hours, instant activation. No subscription.
Get Power Pack β $1 β
π‘ Example: Explain your codebase
$gracestack explain ./src/auth.py
π ./src/auth.py
ββββββββββββββββββββββββββββββββββββββ
## Explanation
### What It Does
This module handles JWT-based authentication with refresh token rotation...
[4 code explanations remaining today]
π¦ Source
Single-file Python script β no dependencies beyond stdlib.
Download gracestack.py Β·
GitHub repo