-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94289e2
commit 6beda0a
Showing
2 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>IntelliBricks: Build Intelligent Apps, Python-First</title> | ||
<title>Intellibricks: Build Intelligent Apps, Python-First</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet"> | ||
<style> | ||
/* Brand Colors - Refined and Calmer + Gradients */ | ||
|
@@ -164,8 +164,8 @@ <h1 class="text-5xl md:text-6xl font-extrabold hero-title-gradient mb-6 tracking | |
<span class="brand-accent">Start Building Intelligence.</span> | ||
</h1> | ||
<p class="text-xl md:text-2xl brand-text-dark mb-10 leading-relaxed"> | ||
IntelliBricks is the Python-first toolkit designed to streamline AI application development. Focus on | ||
your intelligent logic, not framework complexity. | ||
Intellibricks is the Python-first toolkit designed to streamline AI application development. Focus on | ||
your logic, not framework complexity. | ||
</p> | ||
<div class="space-x-4"> | ||
<a href="#features" class="btn-primary inline-block transition duration-300 text-lg"> | ||
|
@@ -186,7 +186,7 @@ <h1 class="text-5xl md:text-6xl font-extrabold hero-title-gradient mb-6 tracking | |
<h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-4 tracking-tight">The AI Development Pain | ||
Points, Solved.</h2> | ||
<p class="text-lg brand-text-light leading-relaxed"> | ||
Building AI applications can be complex. IntelliBricks simplifies the process, addressing common | ||
Building AI applications can be complex. Intellibricks simplifies the process, addressing common | ||
frustrations developers face. | ||
</p> | ||
</div> | ||
|
@@ -197,7 +197,7 @@ <h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-4 tracking-tight">T | |
<div class="text-4xl brand-primary mb-4">🤯</div> | ||
<h3 class="text-xl font-semibold brand-text-dark mb-2">Complexity Overload</h3> | ||
<p class="brand-text-light">Traditional AI frameworks often introduce unnecessary layers of | ||
abstraction. IntelliBricks offers a streamlined, Python-first approach to reduce complexity and | ||
abstraction. Intellibricks offers a streamlined, Python-first approach to reduce complexity and | ||
cognitive load.</p> | ||
</div> | ||
|
||
|
@@ -206,7 +206,7 @@ <h3 class="text-xl font-semibold brand-text-dark mb-2">Complexity Overload</h3> | |
<div class="text-4xl brand-primary mb-4">🤔</div> | ||
<h3 class="text-xl font-semibold brand-text-dark mb-2">Unpredictable LLM Outputs</h3> | ||
<p class="brand-text-light">Achieving reliable and structured outputs from Language Models can be | ||
challenging. IntelliBricks leverages Python's type system to ensure predictable and | ||
challenging. Intellibricks leverages Python's type system to ensure predictable and | ||
well-formatted responses, every time.</p> | ||
</div> | ||
|
||
|
@@ -215,7 +215,7 @@ <h3 class="text-xl font-semibold brand-text-dark mb-2">Unpredictable LLM Outputs | |
class="bg-white p-8 rounded-xl shadow-md hover:shadow-lg transition duration-300 md:col-span-2 lg:col-span-1"> | ||
<div class="text-4xl brand-primary mb-4">⚙️</div> | ||
<h3 class="text-xl font-semibold brand-text-dark mb-2">Boilerplate Blues</h3> | ||
<p class="brand-text-light">Repetitive setup and configuration can stifle creativity. IntelliBricks | ||
<p class="brand-text-light">Repetitive setup and configuration can stifle creativity. Intellibricks | ||
eliminates boilerplate, allowing you to focus on building intelligent logic, not wrestling with | ||
infrastructure.</p> | ||
</div> | ||
|
@@ -230,7 +230,7 @@ <h3 class="text-xl font-semibold brand-text-dark mb-2">Boilerplate Blues</h3> | |
<h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-4 tracking-tight">Core Modules: Intelligent | ||
Building Blocks for Your AI Applications</h2> | ||
<p class="text-lg brand-text-light leading-relaxed"> | ||
IntelliBricks is structured around three core modules, each designed for power, flexibility, and | ||
Intellibricks is structured around three core modules, each designed for power, flexibility, and | ||
seamless integration, empowering you to build sophisticated AI applications with ease. | ||
</p> | ||
</div> | ||
|
@@ -348,7 +348,7 @@ <h3 class="text-xl font-semibold brand-text-dark mb-4">Files Module: Intelligent | |
<h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-8 tracking-tight">Structured Outputs: Data, | ||
Defined by You.</h2> | ||
<p class="text-lg brand-text-light leading-relaxed mb-12"> | ||
Getting structured data from LLMs is critical for building robust applications. IntelliBricks makes it | ||
Getting structured data from LLMs is critical for building robust applications. Intellibricks makes it | ||
Pythonically simple and blazingly fast. See how we compare: | ||
</p> | ||
|
||
|
@@ -358,7 +358,7 @@ <h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-8 tracking-tight">S | |
<thead> | ||
<tr> | ||
<th class="border border-gray-300 p-4">Feature</th> | ||
<th class="border border-gray-300 p-4">IntelliBricks</th> | ||
<th class="border border-gray-300 p-4">Intellibricks</th> | ||
<th class="border border-gray-300 p-4">LangChain</th> | ||
<th class="border border-gray-300 p-4">LlamaIndex</th> | ||
</tr> | ||
|
@@ -401,20 +401,20 @@ <h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-8 tracking-tight">S | |
</div> | ||
|
||
<p class="text-lg brand-text-light leading-relaxed"> | ||
IntelliBricks offers a more streamlined, efficient, and Python-centric approach to structured outputs, | ||
Intellibricks offers a more streamlined, efficient, and Python-centric approach to structured outputs, | ||
ensuring you get not just the data, but the full context of the LLM's response. | ||
</p> | ||
</div> | ||
</section> | ||
|
||
<!-- Why Choose IntelliBricks Section - Elaborated --> | ||
<!-- Why Choose Intellibricks Section - Elaborated --> | ||
<section id="why-choose" class="py-24"> | ||
<div class="container mx-auto px-6 md:px-12 lg:px-24 text-center"> | ||
<h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-12 tracking-tight">🏆 The IntelliBricks | ||
<h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-12 tracking-tight">🏆 The Intellibricks | ||
Advantage: Python-First Intelligence</h2> | ||
<p class="text-lg brand-text-light leading-relaxed mb-16"> | ||
IntelliBricks is not just another framework; it's a philosophy. We believe in empowering developers with | ||
tools that feel natural, intuitive, and deeply Pythonic. Here’s why IntelliBricks is the intelligent | ||
Intellibricks is not just another framework; it's a philosophy. We believe in empowering developers with | ||
tools that feel natural, intuitive, and deeply Pythonic. Here’s why Intellibricks is the intelligent | ||
choice for your next AI application: | ||
</p> | ||
|
||
|
@@ -423,7 +423,7 @@ <h2 class="text-3xl md:text-4xl font-bold brand-text-dark mb-12 tracking-tight"> | |
<div class="p-8 bg-white rounded-xl shadow-md hover:shadow-lg transition duration-300"> | ||
<div class="text-5xl brand-primary mb-6">🐍</div> | ||
<h4 class="text-xl font-semibold brand-text-dark mb-4">Idiomatic Python at its Core</h4> | ||
<p class="brand-text-light leading-relaxed mb-6">Built with idiomatic Python, IntelliBricks | ||
<p class="brand-text-light leading-relaxed mb-6">Built with idiomatic Python, Intellibricks | ||
leverages modern Python features for a development experience that feels fluid and natural. No | ||
steep learning curves, no framework jargon – just clean, modern Python.</p> | ||
<p class="text-sm brand-text-dark font-semibold">Benefit:</p> | ||
|
@@ -436,7 +436,7 @@ <h4 class="text-xl font-semibold brand-text-dark mb-4">Idiomatic Python at its C | |
<div class="text-5xl brand-primary mb-6">✨</div> | ||
<h4 class="text-xl font-semibold brand-text-dark mb-4">Unmatched Simplicity and Clarity</h4> | ||
<p class="brand-text-light leading-relaxed mb-6">Designed for intuitiveness and ease of use, | ||
IntelliBricks dramatically reduces complexity and boilerplate. Focus on your application's | ||
Intellibricks dramatically reduces complexity and boilerplate. Focus on your application's | ||
intelligence, not intricate framework mechanics. Develop with clarity and confidence.</p> | ||
<p class="text-sm brand-text-dark font-semibold">Benefit:</p> | ||
<p class="text-sm brand-text-light">Get up and running quickly, iterate faster, and maintain your | ||
|
@@ -448,7 +448,7 @@ <h4 class="text-xl font-semibold brand-text-dark mb-4">Unmatched Simplicity and | |
<div class="text-5xl brand-primary mb-6">🧱</div> | ||
<h4 class="text-xl font-semibold brand-text-dark mb-4">Structured Outputs as a Core Strength</h4> | ||
<p class="brand-text-light leading-relaxed mb-6">Harness the power of structured data effortlessly. | ||
Define your data models with Python classes and let IntelliBricks ensure perfectly formatted | ||
Define your data models with Python classes and let Intellibricks ensure perfectly formatted | ||
responses from LLMs, leveraging <code>msgspec</code> for blazing-fast performance.</p> | ||
<p class="text-sm brand-text-dark font-semibold">Benefit:</p> | ||
<p class="text-sm brand-text-light">Eliminate messy string parsing and work directly with clean, | ||
|
@@ -460,7 +460,7 @@ <h4 class="text-xl font-semibold brand-text-dark mb-4">Structured Outputs as a C | |
<div class="text-5xl brand-primary mb-6">🧠</div> | ||
<h4 class="text-xl font-semibold brand-text-dark mb-4">Focus on Building Intelligence, Not | ||
Infrastructure</h4> | ||
<p class="brand-text-light leading-relaxed mb-6">IntelliBricks handles the plumbing, so you can | ||
<p class="brand-text-light leading-relaxed mb-6">Intellibricks handles the plumbing, so you can | ||
concentrate on what truly matters: building intelligent logic. Spend less time on framework | ||
intricacies and more time crafting smart, innovative applications that solve real-world | ||
problems.</p> | ||
|
@@ -478,7 +478,7 @@ <h4 class="text-xl font-semibold brand-text-dark mb-4">Focus on Building Intelli | |
<h2 class="text-4xl md:text-5xl font-bold text-white mb-8 tracking-tight">Ready to Build Intelligent | ||
Applications, Effortlessly?</h2> | ||
<p class="text-xl text-gray-100 leading-relaxed mb-12"> | ||
Join the IntelliBricks revolution and experience the future of AI development, the Python way. Get | ||
Join the Intellibricks revolution and experience the future of AI development, the Python way. Get | ||
started in seconds and unleash your AI potential today! | ||
</p> | ||
|
||
|
Oops, something went wrong.