Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1009 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 1009 Bytes

Switcheroo

Web app that can be used to automatically load your favorite LLM while having all of the tech stack accustomed to your project!

How it works

To start, you need to come to our website and register. After registration, you will be prompted to choose a list of tech stacks you use and our web crawler will extract the data obtained from the docs based on the list of predetermined websites that we have in our database.

The data will be sanitized and fed to the chatbot AI of your choice. Then a dialogue with the AI will be initiated. Enjoy!

Installation

as of now simply run this at the root directory

npm install

Tech stack used

Frontend:

  • Shadcn/UI
  • React
  • Typescript

Backend:

  • NextJS
  • Vercel serverless solution

Running the dev server

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Examples

To be added once an MVP is completed!

Contributing

Will add link to the CONTRIBUTION.md once it is done