🚀 REMEDA Stage317 — Real SaaS Trust Verification Platform
REMEDA Stage317 is a fully operational trust verification SaaS.
It provides:
- ✅ Trust Score API
- ✅ accept / pending / reject decisions
- ✅ Sigstore-based verification
- ✅ Stripe-based subscription
- ✅ Automatic Pro upgrade via Webhook
- ✅ API key auto issuance
- ✅ User database (SQLite)
Trust is not free.
REMEDA turns trust into a programmable, monetized service.
- Trust Score (0.0 – 1.0)
- Deterministic decision model
- Cryptographic verification
- Free / Pro / Enterprise plans
- Usage-based limits
- Feature gating (Sigstore)
- Stripe Checkout integration
- Webhook-based auto upgrade
- Automatic API key issuance
- Persistent user management
curl -X POST http://127.0.0.1:3120/api/verify \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"url": "https://example.com",
"manifest": {
"integrity": true,
"execution": true,
"identity": true,
"timestamp": true,
"workflow": "github-actions"
}
}'
💰 Pricing
Free
100 requests/day
No Sigstore verification
Reduced trust score
Pro
10,000 requests/day
Full Sigstore verification
Maximum trust score
Enterprise
Custom policies
Dedicated environment
QSP integration
🔄 SaaS Flow
User subscribes via Stripe
Stripe Webhook triggers
User upgraded to Pro
API key issued automatically
User accesses Trust API
🚀 Vision
"Stripe for Trust"
📦 Repository
https://github.com/mokkunsuzuki-code/stage317
🛡 License
MIT License