ContractSpec docs
OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
AI content generation for blog posts, landing pages, emails, and social media
Source Definition
import { defineFeature } from '@lssm-tech/lib.contracts-spec';
export const ContentGenerationFeature = defineFeature({
meta: {
key: 'content-generation',
version: '1.0.0',
title: 'Content Generation',
description:
'AI content generation for blog posts, landing pages, emails, and social media',
domain: 'content',
owners: ['@examples'],
tags: ['content', 'ai', 'generation'],
stability: 'experimental',
},
docs: [
'docs.examples.content-generation',
'docs.examples.content-generation.usage',
],
});