Skip to content

Commit 58416e2

Browse files
GeneAIclaude
andcommitted
fix: Update licensing to Fair Source 0.9 and correct book availability
Licensing Updates: - Replaced all Apache 2.0 references with Fair Source License 0.9 - Updated app/page.tsx: Fair Source License messaging - Updated app/framework/page.tsx: "Free for Students & Small Teams" - Updated app/book/page.tsx: Comprehensive Fair Source explanation Fair Source License 0.9 Terms: - Free for students, educators, and companies ≤5 employees - Commercial licensing for companies with 6+ employees - $99.99/developer/year for commercial use - Book includes first year at 50% off ($49.99) Book Page Corrections (app/book/page.tsx): - Changed release messaging: "Coming December 2025" (not available now) - Updated all "Early Access" → "Pre-order" terminology - Disabled purchase buttons until pre-orders open - Fixed license terms: 1-year at $49.99 (not perpetual) - Added renewal terms: $99.99/year after first year - Updated FAQ to explain annual licensing model 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 87bb771 commit 58416e2

3 files changed

Lines changed: 37 additions & 36 deletions

File tree

website/app/book/page.tsx

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function BookPage() {
2828
Transforming Software Development with Anticipatory AI
2929
</p>
3030
<p className="text-lg opacity-75">
31-
Early Access Edition - Available Now
31+
Coming December 2025
3232
</p>
3333
</div>
3434
</div>
@@ -52,7 +52,7 @@ export default function BookPage() {
5252
<div className="w-full max-w-md bg-[var(--border)] bg-opacity-30 rounded-lg p-8">
5353
<div className="text-center mb-6">
5454
<div className="text-5xl font-bold text-[var(--primary)] mb-2">$49</div>
55-
<p className="text-[var(--muted)] text-sm">Early Access Price</p>
55+
<p className="text-[var(--muted)] text-sm">Pre-order Price</p>
5656
</div>
5757

5858
<div className="space-y-4 mb-6">
@@ -62,32 +62,32 @@ export default function BookPage() {
6262
</div>
6363
<div className="flex items-start gap-3">
6464
<span className="text-[var(--success)] mt-1"></span>
65-
<span className="text-sm">1 Developer License</span>
65+
<span className="text-sm">First year developer license ($49.99 vs $99.99/year)</span>
6666
</div>
6767
<div className="flex items-start gap-3">
6868
<span className="text-[var(--success)] mt-1"></span>
69-
<span className="text-sm">Access to Software Development Plugin</span>
69+
<span className="text-sm">Software Development Plugin access</span>
7070
</div>
7171
<div className="flex items-start gap-3">
7272
<span className="text-[var(--success)] mt-1"></span>
73-
<span className="text-sm">Access to Healthcare Plugin</span>
73+
<span className="text-sm">Healthcare Plugin access</span>
7474
</div>
7575
<div className="flex items-start gap-3">
7676
<span className="text-[var(--success)] mt-1"></span>
77-
<span className="text-sm">Free updates to this edition</span>
77+
<span className="text-sm">Permanent access to book (all editions)</span>
7878
</div>
7979
<div className="flex items-start gap-3">
8080
<span className="text-[var(--success)] mt-1"></span>
81-
<span className="text-sm">Lifetime access to purchased version</span>
81+
<span className="text-sm">Renew license at $99.99/year after first year</span>
8282
</div>
8383
</div>
8484

85-
<button className="btn btn-primary w-full text-lg mb-4">
86-
Purchase Early Access
85+
<button className="btn btn-primary w-full text-lg mb-4" disabled>
86+
Pre-order for December 2025
8787
</button>
8888

8989
<p className="text-xs text-center text-[var(--muted)]">
90-
Need team licenses? Purchase additional copies for more developer licenses.
90+
Available December 2025. Pre-orders opening soon.
9191
</p>
9292
</div>
9393
</div>
@@ -188,31 +188,31 @@ export default function BookPage() {
188188
</div>
189189
</section>
190190

191-
{/* Early Access Benefits */}
191+
{/* Pre-order Benefits */}
192192
<section className="py-20 bg-[var(--border)] bg-opacity-30">
193193
<div className="container">
194194
<div className="max-w-4xl mx-auto">
195-
<h2 className="text-3xl font-bold text-center mb-12">Early Access Benefits</h2>
195+
<h2 className="text-3xl font-bold text-center mb-12">Pre-order Benefits</h2>
196196
<div className="grid md:grid-cols-3 gap-8">
197197
<div className="text-center">
198198
<div className="text-4xl mb-4">💰</div>
199199
<h3 className="text-xl font-bold mb-3">Best Price</h3>
200200
<p className="text-[var(--text-secondary)]">
201-
Get the lowest price available. Price will increase as content is completed.
201+
Lock in the pre-order price of $49. Price will increase after December 2025 launch.
202202
</p>
203203
</div>
204204
<div className="text-center">
205205
<div className="text-4xl mb-4">📚</div>
206-
<h3 className="text-xl font-bold mb-3">Free Updates</h3>
206+
<h3 className="text-xl font-bold mb-3">Complete Edition</h3>
207207
<p className="text-[var(--text-secondary)]">
208-
Receive all updates and additional chapters as they're written at no extra cost.
208+
Get the full book plus Software and Healthcare plugins when released in December 2025.
209209
</p>
210210
</div>
211211
<div className="text-center">
212212
<div className="text-4xl mb-4">🚀</div>
213-
<h3 className="text-xl font-bold mb-3">Start Now</h3>
213+
<h3 className="text-xl font-bold mb-3">December 2025</h3>
214214
<p className="text-[var(--text-secondary)]">
215-
Begin learning immediately with available chapters and working plugins.
215+
Immediate access to the complete book, plugins, and licenses upon release.
216216
</p>
217217
</div>
218218
</div>
@@ -227,28 +227,30 @@ export default function BookPage() {
227227
<h2 className="text-3xl font-bold text-center mb-12">Frequently Asked Questions</h2>
228228
<div className="space-y-6">
229229
<div className="border-b border-[var(--border)] pb-6">
230-
<h3 className="text-xl font-bold mb-3">What's included with early access?</h3>
230+
<h3 className="text-xl font-bold mb-3">What's included with the book?</h3>
231231
<p className="text-[var(--text-secondary)]">
232-
You get immediate access to available chapters (theory and first implementation examples),
233-
plus working Software and Healthcare plugins with 1 developer license. You'll receive all
234-
future updates to this edition automatically.
232+
When released in December 2025, you'll get the complete book (theory and implementation examples),
233+
plus working Software and Healthcare plugins with 1 developer license. All updates to this
234+
edition are included.
235235
</p>
236236
</div>
237237

238238
<div className="border-b border-[var(--border)] pb-6">
239239
<h3 className="text-xl font-bold mb-3">How does the developer license work?</h3>
240240
<p className="text-[var(--text-secondary)]">
241-
Each book purchase includes one perpetual developer license. The license is tied to one
242-
developer and covers the purchased version plus all minor updates. Need more licenses for
243-
your team? Purchase additional copies of the book.
241+
Each book purchase includes a 1-year developer license at the special price of $49.99 (50% off
242+
the regular $99.99/year). After the first year, you can renew at $99.99/year. The license covers
243+
one developer across all their development environments. Need more licenses for your team? Each
244+
team member needs their own book purchase and license.
244245
</p>
245246
</div>
246247

247248
<div className="border-b border-[var(--border)] pb-6">
248249
<h3 className="text-xl font-bold mb-3">Is the Core Framework free?</h3>
249250
<p className="text-[var(--text-secondary)]">
250-
Yes! The Empathy Framework Core is Apache 2.0 licensed and completely free. The commercial
251-
plugins (Software Development and Healthcare) require a license, which comes with the book.
251+
The Empathy Framework uses Fair Source License 0.9. It's free for students, educators, and
252+
companies with 5 or fewer employees. Commercial licensing is required for companies with 6+ employees.
253+
The book includes your first year of commercial licensing at 50% off ($49.99 vs $99.99/year).
252254
</p>
253255
</div>
254256

@@ -261,11 +263,10 @@ export default function BookPage() {
261263
</div>
262264

263265
<div className="pb-6">
264-
<h3 className="text-xl font-bold mb-3">When will the book be complete?</h3>
266+
<h3 className="text-xl font-bold mb-3">When will the book be available?</h3>
265267
<p className="text-[var(--text-secondary)]">
266-
We're releasing chapters progressively. The theory section and first implementation examples
267-
are available now. All core content will be completed by Q2 2026. You'll get all updates
268-
automatically as they're released.
268+
The complete book, including all theory, implementation examples, and commercial plugins,
269+
will be released in December 2025. Pre-orders will be available soon to lock in the $49 price.
269270
</p>
270271
</div>
271272
</div>
@@ -277,12 +278,12 @@ export default function BookPage() {
277278
<section className="py-20 gradient-primary text-white">
278279
<div className="container">
279280
<div className="max-w-2xl mx-auto text-center">
280-
<h2 className="text-4xl font-bold mb-6">Ready to Start?</h2>
281+
<h2 className="text-4xl font-bold mb-6">Coming December 2025</h2>
281282
<p className="text-xl mb-8 opacity-90">
282-
Join the early access program and start building anticipatory AI systems today.
283+
The complete guide to building Level 4 Anticipatory AI systems with working commercial plugins.
283284
</p>
284-
<button className="btn bg-white text-[var(--primary)] hover:bg-gray-100 text-lg px-8 py-4">
285-
Purchase for $49
285+
<button className="btn bg-white text-[var(--primary)] hover:bg-gray-100 text-lg px-8 py-4" disabled>
286+
Pre-orders Opening Soon
286287
</button>
287288
</div>
288289
</div>

website/app/framework/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function FrameworkPage() {
4141
</Link>
4242
</div>
4343
<p className="mt-6 text-sm text-[var(--muted)]">
44-
Apache 2.0 License • Free Forever • Community Driven
44+
Fair Source License 0.9 • Free for Students & Small Teams Community Driven
4545
</p>
4646
</div>
4747
</div>

website/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ export default function Home() {
478478
</a>
479479
</div>
480480
<p className="mt-6 text-sm opacity-75">
481-
Open source core (Apache 2.0)Commercial plugins available • Multi-LLM support
481+
Fair Source License 0.9Free for students & small teams Commercial for 6+ employees
482482
</p>
483483
</div>
484484
</div>

0 commit comments

Comments
 (0)