Developers & software publishers

Extend Allwis to fit
any business

A clean module SDK on a familiar stack, plus the Cultiver Marketplace to distribute and monetise what you build. Allwis is your identity and data layer — you bring the extensions.

For developers & software publishers

Build on Allwis.
Publish to Cultiver.

A clean module SDK with full TypeScript types. Build custom dashboards, workflow nodes, and AI agents on the same design system and data model — then publish them to the Cultiver Marketplace and earn through marketplace billing. Allwis is your identity and data layer.

  • Custom module panels in the same design system
  • Register new workflow trigger and action types
  • Extend AI context with your own data sources
  • Publish to Cultiver — distribution, billing & revenue share handled
  • Built on Next.js 16 + Supabase — familiar stack
allwis.config.ts
// Register a custom workflow action
import { defineAction } from '@allwis/sdk'

export default defineAction({
  name: 'xero-sync-invoice',
  label: 'Sync to Xero (cutover)',
  icon: '⊞',
  inputs: [{
    key: 'invoiceId',
    type: 'deal_field',
  }],
  async run({ invoiceId, supabase }) {
    const inv = await getInvoice(invoiceId)
    await xeroClient.createInvoice(inv)
  }
})
Technology

Built on the modern stack

Familiar, open, production-ready. No proprietary lock-in — self-host or extend any time.

Next.js 16
React 19
Supabase + pgvector
Tailwind CSS 4
Anthropic Claude
Local & open-source LLMs
Stripe
Microsoft Graph API
Wise Payments
Resend
@dnd-kit
Recharts
Supabase Realtime
Become a software publisher

Partner / Builder tier · Cultiver Marketplace launching H2 2026