diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index f6616599e..6c7de6970 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -12,41 +12,35 @@ import { CpuChipIcon, ClipboardDocumentIcon, CubeTransparentIcon, + ComputerDesktopIcon, + FolderPlusIcon, + } from "@heroicons/react/24/outline"; import ThemedImage from "@theme/ThemedImage"; const features = [ { - name: "1 Click Installs.", - desc: "Llama2, MPT, CodeLlama, and more. 1 click to install the latest and greatest models directly from HuggingFace. Or easily upload your own models.", - icon: CursorArrowRaysIcon, + name: "Personal AI that runs on your computer", + desc: "Jan runs directly on your local machine, offering privacy, convenience and customizability.", + icon: ComputerDesktopIcon, }, { - name: "Model Management.", - desc: "Configure advanced settings for each model. Manage your model versions. Easily switch between models. Get visibility into hardware performance.", - icon: CubeTransparentIcon, - }, - { - name: "Cloud AI Compatible.", - desc: "Connect to ChatGPT, Claude via an API key. Alternatively, host your own AI server on any GPU cloud and use it from the app.", - icon: CloudArrowUpIcon, - }, - { - name: "Data Security and Privacy.", - desc: "Jan runs locally on your machine. Your data never leaves your computer. You can even run Jan offline.", + name: "Private and offline, your data never leaves your machine", + desc: "Your conversations and data are with an AI that runs on your computer, where only you have access.", icon: ShieldCheckIcon, }, { - name: "Cross Device Compatible.", - desc: "Jan runs Nitro, a C++ inference engine, that is compatible with all major operating systems (CPU and GPU).", - icon: CpuChipIcon, + name: "No subscription fees, the AI runs on your computer", + desc: "Say goodbye to monthly subscriptions or usage-based APIs. Jan runs 100% free on your own hardware.", + icon: CubeTransparentIcon, }, { - name: "Audit & compliance.", - desc: "Coming soon.", - icon: ClipboardDocumentIcon, + name: "Extendable via App and Plugin framework", + desc: "Jan has a versatile app and plugin framework, allowing you to customize it to your needs.", + icon: FolderPlusIcon }, + ]; export default function Home() { @@ -84,7 +78,7 @@ export default function Home() {

- Run Your Own AI + Personal AI

{/* Run Large Language Models locally on  @@ -138,13 +132,13 @@ export default function Home() { -

+

AI that you control

Jan runs Large Language Models locally on Windows, Mac and Linux. Available on Desktop and Cloud-Native.

-
+
{features.map((feat, i) => { return (