Skip to content

Commit 0bb6071

Browse files
committed
refactor: expand and restructure disclaimer page content with additional context and sections
1 parent b2ad79a commit 0bb6071

File tree

1 file changed

+29
-24
lines changed

1 file changed

+29
-24
lines changed

src/pages/disclaimer.astro

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,32 @@ import Footer from '../components/Footer.astro';
3434
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
3535
<div class="prose prose-lg max-w-none">
3636

37-
<!-- Introduction -->
38-
<div class="card bg-base-200/50 p-6 mb-8 not-prose">
39-
<div class="flex items-start gap-4">
40-
<div class="text-3xl">⚠️</div>
41-
<div>
42-
<h2 class="text-xl font-bold mb-1">Informational Purposes Only</h2>
43-
<p class="text-base-content/70">
44-
The information provided on MyCodingPlan is for general informational and educational purposes only. It is <strong>not</strong> intended to be professional advice.
45-
</p>
46-
</div>
47-
</div>
48-
</div>
49-
5037
<!-- Section 1 -->
51-
<h2 class="text-2xl font-bold mt-10 mb-4">1. No Affiliations or Endorsements</h2>
38+
<h2 class="text-2xl font-bold mb-4">1. Background</h2>
39+
<p class="text-base-content/80 mb-4">
40+
MyCodingPlan originated as a personal utility to navigate the complexities and hidden costs of AI coding subscriptions. The rapid proliferation of Pay-As-You-Go models, fluctuating token limits, and opaque billing practices create a challenging environment for developers on a budget to assess true costs.
41+
</p>
5242
<p class="text-base-content/80 mb-6">
53-
MyCodingPlan is an independent, community-driven project. We do <strong>not</strong> have any affiliation, partnership, sponsorship, or endorsement with any of the tools, AI models, IDEs, or subscription plan providers mentioned on this website (including but not limited to GitHub, OpenAI, Anthropic, Cursor, etc.). All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
43+
While this platform attempts to aggregate and clarify these constantly changing metrics—such as undisclosed model quantization or restrictive reset windows—it inherently relies on third-party data that can be erratic or misleading. Consequently, the compilation of these plans is offered "as is" and serves solely as a reference point, not as a definitive consumer guide or substitute for your own due diligence.
5444
</p>
5545

5646
<!-- Section 2 -->
57-
<h2 class="text-2xl font-bold mt-10 mb-4">2. Zero Monetization (No Ads or Affiliates)</h2>
47+
<h2 class="text-2xl font-bold mt-10 mb-4">2. Informational Purposes Only</h2>
48+
<p class="text-base-content/80 mb-4">
49+
The data, comparisons, and commentary provided on MyCodingPlan are strictly for general informational and educational use. Under no circumstances should the contents of this website be construed as professional, financial, or legal advice.
50+
</p>
51+
<p class="text-base-content/80 mb-6">
52+
Selecting a software plan often involves evaluating binding terms of service, data privacy agreements, and financial commitments. Our aggregation of this data does not constitute an endorsement, an offer to mediate, or a comprehensive analysis of any corporate policy. Any decisions or actions you take—such as entering into paid subscriptions, upgrading accounts, or migrating workflows based on our matrices—are made entirely upon your own judgment and at your exclusive risk.
53+
</p>
54+
55+
<!-- Section 3 -->
56+
<h2 class="text-2xl font-bold mt-10 mb-4">3. No Affiliations or Endorsements</h2>
57+
<p class="text-base-content/80 mb-6">
58+
MyCodingPlan is an independent, community-driven project. We do <strong>not</strong> have any affiliation, partnership, sponsorship, or endorsement with any of the tools, AI models, IDEs, or subscription plan providers mentioned on this website (including but not limited to GitHub, OpenAI, Anthropic, Cursor, etc.). All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
59+
</p>
60+
61+
<!-- Section 4 -->
62+
<h2 class="text-2xl font-bold mt-10 mb-4">4. Zero Monetization (No Ads or Affiliates)</h2>
5863
<p class="text-base-content/80 mb-4">
5964
We are committed to providing unbiased, transparent information. Therefore, MyCodingPlan strictly adheres to a zero-monetization policy:
6065
</p>
@@ -64,26 +69,26 @@ import Footer from '../components/Footer.astro';
6469
<li><strong>No Advertisements</strong> — We do not display ads or sponsored content.</li>
6570
</ul>
6671

67-
<!-- Section 3 -->
68-
<h2 class="text-2xl font-bold mt-10 mb-4">3. Accuracy of Information</h2>
72+
<!-- Section 5 -->
73+
<h2 class="text-2xl font-bold mt-10 mb-4">5. Accuracy of Information</h2>
6974
<p class="text-base-content/80 mb-6">
7075
While we strive to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability with respect to the website or the information, pricing, products, services, or related graphics contained on the website. Pricing and features for AI models and subscriptions are subject to change rapidly. Always verify details on the official provider's website.
7176
</p>
7277

73-
<!-- Section 4 -->
74-
<h2 class="text-2xl font-bold mt-10 mb-4">4. Open Source Verification</h2>
78+
<!-- Section 6 -->
79+
<h2 class="text-2xl font-bold mt-10 mb-4">6. Open Source Verification</h2>
7580
<p class="text-base-content/80 mb-6">
7681
Transparency is a core value of this project. Everything on this website—including all data, pricing information, logic, and codes—is fully open-source and can be inspected, validated, and verified on our <a href="https://github.com/IrvanFza/mycodingplan" target="_blank" rel="noopener noreferrer" class="link link-primary">GitHub repository</a>. If you spot an inaccuracy, we encourage you to contribute a correction via a Pull Request.
7782
</p>
7883

79-
<!-- Section 5 -->
80-
<h2 class="text-2xl font-bold mt-10 mb-4">5. Privacy</h2>
84+
<!-- Section 7 -->
85+
<h2 class="text-2xl font-bold mt-10 mb-4">7. Privacy</h2>
8186
<p class="text-base-content/80 mb-6">
8287
We respect your privacy. We do not collect personal information, require user accounts, or store any user data. For full details on how we handle privacy and user data, please read our comprehensive <a href="/privacy" class="link link-primary">Privacy Policy</a>.
8388
</p>
8489

85-
<!-- Section 6 -->
86-
<h2 class="text-2xl font-bold mt-10 mb-4">6. Changes to This Disclaimer</h2>
90+
<!-- Section 8 -->
91+
<h2 class="text-2xl font-bold mt-10 mb-4">8. Changes to This Disclaimer</h2>
8792
<p class="text-base-content/80 mb-6">
8893
We may update this Disclaimer from time to time. Any changes will be reflected on this page with an updated "Last updated" date. You can track changes to this document via our <a href="https://github.com/IrvanFza/mycodingplan/commits/main/src/pages/disclaimer.astro" target="_blank" rel="noopener noreferrer" class="link link-primary">commit history</a>.
8994
</p>

0 commit comments

Comments
 (0)