fraim-framework 2.0.52 → 2.0.54
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/registry/scripts/profile-server.js +2 -1
- package/dist/src/ai-manager/ai-manager.js +49 -1
- package/dist/src/ai-manager/phase-flow.js +68 -0
- package/dist/tests/test-debug-session.js +6 -2
- package/dist/tests/test-enhanced-session-init.js +6 -2
- package/dist/tests/test-mcp-lifecycle-methods.js +1 -2
- package/dist/tests/test-mcp-template-processing.js +6 -2
- package/dist/tests/test-modular-issue-tracking.js +6 -2
- package/dist/tests/test-node-compatibility.js +4 -2
- package/dist/tests/test-npm-install.js +4 -2
- package/dist/tests/test-productivity-integration.js +157 -0
- package/dist/tests/test-session-rehydration.js +1 -2
- package/dist/tests/test-telemetry.js +1 -2
- package/dist/tests/test-users-to-target-workflow.js +256 -0
- package/package.json +1 -1
- package/registry/agent-guardrails.md +62 -62
- package/registry/scripts/detect-tautological-tests.sh +38 -38
- package/registry/scripts/productivity/build-productivity-csv.mjs +242 -0
- package/registry/scripts/productivity/fetch-pr-details.mjs +144 -0
- package/registry/scripts/productivity/productivity-report.sh +147 -0
- package/registry/scripts/profile-server.ts +1 -1
- package/registry/scripts/validate-openapi-limits.ts +366 -366
- package/registry/scripts/validate-test-coverage.ts +280 -280
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-customer-profiling.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase1-survey-scoping.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-platform-discovery.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase2-survey-build-linkedin.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-prospect-qualification.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase3-survey-build-reddit.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-inventory-compilation.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase4-survey-build-x.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase5-survey-build-facebook.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase6-survey-build-custom.md +11 -0
- package/registry/stubs/workflows/customer-development/ai-coach-phases/phase7-survey-dispatch.md +11 -0
- package/registry/stubs/workflows/customer-development/templates/customer-persona-template.md +11 -0
- package/registry/stubs/workflows/customer-development/templates/search-strategy-template.md +11 -0
- package/registry/stubs/workflows/customer-development/user-survey-dispatch.md +11 -0
- package/registry/stubs/workflows/customer-development/users-to-target.md +11 -0
- package/registry/stubs/workflows/productivity-report/productivity-report.md +11 -0
- package/bin/fraim.js +0 -8
- package/dist/registry/ai-manager-rules/design-phases/design.md +0 -108
- package/dist/registry/ai-manager-rules/design-phases/finalize.md +0 -60
- package/dist/registry/ai-manager-rules/design-phases/validate.md +0 -125
- package/dist/registry/ai-manager-rules/design.json +0 -97
- package/dist/registry/ai-manager-rules/implement-phases/code.md +0 -323
- package/dist/registry/ai-manager-rules/implement-phases/completeness-review.md +0 -94
- package/dist/registry/ai-manager-rules/implement-phases/finalize.md +0 -177
- package/dist/registry/ai-manager-rules/implement-phases/quality-review.md +0 -304
- package/dist/registry/ai-manager-rules/implement-phases/regression.md +0 -159
- package/dist/registry/ai-manager-rules/implement-phases/repro.md +0 -101
- package/dist/registry/ai-manager-rules/implement-phases/scoping.md +0 -93
- package/dist/registry/ai-manager-rules/implement-phases/smoke.md +0 -225
- package/dist/registry/ai-manager-rules/implement-phases/spike.md +0 -118
- package/dist/registry/ai-manager-rules/implement-phases/validate.md +0 -347
- package/dist/registry/ai-manager-rules/implement.json +0 -153
- package/dist/registry/ai-manager-rules/shared-phases/finalize.md +0 -169
- package/dist/registry/ai-manager-rules/spec-phases/finalize.md +0 -60
- package/dist/registry/ai-manager-rules/spec-phases/spec.md +0 -102
- package/dist/registry/ai-manager-rules/spec-phases/validate.md +0 -118
- package/dist/registry/ai-manager-rules/spec.json +0 -112
- package/dist/registry/ai-manager-rules/test.json +0 -98
- package/dist/registry/scripts/build-scripts-generator.js +0 -205
- package/dist/registry/scripts/fraim-config.js +0 -61
- package/dist/registry/scripts/generic-issues-api.js +0 -100
- package/dist/registry/scripts/openapi-generator.js +0 -664
- package/dist/registry/scripts/performance/profile-server.js +0 -390
- package/dist/src/ai-manager/evidence-validator.js +0 -309
- package/dist/src/fraim/issue-tracking/ado-provider.js +0 -304
- package/dist/src/fraim/issue-tracking/factory.js +0 -63
- package/dist/src/fraim/issue-tracking/github-provider.js +0 -200
- package/dist/src/fraim/issue-tracking/types.js +0 -7
- package/dist/src/fraim/issue-tracking-config.js +0 -83
- package/dist/src/static-website-middleware.js +0 -75
- package/dist/test-utils.js +0 -96
- package/dist/tests/esm-compat.js +0 -11
- package/dist/tests/test-ai-manager-phase-protocol.js +0 -147
- package/dist/tests/test-ai-manager.js +0 -118
- package/dist/tests/test-chalk-esm-issue.js +0 -159
- package/dist/tests/test-chalk-real-world.js +0 -265
- package/dist/tests/test-chalk-regression.js +0 -377
- package/dist/tests/test-chalk-resolution-issue.js +0 -304
- package/dist/tests/test-evidence-validation.js +0 -221
- package/dist/tests/test-first-run-interactive.js +0 -1
- package/dist/tests/test-fraim-install-chalk-issue.js +0 -254
- package/dist/tests/test-markdown-to-pdf.js +0 -454
- package/dist/tests/test-npm-resolution-diagnostic.js +0 -140
- package/dist/tests/test-pr-review-integration.js +0 -1
- package/dist/website/.nojekyll +0 -0
- package/dist/website/404.html +0 -101
- package/dist/website/CNAME +0 -1
- package/dist/website/README.md +0 -22
- package/dist/website/demo.html +0 -604
- package/dist/website/images/.gitkeep +0 -1
- package/dist/website/images/fraim-logo.png +0 -0
- package/dist/website/index.html +0 -290
- package/dist/website/pricing.html +0 -414
- package/dist/website/script.js +0 -55
- package/dist/website/styles.css +0 -2647
|
@@ -1,414 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<title>Pricing - FRAIM AI Management Platform</title>
|
|
7
|
-
<meta name="description" content="FRAIM pricing plans for AI management. From individual developers to enterprise teams.">
|
|
8
|
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
9
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
10
|
-
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
11
|
-
|
|
12
|
-
<!-- Favicon -->
|
|
13
|
-
<link rel="icon" type="image/png" sizes="32x32" href="images/fraim-logo.png">
|
|
14
|
-
<link rel="icon" type="image/png" sizes="16x16" href="images/fraim-logo.png">
|
|
15
|
-
<link rel="apple-touch-icon" sizes="180x180" href="images/fraim-logo.png">
|
|
16
|
-
<link rel="shortcut icon" href="images/fraim-logo.png">
|
|
17
|
-
|
|
18
|
-
<link rel="stylesheet" href="styles.css">
|
|
19
|
-
</head>
|
|
20
|
-
<body>
|
|
21
|
-
<!-- Navigation -->
|
|
22
|
-
<nav class="navbar">
|
|
23
|
-
<div class="nav-container">
|
|
24
|
-
<div class="nav-brand">
|
|
25
|
-
<img src="images/fraim-logo.png" alt="FRAIM" class="nav-logo">
|
|
26
|
-
</div>
|
|
27
|
-
<div class="nav-menu">
|
|
28
|
-
<a href="index.html" class="nav-link">Home</a>
|
|
29
|
-
<a href="index.html#features" class="nav-link">Features</a>
|
|
30
|
-
<a href="index.html#how-it-works" class="nav-link">How It Works</a>
|
|
31
|
-
<a href="pricing.html" class="nav-link active">Pricing</a>
|
|
32
|
-
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle theme">
|
|
33
|
-
<span class="theme-icon">🌙</span>
|
|
34
|
-
</button>
|
|
35
|
-
<a href="https://github.com/mathursrus/FRAIM" class="btn btn-primary btn-sm">Get Started</a>
|
|
36
|
-
</div>
|
|
37
|
-
</div>
|
|
38
|
-
</nav>
|
|
39
|
-
|
|
40
|
-
<!-- Pricing Hero -->
|
|
41
|
-
<section class="hero pricing-hero">
|
|
42
|
-
<div class="container">
|
|
43
|
-
<div class="hero-content single-column">
|
|
44
|
-
<div class="hero-text centered">
|
|
45
|
-
<h1 class="hero-title">
|
|
46
|
-
Build production software <span class="highlight">10x faster</span><br>
|
|
47
|
-
at <span class="highlight">1/10th the cost</span>
|
|
48
|
-
</h1>
|
|
49
|
-
<p class="hero-subtitle">
|
|
50
|
-
FRAIM is an AI-managed delivery system that turns strategy into high-quality specs,
|
|
51
|
-
strong business plans, and production-grade code—with the speed of AI and the discipline of experienced delivery teams.
|
|
52
|
-
</p>
|
|
53
|
-
</div>
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
56
|
-
</section>
|
|
57
|
-
|
|
58
|
-
<!-- Capability Assessment -->
|
|
59
|
-
<section class="capability-assessment">
|
|
60
|
-
<div class="container">
|
|
61
|
-
<div class="section-header">
|
|
62
|
-
<h2 class="section-title">Where do you fit?</h2>
|
|
63
|
-
<p class="section-subtitle">Two teams can use the same AI models and get wildly different outcomes. The difference is management.</p>
|
|
64
|
-
</div>
|
|
65
|
-
|
|
66
|
-
<div class="assessment-grid">
|
|
67
|
-
<div class="assessment-card">
|
|
68
|
-
<div class="card-header">
|
|
69
|
-
<span class="card-icon">✅</span>
|
|
70
|
-
<h3>I'm already a strong AI manager</h3>
|
|
71
|
-
</div>
|
|
72
|
-
<div class="card-content">
|
|
73
|
-
<ul class="assessment-list">
|
|
74
|
-
<li>I have improved my productivity >10x by using AI as my employee</li>
|
|
75
|
-
<li>I can direct AI clearly and keep it on track</li>
|
|
76
|
-
<li>I run tight review loops (quality, tests, architecture)</li>
|
|
77
|
-
<li>I ship outcomes with minimal back-and-forth</li>
|
|
78
|
-
<li>I create leverage, parallelism, and speed</li>
|
|
79
|
-
</ul>
|
|
80
|
-
</div>
|
|
81
|
-
</div>
|
|
82
|
-
|
|
83
|
-
<div class="assessment-card">
|
|
84
|
-
<div class="card-header">
|
|
85
|
-
<span class="card-icon">📈</span>
|
|
86
|
-
<h3>I want to become a strong AI manager</h3>
|
|
87
|
-
</div>
|
|
88
|
-
<div class="card-content">
|
|
89
|
-
<ul class="assessment-list">
|
|
90
|
-
<li>I use AI as my sidekick to help me be slightly more productive</li>
|
|
91
|
-
<li>I get value from AI, but it's inconsistent</li>
|
|
92
|
-
<li>I use AI regularly, and rely on repeating similar prompts</li>
|
|
93
|
-
<li>I give AI direction, but don't trust it with outcomes</li>
|
|
94
|
-
<li>I know there's something more here, but don't know how to get there</li>
|
|
95
|
-
</ul>
|
|
96
|
-
</div>
|
|
97
|
-
</div>
|
|
98
|
-
|
|
99
|
-
<div class="assessment-card">
|
|
100
|
-
<div class="card-header">
|
|
101
|
-
<span class="card-icon">🤝</span>
|
|
102
|
-
<h3>I need a strong AI manager</h3>
|
|
103
|
-
</div>
|
|
104
|
-
<div class="card-content">
|
|
105
|
-
<ul class="assessment-list">
|
|
106
|
-
<li>I don't have time to manage agents day-to-day</li>
|
|
107
|
-
<li>I want outcomes delivered with accountability</li>
|
|
108
|
-
<li>I want speed without building a new function in-house</li>
|
|
109
|
-
<li>I want a trusted team that runs delivery for me</li>
|
|
110
|
-
</ul>
|
|
111
|
-
</div>
|
|
112
|
-
</div>
|
|
113
|
-
</div>
|
|
114
|
-
</div>
|
|
115
|
-
</section>
|
|
116
|
-
|
|
117
|
-
<!-- Pricing Plans -->
|
|
118
|
-
<section class="pricing-plans">
|
|
119
|
-
<div class="container">
|
|
120
|
-
<div class="section-header">
|
|
121
|
-
<h2 class="section-title">Bundle Pricing</h2>
|
|
122
|
-
<p class="section-subtitle">We price at 1/10th of the cost of hiring a full-time employee, while delivering 3-10x productivity uplift</p>
|
|
123
|
-
</div>
|
|
124
|
-
|
|
125
|
-
<div class="plans-grid">
|
|
126
|
-
<!-- Framework Plan -->
|
|
127
|
-
<div class="plan-card">
|
|
128
|
-
<div class="plan-header">
|
|
129
|
-
<h3 class="plan-name">Framework</h3>
|
|
130
|
-
<div class="plan-subtitle">I am a strong AI manager</div>
|
|
131
|
-
<div class="plan-price">
|
|
132
|
-
<span class="price-amount">~0.3x</span>
|
|
133
|
-
<span class="price-period">the cost of one full-time hire / month</span>
|
|
134
|
-
</div>
|
|
135
|
-
</div>
|
|
136
|
-
<div class="plan-content">
|
|
137
|
-
<div class="plan-description">
|
|
138
|
-
<p>High-quality specs, business plans, and production-grade code—fast. <strong>You run</strong> the workflows and review gates.</p>
|
|
139
|
-
</div>
|
|
140
|
-
<div class="plan-benefits">
|
|
141
|
-
<h4>What you get:</h4>
|
|
142
|
-
<ul>
|
|
143
|
-
<li>Complete FRAIM framework and workflows</li>
|
|
144
|
-
<li>AI management rules and guardrails</li>
|
|
145
|
-
<li>Evidence-based validation system</li>
|
|
146
|
-
<li>Structured development phases</li>
|
|
147
|
-
<li>Community support</li>
|
|
148
|
-
</ul>
|
|
149
|
-
</div>
|
|
150
|
-
<div class="plan-savings">
|
|
151
|
-
<h4>What you save:</h4>
|
|
152
|
-
<p>Typically <strong>~3x productivity uplift</strong>: fewer rewrites, faster cycles, less thrash.</p>
|
|
153
|
-
</div>
|
|
154
|
-
</div>
|
|
155
|
-
<div class="plan-footer">
|
|
156
|
-
<a href="https://github.com/mathursrus/FRAIM" class="btn btn-secondary">Get Started Free</a>
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
|
|
160
|
-
<!-- Managed Plan -->
|
|
161
|
-
<div class="plan-card featured">
|
|
162
|
-
<div class="plan-badge">Most Popular</div>
|
|
163
|
-
<div class="plan-header">
|
|
164
|
-
<h3 class="plan-name">Managed</h3>
|
|
165
|
-
<div class="plan-subtitle">I want to be a strong AI manager</div>
|
|
166
|
-
<div class="plan-price">
|
|
167
|
-
<span class="price-amount">~0.8-1.0x</span>
|
|
168
|
-
<span class="price-period">the cost of one full-time hire / month</span>
|
|
169
|
-
</div>
|
|
170
|
-
</div>
|
|
171
|
-
<div class="plan-content">
|
|
172
|
-
<div class="plan-description">
|
|
173
|
-
<p>Same outcomes, plus our AI managers provide <strong>training + office hours + bespoke support</strong> to help your team trend toward "strong AI manager" capability.</p>
|
|
174
|
-
</div>
|
|
175
|
-
<div class="plan-benefits">
|
|
176
|
-
<h4>What you get:</h4>
|
|
177
|
-
<ul>
|
|
178
|
-
<li>Everything in Framework plan</li>
|
|
179
|
-
<li>Dedicated AI management training</li>
|
|
180
|
-
<li>Weekly office hours with experts</li>
|
|
181
|
-
<li>Bespoke workflow customization</li>
|
|
182
|
-
<li>Priority support and guidance</li>
|
|
183
|
-
<li>Team onboarding assistance</li>
|
|
184
|
-
</ul>
|
|
185
|
-
</div>
|
|
186
|
-
<div class="plan-savings">
|
|
187
|
-
<h4>What you save:</h4>
|
|
188
|
-
<p>Similar uplift, plus <strong>ramp-time savings</strong>: you reach repeatable delivery faster with fewer mistakes.</p>
|
|
189
|
-
</div>
|
|
190
|
-
</div>
|
|
191
|
-
<div class="plan-footer">
|
|
192
|
-
<a href="https://github.com/mathursrus/FRAIM/issues/new" class="btn btn-primary">Contact Sales</a>
|
|
193
|
-
</div>
|
|
194
|
-
</div>
|
|
195
|
-
|
|
196
|
-
<!-- Enterprise Plan -->
|
|
197
|
-
<div class="plan-card">
|
|
198
|
-
<div class="plan-header">
|
|
199
|
-
<h3 class="plan-name">Enterprise</h3>
|
|
200
|
-
<div class="plan-subtitle">I need a strong AI manager</div>
|
|
201
|
-
<div class="plan-price">
|
|
202
|
-
<span class="price-amount">~2.0x</span>
|
|
203
|
-
<span class="price-period">the cost of one full-time hire / month</span>
|
|
204
|
-
</div>
|
|
205
|
-
</div>
|
|
206
|
-
<div class="plan-content">
|
|
207
|
-
<div class="plan-description">
|
|
208
|
-
<p><strong>We provide outsourced FRAIM AI managers</strong> who scope, plan, orchestrate agents, enforce quality gates, and deliver outcomes while keeping you in the loop.</p>
|
|
209
|
-
</div>
|
|
210
|
-
<div class="plan-benefits">
|
|
211
|
-
<h4>What you get:</h4>
|
|
212
|
-
<ul>
|
|
213
|
-
<li>Dedicated AI manager team</li>
|
|
214
|
-
<li>Full project scoping and planning</li>
|
|
215
|
-
<li>Agent orchestration and management</li>
|
|
216
|
-
<li>Quality gate enforcement</li>
|
|
217
|
-
<li>Outcome delivery with accountability</li>
|
|
218
|
-
<li>Custom workflow development</li>
|
|
219
|
-
</ul>
|
|
220
|
-
</div>
|
|
221
|
-
<div class="plan-savings">
|
|
222
|
-
<h4>What you save:</h4>
|
|
223
|
-
<p><strong>5-10 human-equivalent output</strong> delivered via staffed AI managers + agents, without hiring that team internally.</p>
|
|
224
|
-
</div>
|
|
225
|
-
</div>
|
|
226
|
-
<div class="plan-footer">
|
|
227
|
-
<a href="https://github.com/mathursrus/FRAIM/issues/new" class="btn btn-secondary">Contact Sales</a>
|
|
228
|
-
</div>
|
|
229
|
-
</div>
|
|
230
|
-
</div>
|
|
231
|
-
|
|
232
|
-
<div class="pricing-note">
|
|
233
|
-
<p><strong>Note:</strong> "Cost of one full-time hire" is a budgeting anchor. We'll align to your org's role levels, scope, and timelines during scoping.</p>
|
|
234
|
-
</div>
|
|
235
|
-
</div>
|
|
236
|
-
</section>
|
|
237
|
-
|
|
238
|
-
<!-- Bundle Outcomes -->
|
|
239
|
-
<section class="bundle-outcomes">
|
|
240
|
-
<div class="container">
|
|
241
|
-
<div class="section-header">
|
|
242
|
-
<h2 class="section-title">What FRAIM Bundle Delivers</h2>
|
|
243
|
-
<p class="section-subtitle">Concrete outcomes, not just tools</p>
|
|
244
|
-
</div>
|
|
245
|
-
|
|
246
|
-
<div class="outcomes-grid">
|
|
247
|
-
<div class="outcome-card">
|
|
248
|
-
<div class="outcome-icon">📋</div>
|
|
249
|
-
<h3>High-Quality Product Specs & PRDs</h3>
|
|
250
|
-
<ul>
|
|
251
|
-
<li>Customer interview prep</li>
|
|
252
|
-
<li>Needs analysis</li>
|
|
253
|
-
<li>Issue triage</li>
|
|
254
|
-
<li>User stories</li>
|
|
255
|
-
<li>Acceptance criteria</li>
|
|
256
|
-
<li>Competitive analysis</li>
|
|
257
|
-
</ul>
|
|
258
|
-
</div>
|
|
259
|
-
|
|
260
|
-
<div class="outcome-card">
|
|
261
|
-
<div class="outcome-icon">🚀</div>
|
|
262
|
-
<h3>Business Plans & GTM Assets</h3>
|
|
263
|
-
<ul>
|
|
264
|
-
<li>Positioning</li>
|
|
265
|
-
<li>Messaging</li>
|
|
266
|
-
<li>Launch plan</li>
|
|
267
|
-
<li>Collateral drafts</li>
|
|
268
|
-
<li>Market analysis</li>
|
|
269
|
-
<li>Revenue projections</li>
|
|
270
|
-
</ul>
|
|
271
|
-
</div>
|
|
272
|
-
|
|
273
|
-
<div class="outcome-card">
|
|
274
|
-
<div class="outcome-icon">🏗️</div>
|
|
275
|
-
<h3>Well-Architected Engineering Output</h3>
|
|
276
|
-
<ul>
|
|
277
|
-
<li>Design docs</li>
|
|
278
|
-
<li>Implementation plans</li>
|
|
279
|
-
<li>Architecture reviews</li>
|
|
280
|
-
<li>Technical specifications</li>
|
|
281
|
-
<li>Integration guides</li>
|
|
282
|
-
<li>Performance benchmarks</li>
|
|
283
|
-
</ul>
|
|
284
|
-
</div>
|
|
285
|
-
|
|
286
|
-
<div class="outcome-card">
|
|
287
|
-
<div class="outcome-icon">💻</div>
|
|
288
|
-
<h3>Production-Grade Code</h3>
|
|
289
|
-
<ul>
|
|
290
|
-
<li>Review discipline</li>
|
|
291
|
-
<li>Comprehensive tests</li>
|
|
292
|
-
<li>CI-ready PRs</li>
|
|
293
|
-
<li>Quality gates</li>
|
|
294
|
-
<li>Documentation</li>
|
|
295
|
-
<li>Deployment scripts</li>
|
|
296
|
-
</ul>
|
|
297
|
-
</div>
|
|
298
|
-
</div>
|
|
299
|
-
</div>
|
|
300
|
-
</section>
|
|
301
|
-
|
|
302
|
-
<!-- FAQ Section -->
|
|
303
|
-
<section class="faq">
|
|
304
|
-
<div class="container">
|
|
305
|
-
<div class="section-header">
|
|
306
|
-
<h2 class="section-title">Frequently Asked Questions</h2>
|
|
307
|
-
</div>
|
|
308
|
-
|
|
309
|
-
<div class="faq-grid">
|
|
310
|
-
<div class="faq-item">
|
|
311
|
-
<h3 class="faq-question">How is this different from just using AI tools?</h3>
|
|
312
|
-
<p class="faq-answer">FRAIM provides the management layer that's missing from AI tools. It's the difference between having brilliant but inexperienced developers and having a structured team with clear processes, quality gates, and accountability.</p>
|
|
313
|
-
</div>
|
|
314
|
-
|
|
315
|
-
<div class="faq-item">
|
|
316
|
-
<h3 class="faq-question">What AI agents does FRAIM work with?</h3>
|
|
317
|
-
<p class="faq-answer">FRAIM works with any AI agent - Cursor, Claude, Windsurf, GPT, and future agents. There's zero vendor lock-in. The framework provides the management discipline regardless of which AI you use.</p>
|
|
318
|
-
</div>
|
|
319
|
-
|
|
320
|
-
<div class="faq-item">
|
|
321
|
-
<h3 class="faq-question">How quickly can I see results?</h3>
|
|
322
|
-
<p class="faq-answer">Most teams see immediate improvements in code quality and reduced rework within the first week. Full productivity gains (3-10x) typically manifest within 2-4 weeks as teams adapt to the structured workflows.</p>
|
|
323
|
-
</div>
|
|
324
|
-
|
|
325
|
-
<div class="faq-item">
|
|
326
|
-
<h3 class="faq-question">Is there a free trial?</h3>
|
|
327
|
-
<p class="faq-answer">Yes! The Framework plan is completely free and open-source. You can install FRAIM and start using it immediately. Paid plans add training, support, and managed services on top of the core framework.</p>
|
|
328
|
-
</div>
|
|
329
|
-
|
|
330
|
-
<div class="faq-item">
|
|
331
|
-
<h3 class="faq-question">What if my team is already productive with AI?</h3>
|
|
332
|
-
<p class="faq-answer">Even high-performing AI teams benefit from FRAIM's structured approach. The evidence-based validation, phase coordination, and continuous learning systems typically add 2-3x improvement even for teams already seeing good results.</p>
|
|
333
|
-
</div>
|
|
334
|
-
|
|
335
|
-
<div class="faq-item">
|
|
336
|
-
<h3 class="faq-question">How does pricing scale with team size?</h3>
|
|
337
|
-
<p class="faq-answer">Pricing is based on AI management units, not individual developers. A single AI manager can typically coordinate 3-5 developers, so costs scale efficiently. Contact us for team-specific pricing.</p>
|
|
338
|
-
</div>
|
|
339
|
-
</div>
|
|
340
|
-
</div>
|
|
341
|
-
</section>
|
|
342
|
-
|
|
343
|
-
<!-- CTA Section -->
|
|
344
|
-
<section class="cta-section">
|
|
345
|
-
<div class="container">
|
|
346
|
-
<div class="cta-content">
|
|
347
|
-
<h2>Ready to Transform Your AI Development?</h2>
|
|
348
|
-
<p>Start with the free Framework plan and upgrade as you scale</p>
|
|
349
|
-
<div class="cta-buttons">
|
|
350
|
-
<a href="https://github.com/mathursrus/FRAIM" class="btn btn-primary btn-large">
|
|
351
|
-
<span>Start Free</span>
|
|
352
|
-
<span class="btn-icon">→</span>
|
|
353
|
-
</a>
|
|
354
|
-
<a href="https://github.com/mathursrus/FRAIM/issues/new" class="btn btn-secondary btn-large">Contact Sales</a>
|
|
355
|
-
</div>
|
|
356
|
-
<div class="cta-note">
|
|
357
|
-
<p>✨ No credit card required • Works with any AI agent • Enterprise-grade security</p>
|
|
358
|
-
</div>
|
|
359
|
-
</div>
|
|
360
|
-
</div>
|
|
361
|
-
</section>
|
|
362
|
-
|
|
363
|
-
<!-- Footer -->
|
|
364
|
-
<footer class="footer">
|
|
365
|
-
<div class="container">
|
|
366
|
-
<div class="footer-content">
|
|
367
|
-
<div class="footer-section">
|
|
368
|
-
<div class="footer-brand">
|
|
369
|
-
<img src="images/fraim-logo.png" alt="FRAIM" class="footer-logo">
|
|
370
|
-
<p>Framework for Rigor-based AI Management</p>
|
|
371
|
-
</div>
|
|
372
|
-
</div>
|
|
373
|
-
<div class="footer-section">
|
|
374
|
-
<h4>Product</h4>
|
|
375
|
-
<ul>
|
|
376
|
-
<li><a href="index.html#features">Features</a></li>
|
|
377
|
-
<li><a href="index.html#how-it-works">How It Works</a></li>
|
|
378
|
-
<li><a href="pricing.html">Pricing</a></li>
|
|
379
|
-
<li><a href="https://github.com/mathursrus/FRAIM#readme">Documentation</a></li>
|
|
380
|
-
</ul>
|
|
381
|
-
</div>
|
|
382
|
-
<div class="footer-section">
|
|
383
|
-
<h4>Company</h4>
|
|
384
|
-
<ul>
|
|
385
|
-
<li><a href="#about">About</a></li>
|
|
386
|
-
<li><a href="#careers">Careers</a></li>
|
|
387
|
-
<li><a href="#blog">Blog</a></li>
|
|
388
|
-
<li><a href="#contact">Contact</a></li>
|
|
389
|
-
</ul>
|
|
390
|
-
</div>
|
|
391
|
-
<div class="footer-section">
|
|
392
|
-
<h4>Resources</h4>
|
|
393
|
-
<ul>
|
|
394
|
-
<li><a href="https://github.com/mathursrus/FRAIM/issues">Support</a></li>
|
|
395
|
-
<li><a href="https://github.com/mathursrus/FRAIM">GitHub</a></li>
|
|
396
|
-
<li><a href="https://www.npmjs.com/package/fraim-framework">NPM</a></li>
|
|
397
|
-
</ul>
|
|
398
|
-
</div>
|
|
399
|
-
</div>
|
|
400
|
-
<div class="footer-bottom">
|
|
401
|
-
<div class="footer-legal">
|
|
402
|
-
<p>© 2026 FRAIM Framework. MIT License.</p>
|
|
403
|
-
<div class="legal-links">
|
|
404
|
-
<a href="#privacy">Privacy Policy</a>
|
|
405
|
-
<a href="#terms">Terms of Service</a>
|
|
406
|
-
</div>
|
|
407
|
-
</div>
|
|
408
|
-
</div>
|
|
409
|
-
</div>
|
|
410
|
-
</footer>
|
|
411
|
-
|
|
412
|
-
<script src="script.js"></script>
|
|
413
|
-
</body>
|
|
414
|
-
</html>
|
package/dist/website/script.js
DELETED
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
// Theme toggle functionality
|
|
2
|
-
document.addEventListener('DOMContentLoaded', function() {
|
|
3
|
-
const themeToggle = document.getElementById('theme-toggle');
|
|
4
|
-
const themeIcon = themeToggle.querySelector('.theme-icon');
|
|
5
|
-
|
|
6
|
-
// Check for saved theme preference or default to system preference
|
|
7
|
-
const savedTheme = localStorage.getItem('theme');
|
|
8
|
-
const systemPrefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
|
|
9
|
-
const initialTheme = savedTheme || (systemPrefersDark ? 'dark' : 'light');
|
|
10
|
-
|
|
11
|
-
// Apply initial theme
|
|
12
|
-
document.documentElement.setAttribute('data-theme', initialTheme);
|
|
13
|
-
updateThemeIcon(initialTheme);
|
|
14
|
-
|
|
15
|
-
// Theme toggle event listener
|
|
16
|
-
themeToggle.addEventListener('click', () => {
|
|
17
|
-
const currentTheme = document.documentElement.getAttribute('data-theme');
|
|
18
|
-
const newTheme = currentTheme === 'dark' ? 'light' : 'dark';
|
|
19
|
-
|
|
20
|
-
document.documentElement.setAttribute('data-theme', newTheme);
|
|
21
|
-
localStorage.setItem('theme', newTheme);
|
|
22
|
-
updateThemeIcon(newTheme);
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
function updateThemeIcon(theme) {
|
|
26
|
-
themeIcon.textContent = theme === 'dark' ? '☀️' : '🌙';
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// Listen for system theme changes
|
|
30
|
-
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', (e) => {
|
|
31
|
-
if (!localStorage.getItem('theme')) {
|
|
32
|
-
const newTheme = e.matches ? 'dark' : 'light';
|
|
33
|
-
document.documentElement.setAttribute('data-theme', newTheme);
|
|
34
|
-
updateThemeIcon(newTheme);
|
|
35
|
-
}
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
// Smooth scrolling for navigation links
|
|
39
|
-
const navLinks = document.querySelectorAll('a[href^="#"]');
|
|
40
|
-
navLinks.forEach(link => {
|
|
41
|
-
link.addEventListener('click', function(e) {
|
|
42
|
-
e.preventDefault();
|
|
43
|
-
const targetId = this.getAttribute('href');
|
|
44
|
-
const targetSection = document.querySelector(targetId);
|
|
45
|
-
|
|
46
|
-
if (targetSection) {
|
|
47
|
-
const offsetTop = targetSection.offsetTop - 80; // Account for fixed nav
|
|
48
|
-
window.scrollTo({
|
|
49
|
-
top: offsetTop,
|
|
50
|
-
behavior: 'smooth'
|
|
51
|
-
});
|
|
52
|
-
}
|
|
53
|
-
});
|
|
54
|
-
});
|
|
55
|
-
});
|