git404hub

what is toko_kopi fr?

kukuhtw/toko_kopi — explained in plain English

Analysis updated 2026-05-18

15PHPAudience · pm founderComplexity · 3/5Setup · moderate

tl;dr

An AI-powered ordering and customer management chatbot for cafes and restaurants, written in PHP, supporting WhatsApp, Telegram, Discord, and web, with multi-branch management and an extensible plugin system.

vibe map

mindmap
  root((KopiBot))
    What it does
      Order chatbot
      Branch management
      Customer portal
    Channels
      WhatsApp
      Telegram
      Discord
      Web
    Features
      Loyalty points
      Payment plugins
      Promo codes
    Tech stack
      PHP 8
      MySQL
      LLM APIs

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Let customers place food and drink orders through a WhatsApp or Telegram chatbot without any app download.

VIBE 2

Manage multiple cafe branches from one dashboard with separate menus, pricing, and promotions per branch.

VIBE 3

Add loyalty points, CRM, and payment gateways using the plugin system without changing core application code.

VIBE 4

Give customers a portal to check order history and loyalty balances using only their contact details.

what's the stack?

PHP 8MySQLApacheOpenAI APIAnthropic API

how it stacks up fr

kukuhtw/toko_kopimyneid/laravel-db-tuipetebishwhip/laradocs
Stars151515
LanguagePHPPHPPHP
Setup difficultymoderateeasyeasy
Complexity3/52/52/5
Audiencepm founderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 1h+

Requires PHP 8, Apache, MySQL, and API keys for at least one LLM (OpenAI or Anthropic) and one messaging platform.

in plain english

KopiBot is an AI-powered ordering and customer management system built for coffee shops, cafes, restaurants, and similar food and beverage businesses. It is written in PHP 8 without any large framework and runs on a standard Apache and MySQL setup. The name comes from "kopi," the Indonesian word for coffee. The system lets customers place orders through a chatbot that understands their intent using a combination of rule-based logic and large language model APIs (OpenAI and Anthropic). Customers can reach the chatbot through a website, WhatsApp, Telegram, or Discord. The same chatbot logic runs across all those channels. It walks the customer through selecting items, choosing variants and toppings, applying promo codes, and confirming an order. One installation can manage multiple branches of the same brand. Each branch can have its own menu, pricing, promotions, currency, and timezone settings. A super admin dashboard gives an overview across all branches, while each branch has its own admin account. There is also a lightweight customer portal where customers can log in using their contact details and order number to check their order history, view loyalty point balances, and repeat previous orders. The plugin system is the main extensibility mechanism. Features like loyalty points, customer CRM, payment gateways, and individual messaging channels are all plugins that can be enabled or disabled without changing the core application code. Payment gateways supported by the included plugins are Midtrans, Xendit, iPaymu, and Nicepay. WhatsApp support covers several gateway providers including Fonnte, Twilio, and the official Meta Cloud API. Installation can be done through a web-based wizard or by manually importing the SQL schema, copying the example config file, and setting database credentials. LLM API keys are managed through the admin dashboard after setup rather than in the configuration file.

prompts (copy fr)

prompt 1
Walk me through setting up KopiBot for a single coffee shop branch, from importing the SQL schema to configuring the first WhatsApp chatbot channel.
prompt 2
I want to add a new payment gateway to KopiBot. Show me how the plugin system works and what a minimal payment gateway plugin looks like.
prompt 3
How does KopiBot route customer messages from WhatsApp and Telegram through the same chatbot logic? Show me the message handling code.
prompt 4
Help me customize the chatbot conversation flow in KopiBot to add a new step for choosing a pickup time slot.
prompt 5
I want to connect KopiBot to the Meta WhatsApp Cloud API. Walk me through the webhook setup and the required configuration fields.

Frequently asked questions

what is toko_kopi fr?

An AI-powered ordering and customer management chatbot for cafes and restaurants, written in PHP, supporting WhatsApp, Telegram, Discord, and web, with multi-branch management and an extensible plugin system.

What language is toko_kopi written in?

Mainly PHP. The stack also includes PHP 8, MySQL, Apache.

How hard is toko_kopi to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is toko_kopi for?

Mainly pm founder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.