@tangle-network/starter-foundry 0.1.0 → 0.3.0
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/dist/cli.js +30 -0
- package/dist/cli.js.map +1 -1
- package/dist/lib/agent-context.d.ts +43 -0
- package/dist/lib/agent-context.js +63 -0
- package/dist/lib/agent-context.js.map +1 -0
- package/dist/lib/compose-prompt.d.ts +50 -0
- package/dist/lib/compose-prompt.js +68 -0
- package/dist/lib/compose-prompt.js.map +1 -0
- package/dist/lib/compose.js +2 -0
- package/dist/lib/compose.js.map +1 -1
- package/dist/lib/index.d.ts +6 -1
- package/dist/lib/index.js +4 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/industries.d.ts +33 -0
- package/dist/lib/industries.js +52 -0
- package/dist/lib/industries.js.map +1 -0
- package/dist/lib/keywords.d.ts +6 -0
- package/dist/lib/keywords.js +21 -0
- package/dist/lib/keywords.js.map +1 -1
- package/dist/lib/prompt-planner.js +21 -1
- package/dist/lib/prompt-planner.js.map +1 -1
- package/dist/lib/telemetry.d.ts +1 -0
- package/dist/lib/telemetry.js.map +1 -1
- package/package.json +4 -1
- package/registry/layers/capability/layout-landing/files/features-section.tsx +54 -77
- package/registry/layers/capability/layout-landing/files/hero-section.tsx +18 -23
- package/registry/layers/capability/layout-landing/files/landing-page.tsx +25 -63
- package/registry/layers/capability/layout-landing/files/personalize.json +146 -0
- package/registry/layers/capability/layout-landing/files/pricing-section.tsx +45 -94
- package/registry/layers/capability/layout-landing/manifest.json +4 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/features-section.tsx +55 -59
- package/registry/layers/capability/layout-landing/variants/dark-product/hero-section.tsx +83 -55
- package/registry/layers/capability/layout-landing/variants/dark-product/landing-page.tsx +25 -63
- package/registry/layers/capability/layout-landing/variants/dark-product/personalize.json +53 -0
- package/registry/layers/capability/layout-landing/variants/dark-product/pricing-section.tsx +51 -91
- package/registry/layers/capability/layout-landing/variants/default/features-section.tsx +54 -77
- package/registry/layers/capability/layout-landing/variants/default/hero-section.tsx +18 -23
- package/registry/layers/capability/layout-landing/variants/default/landing-page.tsx +25 -63
- package/registry/layers/capability/layout-landing/variants/default/personalize.json +146 -0
- package/registry/layers/capability/layout-landing/variants/default/pricing-section.tsx +45 -94
- package/registry/layers/capability/layout-landing/variants/gradient-hero/features-section.tsx +53 -57
- package/registry/layers/capability/layout-landing/variants/gradient-hero/hero-section.tsx +86 -53
- package/registry/layers/capability/layout-landing/variants/gradient-hero/landing-page.tsx +25 -63
- package/registry/layers/capability/layout-landing/variants/gradient-hero/personalize.json +53 -0
- package/registry/layers/capability/layout-landing/variants/gradient-hero/pricing-section.tsx +49 -88
- package/registry/layers/capability/layout-landing/variants/minimal-clean/features-section.tsx +53 -51
- package/registry/layers/capability/layout-landing/variants/minimal-clean/hero-section.tsx +88 -47
- package/registry/layers/capability/layout-landing/variants/minimal-clean/landing-page.tsx +25 -63
- package/registry/layers/capability/layout-landing/variants/minimal-clean/personalize.json +53 -0
- package/registry/layers/capability/layout-landing/variants/minimal-clean/pricing-section.tsx +51 -87
- package/registry/layers/framework/nextjs-app-router/files/layout.tsx +1 -0
- package/registry/layers/framework/nextjs-app-router/files/personalize.css +1 -0
- package/registry/layers/framework/nextjs-app-router/manifest.json +4 -0
- package/registry/layers/framework/react-vite-ts/files/main.ts +1 -0
- package/registry/layers/framework/react-vite-ts/files/personalize.css +1 -0
- package/registry/layers/framework/react-vite-ts/manifest.json +4 -0
- package/registry/layers/industry/creative/files/personalize.css +11 -0
- package/registry/layers/industry/creative/manifest.json +39 -0
- package/registry/layers/industry/crypto/files/personalize.css +11 -0
- package/registry/layers/industry/crypto/manifest.json +41 -0
- package/registry/layers/industry/ecommerce/files/personalize.css +11 -0
- package/registry/layers/industry/ecommerce/manifest.json +39 -0
- package/registry/layers/industry/education/files/personalize.css +11 -0
- package/registry/layers/industry/education/manifest.json +39 -0
- package/registry/layers/industry/finance/files/personalize.css +11 -0
- package/registry/layers/industry/finance/manifest.json +39 -0
- package/registry/layers/industry/fitness/files/personalize.css +11 -0
- package/registry/layers/industry/fitness/manifest.json +43 -0
- package/registry/layers/industry/gaming/files/personalize.css +11 -0
- package/registry/layers/industry/gaming/manifest.json +39 -0
- package/registry/layers/industry/health/files/personalize.css +11 -0
- package/registry/layers/industry/health/manifest.json +39 -0
- package/registry/layers/industry/restaurant/files/personalize.css +11 -0
- package/registry/layers/industry/restaurant/manifest.json +41 -0
- package/registry/layers/industry/saas/files/personalize.css +11 -0
- package/registry/layers/industry/saas/manifest.json +39 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "health",
|
|
3
|
+
"description": "Healthcare, wellness, meditation, mental health",
|
|
4
|
+
"group": "industry",
|
|
5
|
+
"appliesTo": [
|
|
6
|
+
"nextjs-ts",
|
|
7
|
+
"react-vite-ts",
|
|
8
|
+
"fullstack-ts",
|
|
9
|
+
"remix-ts",
|
|
10
|
+
"sveltekit-ts",
|
|
11
|
+
"vue-ts",
|
|
12
|
+
"frontend-static"
|
|
13
|
+
],
|
|
14
|
+
"keywords": [
|
|
15
|
+
"health",
|
|
16
|
+
"wellness",
|
|
17
|
+
"meditation",
|
|
18
|
+
"mental health",
|
|
19
|
+
"therapy",
|
|
20
|
+
"medical",
|
|
21
|
+
"clinic",
|
|
22
|
+
"doctor",
|
|
23
|
+
"patient",
|
|
24
|
+
"mindfulness"
|
|
25
|
+
],
|
|
26
|
+
"files": [
|
|
27
|
+
{
|
|
28
|
+
"source": "files/personalize.css",
|
|
29
|
+
"target": "src/personalize.css"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"source": "files/personalize.css",
|
|
33
|
+
"target": "app/personalize.css"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"defaults": {
|
|
37
|
+
"industryTone": "calm, trustworthy, caring"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* Industry: restaurant — overrides Tailwind v4 @theme defaults at runtime */
|
|
2
|
+
:root {
|
|
3
|
+
--color-primary: hsl(24 95% 53%);
|
|
4
|
+
--color-accent: hsl(0 84% 60%);
|
|
5
|
+
--color-ring: hsl(24 95% 53%);
|
|
6
|
+
}
|
|
7
|
+
.dark {
|
|
8
|
+
--color-primary: hsl(24 95% 53%);
|
|
9
|
+
--color-accent: hsl(0 84% 60%);
|
|
10
|
+
--color-ring: hsl(24 95% 53%);
|
|
11
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "restaurant",
|
|
3
|
+
"description": "Restaurants, food delivery, menus, reservations",
|
|
4
|
+
"group": "industry",
|
|
5
|
+
"appliesTo": [
|
|
6
|
+
"nextjs-ts",
|
|
7
|
+
"react-vite-ts",
|
|
8
|
+
"fullstack-ts",
|
|
9
|
+
"remix-ts",
|
|
10
|
+
"sveltekit-ts",
|
|
11
|
+
"vue-ts",
|
|
12
|
+
"frontend-static"
|
|
13
|
+
],
|
|
14
|
+
"keywords": [
|
|
15
|
+
"restaurant",
|
|
16
|
+
"food",
|
|
17
|
+
"menu",
|
|
18
|
+
"cafe",
|
|
19
|
+
"bistro",
|
|
20
|
+
"pizza",
|
|
21
|
+
"delivery",
|
|
22
|
+
"reservations",
|
|
23
|
+
"catering",
|
|
24
|
+
"dining",
|
|
25
|
+
"kitchen",
|
|
26
|
+
"chef"
|
|
27
|
+
],
|
|
28
|
+
"files": [
|
|
29
|
+
{
|
|
30
|
+
"source": "files/personalize.css",
|
|
31
|
+
"target": "src/personalize.css"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"source": "files/personalize.css",
|
|
35
|
+
"target": "app/personalize.css"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"defaults": {
|
|
39
|
+
"industryTone": "warm, inviting, appetizing"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* Industry: saas — overrides Tailwind v4 @theme defaults at runtime */
|
|
2
|
+
:root {
|
|
3
|
+
--color-primary: hsl(220 90% 56%);
|
|
4
|
+
--color-accent: hsl(262 83% 58%);
|
|
5
|
+
--color-ring: hsl(220 90% 56%);
|
|
6
|
+
}
|
|
7
|
+
.dark {
|
|
8
|
+
--color-primary: hsl(220 90% 56%);
|
|
9
|
+
--color-accent: hsl(262 83% 58%);
|
|
10
|
+
--color-ring: hsl(220 90% 56%);
|
|
11
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "saas",
|
|
3
|
+
"description": "SaaS, B2B tools, dashboards, productivity software",
|
|
4
|
+
"group": "industry",
|
|
5
|
+
"appliesTo": [
|
|
6
|
+
"nextjs-ts",
|
|
7
|
+
"react-vite-ts",
|
|
8
|
+
"fullstack-ts",
|
|
9
|
+
"remix-ts",
|
|
10
|
+
"sveltekit-ts",
|
|
11
|
+
"vue-ts",
|
|
12
|
+
"frontend-static"
|
|
13
|
+
],
|
|
14
|
+
"keywords": [
|
|
15
|
+
"saas",
|
|
16
|
+
"b2b",
|
|
17
|
+
"dashboard",
|
|
18
|
+
"analytics",
|
|
19
|
+
"productivity",
|
|
20
|
+
"workflow",
|
|
21
|
+
"enterprise",
|
|
22
|
+
"crm",
|
|
23
|
+
"erp",
|
|
24
|
+
"admin panel"
|
|
25
|
+
],
|
|
26
|
+
"files": [
|
|
27
|
+
{
|
|
28
|
+
"source": "files/personalize.css",
|
|
29
|
+
"target": "src/personalize.css"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"source": "files/personalize.css",
|
|
33
|
+
"target": "app/personalize.css"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"defaults": {
|
|
37
|
+
"industryTone": "professional, confident, clear"
|
|
38
|
+
}
|
|
39
|
+
}
|