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.
- 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.
- React (UI)
- TypeScript (type safety)
- TailwindCSS (styling)
- Ollama AI (local AI models)
- Fetch API (direct calls from frontend)
- Clone the repository
git clone https://github.com/rafaelmerlotto/alpaca-chat.git
- Open the folder
cd ask_alpaca - Install NPM packages
npm install
- For run this app
npm run dev
Open your browser at http://localhost:5173
- Rafael Merlotto
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.