Docs
From an empty space to an embedded wall in about five minutes.
Create a space
curl -s -X POST http://localhost:8103/api/spaces \
-H "Content-Type: application/json" \
-d '{"email":"you@work.com"}'
Save the owner token. It is shown once and authorizes moderation actions.
Your collect link is
/collect/<space-id>.
Approve and embed
Approve submissions from the dashboard, then drop this into any page:
<script src="http://localhost:8103/api/w/YOUR_SPACE_ID.js"
data-theme="dark"></script> The wall renders inside a shadow root, so your CSS stays untouched. Free-tier walls carry a small "Powered by PraiseCrate" link; Pro removes it.
Widget themes
-
light- Clean default for bright sites -
dark- Matches dark marketing pages -
card- Elevated cards with shadows -
minimal- Borderless, typography only
Plan limits
| Free | Pro $19/mo | Team $49/mo | |
|---|---|---|---|
| Spaces | 1 | Unlimited* | 5 |
| Stored testimonials | 15 | Unlimited | Unlimited |
| Badge on wall | yes | removed | white-label |
*Pro spaces are unlimited but each carries its own collect link and embed.