Big-AGI: descs

This commit is contained in:
Enrico Ros
2026-03-24 13:05:51 -07:00
parent 7d2a26ab66
commit a2e99ed84f
3 changed files with 16 additions and 5 deletions
+12 -1
View File
@@ -46,9 +46,20 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
<meta name='twitter:site' content={Brand.Meta.TwitterSite} />
<meta name='twitter:creator' content='@enricoros' />
{/* Author */}
{/* Author & Structured Data */}
<meta name='author' content='Enrico Ros' />
<link rel='author' href='https://www.enricoros.com' />
<script type='application/ld+json' dangerouslySetInnerHTML={{ __html: JSON.stringify({
'@context': 'https://schema.org',
'@type': 'SoftwareApplication',
'name': 'Big-AGI',
'url': 'https://big-agi.com',
'applicationCategory': 'ProductivityApplication',
'operatingSystem': 'Web',
'description': Brand.Meta.Description,
'author': { '@type': 'Person', 'name': 'Enrico Ros', 'url': 'https://www.enricoros.com' },
'publisher': { '@type': 'Organization', 'name': 'Token Fabrics LLC', 'url': 'https://www.tokenfabrics.com' },
}) }} />
{/* Style Sheets (injected and server-side) */}
<meta name='emotion-insertion-point' content='' />
+1 -1
View File
@@ -3,7 +3,7 @@
"short_name": "big-AGI",
"theme_color": "#32383E",
"background_color": "#9FA6AD",
"description": "Your Generative AI Suite",
"description": "Open-source AI workspace. Multi-model reasoning and personas for maximum control.",
"categories": [
"productivity",
"AI",
+3 -3
View File
@@ -12,8 +12,8 @@ export const Brand = {
Common: (process.env.NODE_ENV === 'development' ? '[DEV] ' : '') + 'Big-AGI',
},
Meta: {
Description: 'Launch Big-AGI to unlock the full potential of AI, with precise control over your data and models. Voice interface, AI personas, advanced features, and fun UX.',
SiteName: 'Big-AGI | Precision AI for You',
Description: 'Launch the open-source AI workspace for experts. BYO API keys. Compare and tune models, use personas, voice and vision - your data stays local.',
SiteName: 'Big-AGI | AI for power-users',
ThemeColor: '#32383E',
TwitterSite: '@enricoros',
},
@@ -24,7 +24,7 @@ export const Brand = {
OpenRepo: 'https://github.com/enricoros/big-agi',
OpenProject: 'https://github.com/users/enricoros/projects/4',
SupportInvite: 'https://discord.gg/MkH4qj2Jp9',
// Twitter: 'https://www.twitter.com/enricoros',
// Twitter: 'https://x.com/enricoros',
PrivacyPolicy: 'https://big-agi.com/privacy',
TermsOfService: 'https://big-agi.com/terms',
},