Features
Built for serious fundraising platforms
A comprehensive suite of tools and infrastructure for white-label fundraising platforms, from campaign creation to payment operations, compliance, API access, and integrations.
Core Platform Features
White-Label Next.js Web UI
Launch with a modern donor, creator, and admin interface that can be branded and customized independently from the backend API.
- Custom domain and SSL
- Brand color and typography control
- Configurable checkout copy
- Editable legal and policy pages
Gateway Payment Engine
Process contributions, recurring payments, refunds, disputes, and gateway webhooks through a gateway-aware payment layer.
- Standard gateways: Stripe, PayPal, Paystack, Adyen, Braintree, Authorize.net
- Wallet methods: Venmo through eligible PayPal flows
- Crypto gateways: Stripe Crypto, Coinbase Business, CoinGate, BitPay, NOWPayments
- Direct and connected-account flows
- Fabric-managed recurring support
- Refund and dispute tracking
Campaign Lifecycle Controls
Support donation, reward, equity, and investment-style campaigns with funding policies, payout release policies, approval workflows, and creator tools.
- Donation, reward, equity, and investment models
- All-or-nothing funding
- Milestone payout workflows
- General contributions and tiers
Wallet, Ledger, and Payouts
Track available and locked balances with integer-based accounting, withdrawal requests, KYC gates, and payout controls.
- Virtual wallets
- Ledger line items
- Escrow and withdrawal requests
- Admin payout approvals
Compliance and Reporting
Collect structured donor attributes, generate compliance certificates, and export reporting data for jurisdiction-specific programs.
- Compliance certificate framework
- Jurisdiction-specific exports
- Accountant-facing export controls
- Generic compliance program model
API, Webhooks, and MCP
Integrate through REST APIs, scoped platform and user API keys, signed webhooks, and MCP-capable clients governed by Fabric API permissions.
- Scoped platform and user API keys
- Secure webhook subscriptions
- Conversational Fabric access for admins, creators, analysts, and operators
- RBAC-aware endpoints
Fabric Products
One platform, multiple surfaces
Fabric pairs the core backend with a Next.js web app and integration surface so teams can run the standard experience or build their own.

Fabric Core Platform
Operate your white-label fundraising portal with campaign management, payments, wallets, compliance, and admin tooling.

Fabric Web UI
Run a polished Next.js experience for donors, creators, and platform administrators against the Fabric API.

Fabric API & Integrations
Connect custom frontends, automation, webhooks, MCP clients, and third-party systems through governed API access.
And so much more
Additional capabilities built into every Thrinacia-powered platform.
User Management
Manage platform admins, accountants, creators, donors, roles, and permission-aware access from the admin UI.
Email & Notifications
Configure notification templates for registration, contribution, campaign, payout, fulfillment, and compliance events.
Integration Events
Publish signed webhook events to external systems and inspect delivery history from the admin dashboard.
Content Management
Built-in CMS for managing landing pages, blog posts, FAQs, and campaign templates.
Automation Tools
Automate donor thank-yous, campaign milestones, social sharing, and administrative workflows.
Compliance & Tax
Built-in tax receipt generation, governance-oriented workflows, and configurable fee structures.
Developer First
Powerful API for limitless integration
Fabric's REST API gives teams programmatic access to campaigns, contributions, users, payments, wallets, payouts, compliance data, and platform settings. MCP support is built around the same scoped API-key model, so tools like Claude Code, OpenAI Codex, Gemini CLI, etc. can operate without bypassing Fabric permissions.
- REST API with OpenAPI documentation
- Signed webhook delivery
- Scoped platform, super-admin, and user API keys
- MCP-capable client integrations for Claude Code, OpenAI Codex, Gemini CLI, etc.
- Rate limiting and throttling
MCP capability areas
Conversational access for admins, creators, analysts, and operators through Fabric's existing API permission model.
Campaign Intelligence
Search campaigns, review campaign details, inspect metrics, list updates, check milestones, and see scoped contribution activity.
Drafts and Approvals
Create or edit campaign drafts, review pending approvals, and support publishing workflows where the API key has permission.
Creator and Admin Operations
Support creator campaign management through scoped user API keys and admin workflows through platform or super-admin keys.
Fulfillment and Milestones
Look up fulfillment records, manage operational follow-up, track milestone status, and coordinate campaign delivery workflows.
Analytics and Reconciliation
Access operational dashboards, analytics, import status, reconciliation progress, and reporting views through scoped API access.
Payment Diagnostics
Inspect webhook health, gateway capabilities, transactions, refunds, disputes, payouts, withdrawals, and contribution visibility where scoped.
01// Initialize a contribution checkout02const response = await fetch("/api/v1/contributions/initialize", {03 method: "POST",04 headers: {05 "Content-Type": "application/json",06 Authorization: `Bearer ${fabricApiKey}`,07 },08 body: JSON.stringify({09 campaign_id: 9912,10 amount_cents: 50000,11 currency: "USD",12 gateway: "stripe",13 donor_email: "donor@example.com",14 metadata: {15 campaigner_id: "USER-4412",16 compliance_program: "tax_receipt",17 },18 }),19});20 21const checkout = await response.json();Ready to launch, license, or customize your platform?
Use Thrinacia as managed SaaS, deploy through enterprise licensing, or work with our team on a fully custom fundraising and capital formation solution.