@nebularstreams/statify 3.0.7 → 3.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -1
- package/skill/statify-site/SKILL.md +53 -0
- package/skill/statify-site/agents/openai.yaml +4 -0
- package/skill/statify-site/references/authoring.md +121 -0
- package/skill/statify-site/references/landing-pages.md +107 -0
- package/skill/statify-site/references/skins.md +150 -0
- package/templates/landing/metadata.json +1 -1
- package/templates/landing/pages/docs/cookies.md +25 -0
- package/templates/landing/pages/docs/index.md +13 -0
- package/templates/landing/pages/docs/privacy.md +50 -0
- package/templates/landing/pages/docs/tos.md +49 -0
- package/templates/landing/pages/index.json +3 -3
- package/templates/landing-rich/assets/app/webfonts/fa-brands-400.woff2 +0 -0
- package/templates/landing-rich/assets/app/webfonts/fa-solid-900.woff2 +0 -0
- package/templates/landing-rich/assets/app/website.css +32 -0
- package/templates/landing-rich/assets/app/website.min.js +6 -0
- package/templates/landing-rich/assets/res/carousel/image-1.webp +0 -0
- package/templates/landing-rich/assets/res/carousel/image-2.webp +0 -0
- package/templates/landing-rich/assets/res/carousel/image-3.webp +0 -0
- package/templates/landing-rich/assets/res/custom.css +122 -0
- package/templates/landing-rich/assets/res/logos/favicon.ico +0 -0
- package/templates/landing-rich/assets/res/logos/favicon.png +0 -0
- package/templates/landing-rich/assets/res/logos/logo.medallion.png +0 -0
- package/templates/landing-rich/assets/res/logos/logo.white.png +0 -0
- package/templates/landing-rich/assets/res/proj/banda-tech-client.webp +0 -0
- package/templates/landing-rich/assets/res/proj/banda-tech-server.webp +0 -0
- package/templates/landing-rich/assets/res/proj/proj-common-ground.webp +0 -0
- package/templates/landing-rich/assets/res/proj/proj-fieldnote.webp +0 -0
- package/templates/landing-rich/assets/res/proj/proj-tribes.webp +0 -0
- package/templates/landing-rich/images.json +932 -0
- package/templates/landing-rich/metadata.json +115 -0
- package/templates/landing-rich/pages/docs/cookies.md +25 -0
- package/templates/landing-rich/pages/docs/index.md +13 -0
- package/templates/landing-rich/pages/docs/privacy.md +50 -0
- package/templates/landing-rich/pages/docs/tos.md +49 -0
- package/templates/landing-rich/pages/faq.json +68 -0
- package/templates/landing-rich/pages/index.json +333 -0
- package/templates/landing-rich/pages/res/bg/molecule.svg +3 -0
- package/templates/landing-rich/pages/res/custom.css +270 -0
- package/templates/landing-rich/pages/res/icon-1024.png +0 -0
- package/templates/landing-rich/pages/res/index/cooking-0.webp +0 -0
- package/templates/landing-rich/pages/res/index/cooking-1.webp +0 -0
- package/templates/landing-rich/pages/res/index/cooking-2.webp +0 -0
- package/templates/landing-rich/pages/res/index/cooking-3.webp +0 -0
- package/templates/landing-rich/pages/res/index/icon-holopoke.png +0 -0
- package/templates/landing-rich/pages/res/index/obscene-diagram.webp +0 -0
- package/templates/landing-rich/pages/res/index/obscene-screenshot.webp +0 -0
- package/templates/landing-rich/pages/res/index/obscene-screenshots.png +0 -0
- package/templates/landing-rich/pages/res/index/obscene-studio-midi-controllers-3.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-avion-dentro.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-avion.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-football-0.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-football-0a.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-football-1.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-football-1b.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-football-jp.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-gaming-warning-mini.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-gaming-warning.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-music-clubbing.webp +0 -0
- package/templates/landing-rich/pages/res/index/scr-pollos-hermanos.webp +0 -0
- package/templates/landing-rich/pages/res/index/shot-livestream.webp +0 -0
- package/templates/landing-rich/pages/res/index/studio-screenshot.webp +0 -0
- package/templates/landing-rich/pages/res/trans-horizontal.png +0 -0
- package/templates/landing-rich/pages/res/videos/obscene-promo-720.mp4 +0 -0
- package/templates/landing-rich/pages/res/videos/obscene-promo-720.webp +0 -0
- package/templates/landing-rich/pages/res/videos/obscene-studio-showcase-1.mp4 +0 -0
- package/templates/landing-rich/pages/res/videos/obscene-studio-showcase-1.webp +0 -0
- package/tool/cli.js +1 -1
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Brightfield Labs",
|
|
3
|
+
"description": "Thoughtful digital products for growing organizations",
|
|
4
|
+
"canonical": "https://example.com",
|
|
5
|
+
"image": {
|
|
6
|
+
"url": "https://example.com/res/nebular.color.png",
|
|
7
|
+
"alt": "Brightfield Labs"
|
|
8
|
+
},
|
|
9
|
+
"ogtype": "website",
|
|
10
|
+
"site": {
|
|
11
|
+
"name": "Brightfield Labs",
|
|
12
|
+
"url": "https://example.com",
|
|
13
|
+
"domain": "example.com",
|
|
14
|
+
"cookies": "none",
|
|
15
|
+
"nocookies": false,
|
|
16
|
+
"simplepages": true
|
|
17
|
+
},
|
|
18
|
+
"author": {
|
|
19
|
+
"@type": "Organization",
|
|
20
|
+
"name": "Brightfield Labs",
|
|
21
|
+
"url": "https://example.com",
|
|
22
|
+
"logo": "https://example.com/res/logos/logo.white.png"
|
|
23
|
+
},
|
|
24
|
+
"publisher": {
|
|
25
|
+
"@type": "Organization",
|
|
26
|
+
"name": "Brightfield Labs",
|
|
27
|
+
"url": "https://example.com",
|
|
28
|
+
"logo": "https://example.com/res/logos/logo.white.png"
|
|
29
|
+
},
|
|
30
|
+
"head": [
|
|
31
|
+
{
|
|
32
|
+
"t": "link",
|
|
33
|
+
"rel": "icon",
|
|
34
|
+
"type": "image/png",
|
|
35
|
+
"href": "res/logos/favicon.png"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"t": "link",
|
|
39
|
+
"rel": "stylesheet",
|
|
40
|
+
"href": "app/website.css"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"t": "link",
|
|
44
|
+
"rel": "stylesheet",
|
|
45
|
+
"href": "res/custom.css"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"t": "link",
|
|
49
|
+
"rel": "apple-touch-icon",
|
|
50
|
+
"href": "res/logos/favicon.png"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"t": "script",
|
|
54
|
+
"src": "app/website.min.js"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"meta": [
|
|
58
|
+
{
|
|
59
|
+
"charSet": "utf-8"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "robots",
|
|
63
|
+
"content": "all"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"lang": "en"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "viewport",
|
|
70
|
+
"content": "width=device-width, maximum-scale=5, user-scalable=yes, initial-scale=1"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "theme-color",
|
|
74
|
+
"content": "#111827"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "mobile-web-app-capable",
|
|
78
|
+
"content": "yes"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "apple-mobile-web-app-capable",
|
|
82
|
+
"content": "yes"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "apple-mobile-web-app-status-bar-style",
|
|
86
|
+
"content": "black"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"navibar": {
|
|
90
|
+
"home": "/",
|
|
91
|
+
"logo": "res/nebular.medallion.transparent.png",
|
|
92
|
+
"displayTitle": true,
|
|
93
|
+
"autoHide": true,
|
|
94
|
+
"links": {
|
|
95
|
+
"SPACER": {
|
|
96
|
+
"separator": true
|
|
97
|
+
},
|
|
98
|
+
"Documentation": {
|
|
99
|
+
"url": "/docs/index",
|
|
100
|
+
"icon": "book"
|
|
101
|
+
},
|
|
102
|
+
"Contact": {
|
|
103
|
+
"url": "mailto:hello@example.com",
|
|
104
|
+
"icon": "envelope"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"links.doc": {
|
|
109
|
+
"documents": {
|
|
110
|
+
"static": true,
|
|
111
|
+
"class": "inter"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"links.metadata": {}
|
|
115
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Cookies and Local Storage
|
|
2
|
+
|
|
3
|
+
**Example policy — replace before publishing. Last updated: September 17, 2026.**
|
|
4
|
+
|
|
5
|
+
This page explains how the Brightfield Labs website uses cookies and browser storage.
|
|
6
|
+
|
|
7
|
+
## What we store
|
|
8
|
+
|
|
9
|
+
The website does not use advertising or third-party tracking cookies. It stores only preferences requested by the visitor.
|
|
10
|
+
|
|
11
|
+
| Storage key | Purpose | Duration |
|
|
12
|
+
| --- | --- | --- |
|
|
13
|
+
| `brightfield.preferences` | Remembers theme and policy-notice choices | Until changed or deleted |
|
|
14
|
+
|
|
15
|
+
This information remains in the visitor's browser and is not used to create an advertising profile.
|
|
16
|
+
|
|
17
|
+
## Managing stored data
|
|
18
|
+
|
|
19
|
+
Visitors can remove local preferences through their browser's privacy or site-data settings. Removing them resets the saved theme and may display the policy notice again.
|
|
20
|
+
|
|
21
|
+
If optional analytics or other cookies are introduced, this policy and the website's consent controls should be updated before those technologies are enabled.
|
|
22
|
+
|
|
23
|
+
## Contact
|
|
24
|
+
|
|
25
|
+
Questions about this example policy can be sent to [privacy@example.com](mailto:privacy@example.com).
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Documentation
|
|
2
|
+
|
|
3
|
+
Welcome to the Brightfield Labs documentation center. Use this template for product guides, company policies, technical references, or any other structured content.
|
|
4
|
+
|
|
5
|
+
## Company Policies
|
|
6
|
+
|
|
7
|
+
* [Terms of Service](tos.md)
|
|
8
|
+
* [Privacy Policy](privacy.md)
|
|
9
|
+
* [Cookies and Local Storage](cookies.md)
|
|
10
|
+
|
|
11
|
+
## Getting Started
|
|
12
|
+
|
|
13
|
+
Add Markdown files anywhere inside the `pages` folder. Subfolders become sections, and ordinary assets such as stylesheets and downloads are copied into the generated site.
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Privacy Policy
|
|
2
|
+
|
|
3
|
+
**Example policy — obtain appropriate legal review before publishing. Last updated: September 17, 2026.**
|
|
4
|
+
|
|
5
|
+
This policy describes how **Brightfield Labs** (**we**, **us**, or **our**) handles personal information when someone visits **example.com** or contacts us.
|
|
6
|
+
|
|
7
|
+
## Information we process
|
|
8
|
+
|
|
9
|
+
We aim to collect only the information needed to operate and protect the website, communicate with visitors, and provide requested services.
|
|
10
|
+
|
|
11
|
+
This may include:
|
|
12
|
+
|
|
13
|
+
* ordinary technical request data, such as IP address, browser information, requested pages, and timestamps;
|
|
14
|
+
* preferences stored locally in the visitor's browser;
|
|
15
|
+
* contact details and message content supplied when someone writes to us; and
|
|
16
|
+
* information required to provide a service requested by a customer.
|
|
17
|
+
|
|
18
|
+
We do not sell personal information or use website visitor information to create advertising profiles.
|
|
19
|
+
|
|
20
|
+
## Why we use information
|
|
21
|
+
|
|
22
|
+
We may use information to operate and secure the website, prevent abuse, respond to enquiries, deliver requested services, meet legal obligations, and protect our rights. The appropriate legal basis depends on the context and applicable law.
|
|
23
|
+
|
|
24
|
+
## Cookies and local storage
|
|
25
|
+
|
|
26
|
+
The website may store limited preferences in the visitor's browser. See our [Cookies and Local Storage Policy](cookies.md) for details.
|
|
27
|
+
|
|
28
|
+
## Service providers and transfers
|
|
29
|
+
|
|
30
|
+
Trusted providers may process information when they host, maintain, deliver, or secure the website. We expect providers to handle information under suitable contractual and legal safeguards, including safeguards for international transfers where required.
|
|
31
|
+
|
|
32
|
+
## Retention and security
|
|
33
|
+
|
|
34
|
+
We retain information only as long as reasonably necessary for its purpose, legal obligations, security, and dispute resolution. We use reasonable technical and organizational safeguards, although no internet service can guarantee absolute security.
|
|
35
|
+
|
|
36
|
+
## Individual rights
|
|
37
|
+
|
|
38
|
+
Depending on location, individuals may have rights to access, correct, delete, restrict, or receive a copy of their personal information, or to object to certain processing. Identity verification may be required before a request is completed.
|
|
39
|
+
|
|
40
|
+
## Changes
|
|
41
|
+
|
|
42
|
+
We may update this policy as the website, our practices, or applicable requirements change. The revision date above identifies the latest version.
|
|
43
|
+
|
|
44
|
+
## Contact
|
|
45
|
+
|
|
46
|
+
**Brightfield Labs**
|
|
47
|
+
100 Example Street
|
|
48
|
+
Sample City, EX 10000
|
|
49
|
+
|
|
50
|
+
Email: [privacy@example.com](mailto:privacy@example.com)
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Website Terms
|
|
2
|
+
|
|
3
|
+
**Example terms — obtain appropriate legal review before publishing. Last updated: September 17, 2026.**
|
|
4
|
+
|
|
5
|
+
These terms govern access to the Brightfield Labs website at **example.com**. By using the website, visitors agree to these terms.
|
|
6
|
+
|
|
7
|
+
## Website purpose
|
|
8
|
+
|
|
9
|
+
The website provides general information about Brightfield Labs, its services, and example work. Descriptions, demonstrations, roadmaps, and other materials are informational and do not create a binding offer, warranty, or service commitment.
|
|
10
|
+
|
|
11
|
+
Separate agreements may govern paid products, professional services, software licenses, support, or customer projects. Those agreements take precedence for the services they cover.
|
|
12
|
+
|
|
13
|
+
## Intellectual property
|
|
14
|
+
|
|
15
|
+
Unless stated otherwise, Brightfield Labs owns the original website content and design or uses them with permission. Visitors may view the website for ordinary informational and business-evaluation purposes, but may not republish or commercially exploit substantial content without permission.
|
|
16
|
+
|
|
17
|
+
Third-party names, trademarks, and materials remain the property of their respective owners.
|
|
18
|
+
|
|
19
|
+
## Acceptable use
|
|
20
|
+
|
|
21
|
+
Visitors must not use the website unlawfully, interfere with its operation or security, attempt unauthorized access, introduce malicious code, impose unreasonable automated load, or misrepresent an affiliation with Brightfield Labs.
|
|
22
|
+
|
|
23
|
+
## External services
|
|
24
|
+
|
|
25
|
+
Links to third-party websites are provided for convenience. Brightfield Labs does not control their availability, security, content, or terms.
|
|
26
|
+
|
|
27
|
+
## Availability and disclaimer
|
|
28
|
+
|
|
29
|
+
We may change, suspend, or discontinue the website at any time. The website and its informational content are provided on an **"as available"** basis. To the extent permitted by law, we do not guarantee that the website will always be available, error-free, complete, or suitable for a particular purpose.
|
|
30
|
+
|
|
31
|
+
## Liability
|
|
32
|
+
|
|
33
|
+
To the extent permitted by law, Brightfield Labs is not liable for indirect or consequential losses arising solely from use of, inability to use, or reliance on this public website. Nothing here excludes rights or liabilities that cannot legally be excluded.
|
|
34
|
+
|
|
35
|
+
## Privacy
|
|
36
|
+
|
|
37
|
+
Our handling of personal information is described in the [Privacy Policy](privacy.md), and browser storage is described in the [Cookies and Local Storage Policy](cookies.md).
|
|
38
|
+
|
|
39
|
+
## Changes
|
|
40
|
+
|
|
41
|
+
We may update these terms from time to time. Updated terms apply from publication unless otherwise stated.
|
|
42
|
+
|
|
43
|
+
## Contact
|
|
44
|
+
|
|
45
|
+
**Brightfield Labs**
|
|
46
|
+
100 Example Street
|
|
47
|
+
Sample City, EX 10000
|
|
48
|
+
|
|
49
|
+
Email: [hello@example.com](mailto:hello@example.com)
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"title": "Brightfield Live FAQ",
|
|
3
|
+
"description": "Example frequently asked questions for a software product",
|
|
4
|
+
"canonical": "https://example.com/faq",
|
|
5
|
+
"widget": "Faq",
|
|
6
|
+
"class": "bg-window",
|
|
7
|
+
"displayTitle": true,
|
|
8
|
+
"faq": {
|
|
9
|
+
"mainEntity": [
|
|
10
|
+
{
|
|
11
|
+
"name": "What is Brightfield Live?",
|
|
12
|
+
"acceptedAnswer": "Brightfield Live is a fictional production workspace used to demonstrate Statify's rich landing-page and FAQ widgets. Replace this answer with a concise description of the real product."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "Which platforms are supported?",
|
|
16
|
+
"acceptedAnswer": "List the operating systems, browsers, devices, or deployment environments supported by the real product. Include minimum versions only when they have been verified."
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "What hardware do I need?",
|
|
20
|
+
"acceptedAnswer": "Describe the minimum and recommended hardware for the product. Separate required equipment from optional controllers, cameras, microphones, or other accessories."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "How do I install the application?",
|
|
24
|
+
"acceptedAnswer": "1. Download the appropriate installer from the official product page.\n2. Follow the platform-specific installation steps.\n3. Open the application and complete the initial setup.\n\nReplace these example steps with verified instructions and links."
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "Can I try it before purchasing?",
|
|
28
|
+
"acceptedAnswer": "Explain whether a trial, demonstration, free tier, or evaluation license is available. Do not promise pricing or availability that has not been confirmed."
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Where can I find the user guide?",
|
|
32
|
+
"acceptedAnswer": "Start with the [getting-started guide](/docs/getting-started), then link to task-based guides and the complete reference documentation."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "Why does video playback appear slow?",
|
|
36
|
+
"acceptedAnswer": "Video performance may depend on source resolution, encoding, browser capabilities, available memory, and graphics acceleration. Confirm the supported configuration, close unnecessary workloads, and test with a smaller source before contacting support."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "How do I switch between light and dark mode?",
|
|
40
|
+
"acceptedAnswer": "Use the sun or moon button in the navigation bar. The selected preference is stored locally in the browser and reused on the next visit."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Can I use my own images, audio, and video?",
|
|
44
|
+
"acceptedAnswer": "Yes. Document the supported file formats and size limits for the real product. Users are responsible for ensuring they have permission to use imported media."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "How should third-party media be credited?",
|
|
48
|
+
"acceptedAnswer": "Keep the creator name, original source, license, and any required attribution text with the asset. Publish those credits wherever the applicable license requires them."
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "How can I get support?",
|
|
52
|
+
"acceptedAnswer": "Email [support@example.com](mailto:support@example.com) with the product version, operating system, a clear description of the issue, and steps that reproduce it."
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"author": {
|
|
56
|
+
"@type": "Organization",
|
|
57
|
+
"name": "Brightfield Labs",
|
|
58
|
+
"url": "https://example.com",
|
|
59
|
+
"logo": "https://example.com/res/logos/logo.white.png"
|
|
60
|
+
},
|
|
61
|
+
"publisher": {
|
|
62
|
+
"@type": "Organization",
|
|
63
|
+
"name": "Brightfield Labs",
|
|
64
|
+
"url": "https://example.com",
|
|
65
|
+
"logo": "https://example.com/res/logos/logo.white.png"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,333 @@
|
|
|
1
|
+
{
|
|
2
|
+
"widget": "FeatureList",
|
|
3
|
+
"title": "Brightfield Live",
|
|
4
|
+
"titleRaw": true,
|
|
5
|
+
"canonical": "https://example.com",
|
|
6
|
+
"class": "bg-window",
|
|
7
|
+
"features": {
|
|
8
|
+
"containerClass": "pad-0 bg-six-lite back-zero",
|
|
9
|
+
"itemsClass": "pad-1",
|
|
10
|
+
"video": {
|
|
11
|
+
"url": "res/videos/obscene-studio-showcase-1",
|
|
12
|
+
"title": "Brightfield Live product showcase placeholder",
|
|
13
|
+
"autoplay": true,
|
|
14
|
+
"muted": "muted",
|
|
15
|
+
"loop": true,
|
|
16
|
+
"class": "order-first"
|
|
17
|
+
},
|
|
18
|
+
"title": {
|
|
19
|
+
"containerClass": "fullrow",
|
|
20
|
+
"class": "newbox",
|
|
21
|
+
"items": [
|
|
22
|
+
{
|
|
23
|
+
"image": "res/trans-horizontal.png",
|
|
24
|
+
"class": "col-12",
|
|
25
|
+
"imageClass": "none",
|
|
26
|
+
"alt": "Brightfield Live logo placeholder"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"el": "h1",
|
|
30
|
+
"text": "Create memorable live experiences<br>without slowing down production",
|
|
31
|
+
"class": "col-12 col-md-10 offset-md-1"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"class": "col-12 col-md-10 offset-md-1 pad-4 pad-h",
|
|
35
|
+
"text": "Brightfield Live is a fictional production workspace that demonstrates how a rich Statify landing page can combine product storytelling, local video, screenshots, nested cards, and consent-aware media embeds."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"link": {
|
|
39
|
+
"text": "Request a demo",
|
|
40
|
+
"href": "mailto:hello@example.com",
|
|
41
|
+
"class": "marg-4 accentbutton"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"cards": [
|
|
47
|
+
{
|
|
48
|
+
"title": "About Brightfield Live",
|
|
49
|
+
"containerClass": "pad-0 back-one",
|
|
50
|
+
"class": "flexrow wrap imagecarousel nearbox",
|
|
51
|
+
"items": [
|
|
52
|
+
{
|
|
53
|
+
"el": "h2",
|
|
54
|
+
"text": "One workspace from idea to broadcast"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"el": "div",
|
|
58
|
+
"class": "flexbreak"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"class": "col-12 col-md-10 member font-125",
|
|
62
|
+
"text": "Plan scenes, arrange media, and prepare interactive moments in a visual workspace designed for fast-moving teams."
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"class": "col-12 col-md-10 member font-125",
|
|
66
|
+
"text": "During a live session, operators can trigger prepared content, adjust parameters, and coordinate changes without interrupting the underlying production."
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"class": "col-12 col-md-10 member font-125",
|
|
70
|
+
"text": "The examples below show how image-led feature cards can explain several use cases while retaining a consistent responsive layout."
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"image": "res/index/scr-music-clubbing.webp",
|
|
74
|
+
"class": "shot col-12 col-md-6 usecase",
|
|
75
|
+
"title": "Brand Moments",
|
|
76
|
+
"alt": "Example interface for arranging branded content during a live production"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"image": "res/index/scr-pollos-hermanos.webp",
|
|
80
|
+
"class": "shot col-12 col-md-6 usecase",
|
|
81
|
+
"title": "Interactive Graphics",
|
|
82
|
+
"alt": "Example interactive graphic controlled from the production workspace"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"image": "res/index/scr-football-1.webp",
|
|
86
|
+
"class": "shot col-12 col-md-6 usecase",
|
|
87
|
+
"title": "Live Information",
|
|
88
|
+
"alt": "Example information layout combining video, data, and supporting graphics"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"image": "res/index/scr-gaming-warning.webp",
|
|
92
|
+
"class": "shot col-12 col-md-6 usecase",
|
|
93
|
+
"title": "Audience Engagement",
|
|
94
|
+
"alt": "Example audience-engagement scene with several controllable elements"
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"title": "Getting Started",
|
|
100
|
+
"card": true,
|
|
101
|
+
"class": "nearbox",
|
|
102
|
+
"containerClass": "pad-0 back-two",
|
|
103
|
+
"items": [
|
|
104
|
+
{
|
|
105
|
+
"el": "h2",
|
|
106
|
+
"text": "Start with the tools you already use"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"el": "div",
|
|
110
|
+
"class": "flexbreak"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"class": "col-12 col-md-10 font-125",
|
|
114
|
+
"text": "Connect Brightfield Live to an existing production workflow, choose a starter layout, and adapt it as the event develops. This section demonstrates an explanatory diagram followed by a YouTube embed."
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"class": "obsimagevignette shot",
|
|
118
|
+
"image": "res/index/obscene-diagram.webp",
|
|
119
|
+
"alt": "Example diagram showing a production workspace connected to external tools"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"youtube": {
|
|
123
|
+
"ref": "YOUR_VIDEO_ID",
|
|
124
|
+
"image": "res/index/obscene-promo-720.webp",
|
|
125
|
+
"title": "Brightfield Live getting-started video placeholder",
|
|
126
|
+
"class": "smallervideo"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
],
|
|
130
|
+
"links": [
|
|
131
|
+
{
|
|
132
|
+
"text": "Read the getting-started guide",
|
|
133
|
+
"href": "docs/getting-started"
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"title": "Creation Stage",
|
|
139
|
+
"card": true,
|
|
140
|
+
"class": "nearbox",
|
|
141
|
+
"containerClass": "pad-0 back-three",
|
|
142
|
+
"items": [
|
|
143
|
+
{
|
|
144
|
+
"el": "h2",
|
|
145
|
+
"text": "Create"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"el": "div",
|
|
149
|
+
"class": "flexbreak"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"text": "Bring content, layout, and interaction together in one visual composition. Save useful arrangements as reusable starting points for future productions.",
|
|
153
|
+
"class": "col-12 col-md-10 font-125"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"class": "obsimage fullimage shot",
|
|
157
|
+
"image": "res/index/studio-screenshot.webp",
|
|
158
|
+
"alt": "Example visual editor with a canvas and configuration controls"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"cards": [
|
|
162
|
+
{
|
|
163
|
+
"icon": "broadcast-tower accent",
|
|
164
|
+
"title": "Designed for live teams",
|
|
165
|
+
"subclass": "mone",
|
|
166
|
+
"left": true,
|
|
167
|
+
"subhead": "work together",
|
|
168
|
+
"text": "Keep the controls needed during a live session close at hand while leaving setup details available for preparation and review."
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"icon": "pen-fancy accent",
|
|
172
|
+
"title": "Build visual scenes",
|
|
173
|
+
"subclass": "mone",
|
|
174
|
+
"left": true,
|
|
175
|
+
"subhead": "compose clearly",
|
|
176
|
+
"text": "Combine text, imagery, video, and data-driven elements into scenes that can be reused and adjusted."
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"icon": "icons accent",
|
|
180
|
+
"title": "Bring your own media",
|
|
181
|
+
"subclass": "mone",
|
|
182
|
+
"left": true,
|
|
183
|
+
"subhead": "respect the source",
|
|
184
|
+
"text": "Use appropriately licensed media and keep creator, source, and usage information with every asset."
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"icon": "object-group accent",
|
|
188
|
+
"title": "Create reusable patterns",
|
|
189
|
+
"subclass": "mone",
|
|
190
|
+
"left": true,
|
|
191
|
+
"subhead": "start faster",
|
|
192
|
+
"text": "Turn successful layouts into repeatable patterns that provide structure without limiting creative choices.",
|
|
193
|
+
"links": [
|
|
194
|
+
{
|
|
195
|
+
"text": "Explore examples",
|
|
196
|
+
"href": "docs/examples"
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"title": "Live Stage",
|
|
206
|
+
"card": true,
|
|
207
|
+
"class": "nearbox",
|
|
208
|
+
"containerClass": "pad-0 back-four",
|
|
209
|
+
"items": [
|
|
210
|
+
{
|
|
211
|
+
"el": "h2",
|
|
212
|
+
"text": "Go live"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"el": "div",
|
|
216
|
+
"class": "flexbreak"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"text": "Load a prepared project, monitor the current scene, and make controlled changes as the production unfolds. Operators can use on-screen controls or supported external devices.",
|
|
220
|
+
"class": "col-12 col-md-10 font-125"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"youtube": {
|
|
224
|
+
"class": "smallervideo",
|
|
225
|
+
"ref": "YOUR_SECOND_VIDEO_ID",
|
|
226
|
+
"image": "res/videos/obscene-promo-720.webp",
|
|
227
|
+
"title": "Brightfield Live workflow video placeholder"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"cards": [
|
|
232
|
+
{
|
|
233
|
+
"subclass": "mone",
|
|
234
|
+
"title": "Use tactile controls",
|
|
235
|
+
"left": true,
|
|
236
|
+
"subhead": "responsive operation",
|
|
237
|
+
"icon": "sliders-h accent",
|
|
238
|
+
"text": "Map the most important actions to familiar controls so an operator can respond without searching through menus.",
|
|
239
|
+
"items": [
|
|
240
|
+
{
|
|
241
|
+
"class": "fullimage obsimagevignette shot",
|
|
242
|
+
"image": "res/index/obscene-studio-midi-controllers-3.webp",
|
|
243
|
+
"alt": "Example external controllers used with a live production interface"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"title": "Build spatial presentations",
|
|
249
|
+
"icon": "cube accent",
|
|
250
|
+
"left": true,
|
|
251
|
+
"subhead": "another dimension",
|
|
252
|
+
"text": "Use spatial layouts when a flat composition cannot communicate the idea. Combine environments, objects, cameras, and lighting into an explorable presentation.",
|
|
253
|
+
"subclass": "mone",
|
|
254
|
+
"links": [
|
|
255
|
+
{
|
|
256
|
+
"text": "View spatial examples",
|
|
257
|
+
"href": "docs/spatial"
|
|
258
|
+
}
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"footer": {
|
|
267
|
+
"title": "Media and attribution",
|
|
268
|
+
"class": "flexcol",
|
|
269
|
+
"containerClass": "none",
|
|
270
|
+
"outerClass": "back-five",
|
|
271
|
+
"items": [
|
|
272
|
+
{
|
|
273
|
+
"text": "The media in this template is placeholder content. Replace it with project-appropriate assets and retain any creator, source, and license information required for reuse.",
|
|
274
|
+
"class": "attrib-1"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"class": "attrib-2",
|
|
278
|
+
"text": "For third-party photographs, video, music, illustrations, stickers, maps, or fonts, verify the applicable license and publish the required attribution before deployment."
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"link": {
|
|
282
|
+
"text": "Talk to Brightfield Labs",
|
|
283
|
+
"href": "mailto:hello@example.com",
|
|
284
|
+
"class": "marg-4 accentbutton"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"class": "fullimage shot obsvideo inner",
|
|
289
|
+
"youtube": {
|
|
290
|
+
"ref": "YOUR_PROMO_VIDEO_ID",
|
|
291
|
+
"image": "res/index/obscene-promo-720.webp",
|
|
292
|
+
"title": "Brightfield Live promotional video placeholder"
|
|
293
|
+
},
|
|
294
|
+
"alt": "Promotional video placeholder for Brightfield Live"
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"footer": {
|
|
300
|
+
"title": "Brightfield Live",
|
|
301
|
+
"copyright": "Brightfield Labs © 2026",
|
|
302
|
+
"links": [
|
|
303
|
+
{
|
|
304
|
+
"title": "FAQ",
|
|
305
|
+
"href": "faq"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"title": "Documentation",
|
|
309
|
+
"href": "docs/index"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"title": "Privacy",
|
|
313
|
+
"href": "docs/privacy"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"title": "Terms",
|
|
317
|
+
"href": "docs/tos"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"title": "Contact",
|
|
321
|
+
"href": "mailto:hello@example.com"
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
"snippet": {
|
|
326
|
+
"@context": "https://schema.org",
|
|
327
|
+
"@type": "SoftwareApplication",
|
|
328
|
+
"name": "Brightfield Live",
|
|
329
|
+
"operatingSystem": "Web",
|
|
330
|
+
"applicationCategory": "MultimediaApplication",
|
|
331
|
+
"description": "A fictional live-production application used to demonstrate a rich Statify landing page."
|
|
332
|
+
}
|
|
333
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 2000' fill='#808'>
|
|
2
|
+
<path d='M1891 560c0-277-224-509-501-499-372 13-397 281-504 302s-215-179-511-75a459 459 0 0 0-222 218C10 809 262 886 259 992s-201 171-82 395c34 64 99 127 212 141 56 6 103 47 115 102a377 377 0 0 0 383 310c222 2 528-202 380-536-42-97 30-123 73-194s-11-120 128-156c233-61 423-246 423-494Z'></path>
|
|
3
|
+
</svg>
|