Skip to content

Commit 42b1d3b

Browse files
committed
refactor: update content and links across multiple sections for clarity and relevance
1 parent 5a153a0 commit 42b1d3b

7 files changed

Lines changed: 138 additions & 219 deletions

File tree

src/App.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
<a
2121
href="/#features"
2222
class="text-gray-600 hover:text-gray-900 transition-colors"
23-
>Features</a
23+
>Benefits</a
2424
>
2525
<a
2626
href="/#architecture"
2727
class="text-gray-600 hover:text-gray-900 transition-colors"
28-
>Architecture</a
28+
>For Developers</a
2929
>
3030
<a
3131
href="/#status"
3232
class="text-gray-600 hover:text-gray-900 transition-colors"
33-
>Status</a
33+
>Why Altus</a
3434
>
3535
<a
3636
href="/docs/"
@@ -70,19 +70,19 @@
7070
href="/#features"
7171
class="text-gray-600 hover:text-gray-900 transition-colors"
7272
@click="mobileMenuOpen = false"
73-
>Features</a
73+
>Benefits</a
7474
>
7575
<a
7676
href="/#architecture"
7777
class="text-gray-600 hover:text-gray-900 transition-colors"
7878
@click="mobileMenuOpen = false"
79-
>Architecture</a
79+
>For Developers</a
8080
>
8181
<a
8282
href="/#status"
8383
class="text-gray-600 hover:text-gray-900 transition-colors"
8484
@click="mobileMenuOpen = false"
85-
>Status</a
85+
>Why Altus</a
8686
>
8787
<a
8888
href="/docs/"

src/components/CallToActionSection.vue

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
<div class="mx-auto max-w-4xl text-center">
55
<!-- Main CTA -->
66
<h2 class="text-3xl font-bold text-white sm:text-4xl mb-6">
7-
Ready to Deploy Production-Grade AI Search?
7+
Ship better search this week.
88
</h2>
99
<p class="text-xl text-blue-100 mb-8">
10-
Join enterprises already using Altus 4 for AI-enhanced MySQL search.
11-
Production-ready with comprehensive documentation, deployment guides,
12-
and extensive testing.
10+
Start with your current MySQL, add AI relevance when ready. No
11+
migrations, no new cluster, clear docs under /docs.
1312
</p>
1413

1514
<!-- CTA Buttons -->
@@ -21,12 +20,10 @@
2120
size="lg"
2221
class="min-w-48 bg-white text-blue-600 hover:bg-gray-50 hover:text-blue-800"
2322
as="a"
24-
href="https://github.com/altus4/core"
25-
target="_blank"
26-
rel="noopener noreferrer"
23+
href="/docs/setup/quickstart"
2724
>
28-
<GitHubIcon class="mr-2 h-5 w-5" />
29-
View on GitHub
25+
<DownloadIcon class="mr-2 h-5 w-5" />
26+
Quick Start Guide
3027
</Button>
3128
<Button
3229
variant="outline"
@@ -36,17 +33,19 @@
3633
href="/docs/"
3734
>
3835
<BookOpenIcon class="mr-2 h-5 w-5" />
39-
Read Documentation
36+
Documentation
4037
</Button>
4138
<Button
4239
variant="outline"
4340
size="lg"
4441
class="min-w-48 bg-white text-blue-600 hover:bg-gray-50 hover:text-blue-800"
4542
as="a"
46-
href="/docs/setup/quickstart"
43+
href="https://github.com/altus4/core"
44+
target="_blank"
45+
rel="noopener noreferrer"
4746
>
48-
<DownloadIcon class="mr-2 h-5 w-5" />
49-
Quick Start Guide
47+
<GitHubIcon class="mr-2 h-5 w-5" />
48+
View on GitHub
5049
</Button>
5150
</div>
5251

@@ -90,6 +89,13 @@
9089
<MessageCircleIcon class="h-5 w-5" />
9190
<span>Discussions</span>
9291
</a>
92+
<a
93+
href="/docs/development/contributing"
94+
class="flex items-center space-x-2 text-blue-200 hover:text-white transition-colors"
95+
>
96+
<BookOpenIcon class="h-5 w-5" />
97+
<span>Contributing Guide</span>
98+
</a>
9399
<a
94100
href="https://twitter.com/altus4dev"
95101
target="_blank"

src/components/FeaturesSection.vue

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<!-- Section Header -->
55
<div class="mx-auto max-w-3xl text-center mb-16">
66
<h2 class="text-3xl font-bold text-gray-900 sm:text-4xl mb-4">
7-
Production-Ready Features
7+
Benefits That Drive Adoption
88
</h2>
99
<p class="text-xl text-gray-600">
10-
Fully implemented and tested features ready for enterprise deployment
11-
with comprehensive security and monitoring.
10+
Ship AI‑quality search without a costly migration. Keep MySQL, reduce
11+
complexity, and deliver better results—fast.
1212
</p>
1313
</div>
1414

@@ -25,17 +25,17 @@
2525
</div>
2626
</div>
2727
<h3 class="text-xl font-semibold text-gray-900">
28-
AI-Enhanced Search
28+
AI Relevance, Safely
2929
</h3>
3030
</CardHeader>
3131
<CardContent>
3232
<p class="text-gray-600 mb-4">
33-
Leverage OpenAI API integration to enhance search results with
34-
semantic understanding and contextual relevance.
33+
Semantic expansion and intent detection via an OpenAI proxy with
34+
built‑in timeouts and robust error handling.
3535
</p>
3636
<div class="flex items-center text-sm text-blue-600 font-medium">
3737
<CheckIcon class="h-4 w-4 mr-2" />
38-
Semantic search capabilities
38+
Semantic + intent recognition
3939
</div>
4040
</CardContent>
4141
</Card>
@@ -51,17 +51,17 @@
5151
</div>
5252
</div>
5353
<h3 class="text-xl font-semibold text-gray-900">
54-
High Performance
54+
Lower Total Cost
5555
</h3>
5656
</CardHeader>
5757
<CardContent>
5858
<p class="text-gray-600 mb-4">
59-
Optimized MySQL full-text search with Redis caching for
60-
lightning-fast query responses and scalability.
59+
Stay on MySQL—avoid running and tuning a separate search cluster.
60+
Use caching to scale without complexity.
6161
</p>
6262
<div class="flex items-center text-sm text-green-600 font-medium">
6363
<CheckIcon class="h-4 w-4 mr-2" />
64-
Redis caching layer
64+
Reduce infra and ops overhead
6565
</div>
6666
</CardContent>
6767
</Card>
@@ -82,12 +82,12 @@
8282
</CardHeader>
8383
<CardContent>
8484
<p class="text-gray-600 mb-4">
85-
Production-ready API key authentication system, bcrypt password
86-
hashing, and secure API endpoints for B2B service integration.
85+
API keys with scoped permissions, tiered rate limits, bcrypt, and
86+
auditable logs for B2B service access.
8787
</p>
8888
<div class="flex items-center text-sm text-purple-600 font-medium">
8989
<CheckIcon class="h-4 w-4 mr-2" />
90-
API Key & bcrypt security
90+
Scoped permissions & tiered limits
9191
</div>
9292
</CardContent>
9393
</Card>
@@ -103,17 +103,17 @@
103103
</div>
104104
</div>
105105
<h3 class="text-xl font-semibold text-gray-900">
106-
MySQL Integration
106+
No‑Migration Setup
107107
</h3>
108108
</CardHeader>
109109
<CardContent>
110110
<p class="text-gray-600 mb-4">
111-
Native MySQL full-text search capabilities with advanced indexing
112-
and query optimization for complex searches.
111+
Works with your existing schema and FULLTEXT. Deploy in hours—not
112+
weeks.
113113
</p>
114114
<div class="flex items-center text-sm text-orange-600 font-medium">
115115
<CheckIcon class="h-4 w-4 mr-2" />
116-
Full-text indexing
116+
Zero data migration
117117
</div>
118118
</CardContent>
119119
</Card>
@@ -129,17 +129,17 @@
129129
</div>
130130
</div>
131131
<h3 class="text-xl font-semibold text-gray-900">
132-
Developer Friendly
132+
Developer Experience
133133
</h3>
134134
</CardHeader>
135135
<CardContent>
136136
<p class="text-gray-600 mb-4">
137-
TypeScript-first approach with comprehensive testing, clear
138-
documentation, and Express.js REST API.
137+
REST API + TypeScript, one‑command Docker dev, and comprehensive
138+
docs under /docs. Open source and self‑hosted.
139139
</p>
140140
<div class="flex items-center text-sm text-teal-600 font-medium">
141141
<CheckIcon class="h-4 w-4 mr-2" />
142-
TypeScript & REST API
142+
Quick start at /docs/setup/quickstart
143143
</div>
144144
</CardContent>
145145
</Card>
@@ -155,18 +155,17 @@
155155
</div>
156156
</div>
157157
<h3 class="text-xl font-semibold text-gray-900">
158-
Production Ready
158+
Search Analytics
159159
</h3>
160160
</CardHeader>
161161
<CardContent>
162162
<p class="text-gray-600 mb-4">
163-
Complete deployment documentation with Docker guides, production
164-
setup, monitoring, and scaling strategies for enterprise
165-
environments.
163+
Track zero‑result queries and usage patterns to continuously
164+
improve relevance.
166165
</p>
167166
<div class="flex items-center text-sm text-rose-600 font-medium">
168167
<CheckIcon class="h-4 w-4 mr-2" />
169-
Comprehensive deployment guides
168+
Built‑in analytics endpoints
170169
</div>
171170
</CardContent>
172171
</Card>

src/components/FooterSection.vue

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</a>
1515
<p class="text-gray-300 mb-6 max-w-md">
1616
Production-ready AI-enhanced MySQL search platform trusted by
17-
enterprises. 87% test coverage, comprehensive security, and
17+
enterprises. Comprehensive test suite, robust security, and
1818
zero-migration deployment.
1919
</p>
2020
<div class="flex space-x-4">
@@ -84,33 +84,35 @@
8484
<h4 class="text-lg font-semibold mb-4">Resources</h4>
8585
<div class="space-y-3">
8686
<a
87-
href="https://github.com/altus4/core#readme"
88-
target="_blank"
89-
rel="noopener noreferrer"
87+
href="/docs/"
9088
class="block text-gray-300 hover:text-white transition-colors"
9189
>Documentation</a
9290
>
9391
<a
94-
href="https://github.com/altus4/core/tree/main/docs/api"
95-
target="_blank"
96-
rel="noopener noreferrer"
92+
href="/docs/api/"
9793
class="block text-gray-300 hover:text-white transition-colors"
9894
>API Reference</a
9995
>
10096
<a
101-
href="https://github.com/altus4/core/tree/main/docs/setup"
102-
target="_blank"
103-
rel="noopener noreferrer"
97+
href="/docs/setup/quickstart"
10498
class="block text-gray-300 hover:text-white transition-colors"
10599
>Quick Start</a
106100
>
107101
<a
108-
href="https://github.com/altus4/core/tree/main/docs/examples"
109-
target="_blank"
110-
rel="noopener noreferrer"
102+
href="/docs/examples/"
111103
class="block text-gray-300 hover:text-white transition-colors"
112104
>Examples & Tutorials</a
113105
>
106+
<a
107+
href="/docs/development/contributing"
108+
class="block text-gray-300 hover:text-white transition-colors"
109+
>Contributing</a
110+
>
111+
<a
112+
href="/docs/development/"
113+
class="block text-gray-300 hover:text-white transition-colors"
114+
>Developer Guide</a
115+
>
114116
</div>
115117
</div>
116118
</div>

src/components/HeroSection.vue

Lines changed: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,25 @@
99
class="mb-8 inline-flex items-center rounded-full border border-blue-200 bg-blue-50 px-4 py-2 text-sm font-medium text-blue-700"
1010
>
1111
<span class="mr-2 flex h-2 w-2 rounded-full bg-green-400"></span>
12-
Production Ready • 100% Test Pass Rate • 508 Tests
12+
Drop‑in for MySQL • No migrations • Docker quickstart
1313
</div>
1414

1515
<!-- Main Heading -->
1616
<h1
17-
class="mb-6 text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl lg:text-6xl"
17+
class="mb-6 text-4xl font-bold tracking-tight text-gray-900 leading-tight sm:text-5xl lg:text-6xl sm:leading-[1.15]"
1818
>
19-
AI-Enhanced Search Engine
20-
<span class="block text-blue-600">for Modern Applications</span>
19+
Turn MySQL into a
20+
<span class="text-blue-600"> Smart Search Engine</span>
21+
<span class="block text-lg sm:text-xl font-medium text-gray-700 mt-2"
22+
>Ship in hours. No migrations.</span
23+
>
2124
</h1>
2225

2326
<!-- Subtitle -->
24-
<p class="mb-8 text-xl text-gray-600 sm:text-2xl">
25-
Production-ready AI-enhanced MySQL search platform that bridges
26-
traditional database search with modern AI capabilities. No migrations
27-
required - enhance your existing MySQL FULLTEXT indexes.
27+
<p class="mb-8 text-base text-gray-600 sm:text-lg max-w-2xl mx-auto">
28+
Ship relevant, semantic search without moving to Elasticsearch or
29+
Algolia. Keep data in MySQL, cut complexity and cost, and get to value
30+
in hours, not weeks.
2831
</p>
2932

3033
<!-- CTA Buttons -->
@@ -35,12 +38,10 @@
3538
size="lg"
3639
class="min-w-40"
3740
as="a"
38-
href="https://github.com/altus4/core"
39-
target="_blank"
40-
rel="noopener noreferrer"
41+
href="/docs/setup/quickstart"
4142
>
42-
<GitHubIcon class="mr-2 h-5 w-5" />
43-
View on GitHub
43+
<DownloadIcon class="mr-2 h-5 w-5" />
44+
Quick Start
4445
</Button>
4546
<Button
4647
variant="outline"
@@ -52,6 +53,18 @@
5253
<BookOpenIcon class="mr-2 h-5 w-5" />
5354
Documentation
5455
</Button>
56+
<Button
57+
variant="outline"
58+
size="lg"
59+
class="min-w-40"
60+
as="a"
61+
href="https://github.com/altus4/core"
62+
target="_blank"
63+
rel="noopener noreferrer"
64+
>
65+
<GitHubIcon class="mr-2 h-5 w-5" />
66+
Star on GitHub
67+
</Button>
5568
</div>
5669

5770
<!-- Tech Stack -->
@@ -116,7 +129,8 @@
116129
<script setup lang="ts">
117130
import { Button } from '@/components/ui/button';
118131
import {
119-
Github as GitHubIcon,
120132
BookOpen as BookOpenIcon,
133+
Download as DownloadIcon,
134+
Github as GitHubIcon,
121135
} from 'lucide-vue-next';
122136
</script>

0 commit comments

Comments
 (0)