Features
Infrastructure for serious fundraising and commerce platforms
A comprehensive suite for donation, reward, recurring, presale, equity, and investment campaign creation alongside stores, marketplaces, payment operations, compliance, API access, MCP workflows, and integrations.
Core Platform Features
Fabric Web UI or Custom Frontend
Receive and modify Fabric's Next.js frontend source code or connect a fully custom web or mobile application to the same documented backend API.
- Bring-your-own-frontend architecture
- Custom domain and SSL
- Brand color and typography control
- Independent frontend deployment
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
- Wallet, ledger, withdrawal, and payout controls
Fundraising Campaign Engine
Build donation, reward, recurring, presale, equity, and investment platforms with funding policies, payout release policies, approval workflows, and creator tools.
- Donation, reward, equity, investment, recurring, and presale models
- All-or-nothing funding
- Milestone payout workflows
- General contributions, reward tiers, and fulfillment
Commerce and Marketplace Engine
Run your own store or a vendor marketplace alongside fundraising with a shared account, payment, and operational model.
- Products, variants, categories, and inventory
- Cart, checkout, orders, returns, and fulfillment
- Vendor onboarding and catalog approval
- Commissions, suborders, and settlements
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.
- Custom frontend and third-party integration access
- Scoped platform and user API keys
- Secure webhook subscriptions
- Portable platform and transaction data
- KYC/AML and regulated-partner integration points
- Conversational Fabric access for admins, creators, analysts, and operators
- RBAC-aware endpoints
Fabric Products
One platform, multiple surfaces
Fabric pairs its backend with an included Next.js frontend and governed integration surface. Teams receive the frontend source code and can run the standard experience, modify or replace it, or connect third-party systems through documented APIs and webhooks.

Fabric Fundraising
Operate donation, reward, recurring, presale, equity, or investment platforms with campaign, payment, payout, compliance, and creator tooling.

Fabric Commerce
Run your own store or a vendor marketplace with catalog, inventory, checkout, orders, fulfillment, and settlements.

Fabric Web UI
Run Fabric's polished Next.js experience or replace it with a custom frontend using the same governed 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 custom web and mobile frontends programmatic access to donation, reward, and investment campaigns, contributions, investor and donor records, products, carts, orders, users, payments, inventory, vendors, payouts, compliance data, and platform settings. MCP support uses the same scoped API-key model, so clients such as Claude Code, OpenAI Codex, and Gemini CLI can operate without bypassing Fabric permissions.
- REST API with OpenAPI documentation
- Custom web and mobile frontend support
- Signed webhook delivery
- Scoped platform, super-admin, and user API keys
- Portable platform data and regulated-partner integration points
- 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.
Commerce Discovery and Checkout
Search products and categories, manage a scoped cart, validate pricing and inventory, create orders, and initialize secure payment sessions.
Catalog and Vendor Operations
Manage products, variants, inventory, vendor records, marketplace orders, fulfillment, commissions, and settlements where authorized.
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, privately deploy, or customize your platform?
Use Fabric as managed SaaS, deploy its compiled backend runtime through an annual Enterprise licence, or work with our team on a custom fundraising, commerce, marketplace, or capital formation solution.