OpenRibbon is an open database of verified South Korean restaurants, curated by food experts who vouch for each entry with their GitHub identity, accessible to both humans and AI agents via simple API-free JSON endpoints.

Stars

5

7-day growth

No data

Forks

0

Open issues

0

License

NOASSERTION

Last updated

2026-07-30

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It offers a trust-first approach to restaurant recommendations by requiring vouchers with real identities, and provides agent-native access without API keys or rate limits, making it a unique, community-driven, and developer-friendly data source.

Who it is for

  • Food enthusiasts seeking reliable restaurant recommendations in South Korea
  • Developers and AI agents building food-related applications or travel assistants
  • Contributors who want to share their trusted restaurant list publicly
  • Data scientists analyzing Korean dining trends with open, licensed data

Use cases

  • Querying restaurants by city, cuisine, or price range via CLI or direct JSON endpoints
  • Integrating verified Korean restaurant data into chatbots, map apps, or travel planners
  • Contributing new restaurants via GitHub issues or importing existing map lists
  • Analyzing dining patterns and vouching networks from the YAML data repository

Strengths

  • Every restaurant entry is vouched for by at least one GitHub user, ensuring accountability and trust
  • Data is freely available under CC BY 4.0 license, including commercial use, with no API key required
  • Contribution is easy via GitHub issues with automated PR generation, lowering the barrier for non-developers
  • Agent-native design provides JSON and JSONL formats ready for LLM context and direct querying

Considerations

  • Currently limited to restaurants in South Korea, with no global coverage
  • Data reliability depends on volunteer contributors and may have gaps in hours, addresses, or pricing
  • Lack of user ratings or review aggregations; only the voucher's short reason is provided

README quick start

openribbon · 오픈리본

맛잘알들이 직접 보증한 대한민국 맛집 오픈 데이터베이스

누구나 읽고, 누구나 쓰고, 에이전트가 바로 질의할 수 있는 맛집 리스트.


뭐하는 프로젝트인가

맛집 정보는 널려 있지만, 믿을 수 있는 맛집 정보는 없습니다. 광고와 협찬과 어뷰징 리뷰 사이에서 진짜를 골라내는 건 결국 사람입니다.

openribbon맛잘알이 자기 GitHub 계정을 걸고 보증한 맛집만 모읍니다.

  • 모든 항목에 보증인(vouched_by)이 최소 1명 있어야 합니다. 익명 제보는 받지 않습니다.
  • 모든 항목에 한 줄 이유(why) 가 붙습니다. 별점은 없습니다.
  • 데이터는 YAML 파일 하나 = 맛집 하나. Git 히스토리가 곧 신뢰의 기록입니다.
  • 기여는 GitHub 이슈 하나로 끝납니다 (딸깍). 로컬 세팅 필요 없음.

🤖 에이전트 / 개발자용 (agent-native)

빌드된 인덱스를 바로 가져다 쓰세요. 회원가입도, API 키도, 레이트 리밋도 없습니다.

# 전체 데이터 (사람이 읽기 좋은 pretty JSON)
curl -sL https://raw.githubusercontent.com/NomaDamas/openribbon/main/dist/openribbon.json

# LLM 컨텍스트에 넣기 좋은 JSONL (한 줄 = 한 맛집)
curl -sL https://raw.githubusercontent.com/NomaDamas/openribbon/main/dist/openribbon.jsonl

# 에이전트용 사용 설명서
curl -sL https://raw.githubusercontent.com/NomaDamas/openribbon/main/llms.txt
# jq 한 줄로 질의
curl -sL .../dist/openribbon.json | jq '.restaurants[] | select(.city=="서울" and (.cuisine|index("noodle"))) | .name'

CLI로 검색하기:

git clone https://github.com/NomaDamas/openribbon && cd openribbon && bun install

bun run query -- --city 서울 --cuisine korean      # 서울 한식
bun run query -- --q 평양냉면                        # 자유 검색
bun run query -- --price ₩ --json                   # 가성비, JSON 출력
bun run query -- --vouched-by vkehfdl1              # 특정 맛잘알의 리스트

bun run dedupe                                      # 중복 맛집 검사
bun run dedupe -- --fix                             # 중복 자동 병합

📦 데이터 형식

data/restaurants/.yaml 파일 하나가 맛집 하나입니다.

id: woolaeoak-jung              # kebab-case 슬러그, 파일명과 동일해야 함
name: 우래옥
name_en: Woo Lae Oak            # 선택
city: 서울
district: 중구                   # 선택
address: 서울 중구 창경궁로 62-29
cuisine: [korean, noodle]        # korean/chinese/japanese/western/... (schema.ts 참고)
signature:                       # 대표 메뉴 1~6개
  - 평양냉면
  - 불고기
price_range: "₩₩₩"              # ₩(~1만) ₩₩(~3만) ₩₩₩(~7만) ₩₩₩₩(그 이상)
why: 1946년부터 이어온 평양냉면의 기준점. 고기 육수의 단맛과 감칠맛이 또렷하다.
hours: "11:30-21:00"            # 선택
closed_on: 월요일                 # 선택
reservation: walk-in            # required/recommended/walk-in/unknown
tags: [노포, 평양냉면]            # 선택
vouched_by:                      # 필수, 최소 1명
  - handle: vkehfdl1

Description

맛잘알들이 GitHub 계정을 걸고 보증한 대한민국 맛집 오픈 데이터베이스. Agent-native, CC BY 4.0.

Related repositories

Similar projects matched by category, topics, and programming language.

Jakubantalik
Featured
Jakubantalik GitHub avatar

thinking-orbs

A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.

AI & Machine LearningAI Agents
1,191
makecindy
Featured
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI & Machine LearningLarge Language Models
958
mereyabdenbekuly-ctrl
Featured
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

AI & Machine LearningAI Agents
859