Welcome to Khoj!
- Get started with Khoj, your AI-powered knowledge assistant.
+ Sign in to get started with Khoj, your AI-powered knowledge assistant.
-
+ void;
isMobileWidth: boolean;
}) {
- const plugin = useRef(Autoplay({ delay: 3500, stopOnInteraction: true }));
+ const plugin = useRef(Autoplay({ delay: 4000, stopOnInteraction: true }));
const [showArrows, setShowArrows] = useState(false);
const tips = [
{
src: "https://assets.khoj.dev/sign_in_demos/research_mode.gif",
alt: "Research tip",
- description: "Use research mode to find answers to your questions",
+ description: "Perform deeper research to get informed, accurate answers.",
},
{
src: "https://assets.khoj.dev/sign_in_demos/custom_agents.gif",
alt: "Personalize tip",
- description: "Personalize your Khoj experience by creating custom agents",
+ description:
+ "Create AI agents and customize their personality to discuss homework, office work or a hobby.",
},
{
src: "https://assets.khoj.dev/sign_in_demos/docment_questions.gif",
alt: "Document tip",
- description: "Understand and create documents to expand your knowledge base",
+ description: "Get verifiable answers from across the internet and your documents.",
},
];
@@ -363,7 +369,7 @@ function MainSignInContext({
alt={tip.alt}
className="w-full h-auto rounded-b-none rounded-t-lg"
/>
-
+
{tip.description}
@@ -382,7 +388,7 @@ function MainSignInContext({
)}
- Sign in for free to unlock your second brain
+ Sign in to unlock your second brain
@@ -390,7 +396,7 @@ function MainSignInContext({
{/* */}
@@ -436,7 +442,7 @@ function MainSignInContext({
{
setUseEmailSignIn(true);
}}