From 1ff8ad17fc42ec2e005426d4e80ef0c1177f5f7d Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Fri, 19 May 2023 10:26:32 +0200 Subject: [PATCH] docs: adds orama video to homepage --- packages/docs/pages/index.mdx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/docs/pages/index.mdx b/packages/docs/pages/index.mdx index a1a208598..9a8c0b91c 100644 --- a/packages/docs/pages/index.mdx +++ b/packages/docs/pages/index.mdx @@ -4,9 +4,18 @@ import { AiFillFileAdd, AiOutlineSearch, AiFillDelete } from 'react-icons/ai' # Getting Started with Orama -Orama is an **immutable, runtime-agnostic, edge, and in-memory full-text search engine** that works both on client and server. - -Through implementing an optimized prefix tree and some clever tweaks, Orama can perform searches through millions of entries in **microseconds**. +Orama is a fast, batteries-included, full-text search engine entirely written in TypeScript, with zero dependencies.

+ + +
Get started with just a few lines of code: @@ -43,6 +52,8 @@ Get started with just a few lines of code: /> + + ## Requirements A JavaScript runtime is the **only** requirement. Orama has been designed to work on any runtime and has no dependencies.