Most teams buy a one-off scan before a migration. Teams running several Plone sites subscribe. Consulting firms take the Agency plan. All reports are self-contained HTML — yours to keep, forever.
setBilling('monthly')}>Monthly setBilling('annual')}>Annual · save 20%
The Agency plan ships a Docker image that runs against your ZODB on air-gapped infrastructure. Hospitals, government, defense. Nothing leaves your perimeter.
);
}
function BillingSeg({ active, onClick, children }) {
return (
);
}
function PlanCard({ name, tag, price, priceUnit, sub, features, ctaLabel, onCta, featured }) {
return (
{featured && (
)}
{tag}plan_{name.toLowerCase()}
{name}
{sub}
{price}{priceUnit}
{features.map((f, i) => (
▸
{f}
))}
);
}
function FieldLine({ label, value }) {
return (