2 min read
Jarvis

Large Language Models or LLM’s are at the forefront of the AI today or tech in general. With every big tech giant and AI labs in race for AGI they are being utilised and integrated in every facet of our lifestyle.

But there is a limitation, the interaction through these LLM’s are limited. The common option is to use the interface provided. This is limiting for common users and for developers who make their own from scratch and perform API calls. Hence, it is complex to harness these power of llms in our project.

This is why I present Jarvis. It is a search bar component which you can integrate in your own node project and allow text generation through prompts.

Demo

How does this work?

  • The frontend of the component is built using React and TailwindCSS for styling.
  • The process of text generation through prompts is powered by Gemini API.
  • The backend is deployed as a Cloudflare worker for low latency and fast text generation all across the globe.

Tech stack

Install it through npm using.

npm i @tarzi/jarvis

and import in your project using

import { SearchBar } from "@tarzi/jarvis";

Theme

The component comes with two themes for Light and Dark Mode.

light-mode dark-mode