-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
122 lines (122 loc) · 3.61 KB
/
config.json
File metadata and controls
122 lines (122 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"app": {
"name": "SynthStack",
"tagline": "Your AI Co-Founders",
"description": "AI-native, cross-platform SaaS boilerplate built with Vue Quasar. Ships for web, iOS, Android, desktop, and PWA from a single codebase.",
"fullDescription": "Meet your AI co-founders: 6 specialized agents (Researcher, Marketer, Developer, SEO Writer, Designer, General Assistant) with deep system integration, automatic RAG, proactive suggestions, and actionable capabilities like GitHub PRs, blog posts, and marketing content.",
"domain": "synthstack.app",
"version": "1.0.0"
},
"branding": {
"logo": {
"light": "/logo/synthstack-logo.svg",
"dark": "/logo/synthstack-logo-dark.svg",
"mark": "/logo/synthstack-mark.svg",
"markDark": "/logo/synthstack-mark-dark.svg"
},
"favicon": {
"default": "/favicon.svg",
"dark": "/favicon-dark.svg",
"apple": "/icons/icon-192x192.png"
},
"colors": {
"primary": "#6366F1",
"accent": "#00D4AA",
"theme": "#6366F1",
"background": "#0D0D0D"
},
"og": {
"image": "/og-image.svg",
"type": "website"
}
},
"company": {
"name": "Manic Agency",
"legalName": "Manic Agency LLC",
"founded": "2024",
"location": {
"address": "2831 St Rose Parkway, Suite 200",
"city": "Henderson",
"state": "NV",
"zip": "89052",
"country": "USA"
},
"phone": "(702) 589-4847",
"parentCompany": null
},
"contact": {
"support": "[email protected]",
"sales": "[email protected]",
"general": "[email protected]",
"noreply": "[email protected]",
"phone": "(702) 589-4847"
},
"social": {
"github": "https://github.com/manicinc/synthstack",
"twitter": "https://twitter.com/manicinc",
"discord": "https://discord.gg/synthstack",
"linkedin": "https://linkedin.com/company/manic-agency",
"youtube": null
},
"links": {
"docs": "/docs",
"changelog": "/changelog",
"roadmap": "/roadmap",
"status": null
},
"legal": {
"privacy": "/privacy",
"terms": "/terms",
"cookies": "/cookies",
"security": "/security",
"gdpr": "/gdpr"
},
"demo": {
"enabled": false,
"email": "[email protected]",
"password": "ChangeMe123!"
},
"infrastructure": {
"containerPrefix": "synthstack",
"networkName": "synthstack-network",
"databaseName": "synthstack",
"subdomains": {
"api": "api",
"admin": "admin",
"traefik": "traefik"
},
"ports": {
"web": 3050,
"api": 3003,
"directus": 8099,
"postgres": 5499,
"redis": 6399,
"qdrant": 6333,
"mlService": 8001
}
},
"deployment": {
"production": {
"host": "",
"user": "root",
"sshKey": "~/.ssh/id_ed25519"
},
"staging": {
"host": "",
"user": "root",
"sshKey": "~/.ssh/id_ed25519"
}
},
"github": {
"orgName": "your-org",
"proRepoName": "your-repo",
"communityRepoName": "your-repo",
"teamSlug": null
},
"features": {
"copilot": false,
"referrals": false,
"analytics": true,
"i18n": true
}
}