WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

rafaelmerlotto/alpaca-chat

Repository files navigation

Alpaca Chat

This is a lightweight chat application powered by Ollama AI, designed to run entirely on your local environment.
It is created only for local development to help developers experiment and interact with AI models through a simple chat interface without relying on external APIs or cloud services.


features

  • Run entirely locally with Ollama AI.
  • Simple and intuitive chat interface.
  • Ideal for testing, prototyping, and AI experimentation.
  • No backend required — all calls are made directly from the frontend.
  • Not for production use.

Live

Alpaca Chat


Tech Stack

  • React (UI)
  • TypeScript (type safety)
  • TailwindCSS (styling)
  • Ollama AI (local AI models)
  • Fetch API (direct calls from frontend)

Run Locally

  1. Clone the repository
    git clone https://github.com/rafaelmerlotto/alpaca-chat.git
  2. Open the folder
    cd ask_alpaca 
  3. Install NPM packages
    npm install
  4. For run this app
    npm run dev
    

Open your browser at http://localhost:5173


Dowload Ollama in locally

Download


Author

  • Rafael Merlotto

License

My Portfolio App is licensed under MIT License. You are free to modify and distribute the app as per the terms of this license. Please refer to the LICENSE.txt file for more details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published