Pick a partner. Buy support. Or both.
Conduction makes the apps. Partners install them, train your team, and pick up the phone. Pricing is per partner; the apps stay free, open source, AVG-compliant.
Twelve apps. Allemaal open source.
Filter on category, status, NL versie, or compliance. Click an app to install it from the Nextcloud app store.
React / MDX usage
Mount in MDX as <PageStrip/>
Lightweight banner above the content rail. Smaller and quieter than the full Hero — meant for index pages and second-level surfaces where the visual budget should go to the content below, not the page chrome. Crumbs + h1 + lede. Two visual variants: default (white, bottom border only) and tinted (cobalt-50 full-bleed).
Import & example
import {PageStrip} from '@conduction/docusaurus-preset/components';
<PageStrip
crumbs={[{label: 'Home', href: '/'}, {label: 'Apps', href: '/apps'}, 'Support']}
title="Pick a partner. Buy support. Or both."
lede="Conduction makes the apps. Partners install them..."
/>
Props
crumbs array of {label, href} or plain strings (the last item is usually a string, not a link)
title h1 headline (sentence case)
lede 1–2-sentence subtitle
variant default / tinted (default default)