# DailyUncle.com - LLM Context ## About DailyUncle.com เป็นเว็บไซต์ข่าวสารภาษาไทยที่ให้ข้อมูลข่าวสารที่ถูกต้อง โปร่งใส และมีแหล่งที่มา เราเน้นการสรุปข่าวสารให้อ่านง่าย เข้าใจได้ทันที พร้อมทั้งมีระบบติดตามแหล่งข่าวที่เชื่อถือได้ ## Site Information - URL: https://dailyuncle.com - Language: Thai - Content Type: News, Articles, Summaries - Last Updated: 2026-09-05 ## Content Structure ### Main Pages - / - หน้าแรก: แสดงข่าวล่าสุดและข่าวเด่นประจำวัน - /search - ค้นหาข่าว: ค้นหาข่าวตามคำค้นหา หัวข้อ หรือแหล่งข่าว - /contact - ติดต่อเรา: ฟอร์มติดต่อและข้อมูลการติดต่อ - /editorial-policy - นโยบายบรรณาธิการ - /privacy - นโยบายความเป็นส่วนตัว ### Categories เว็บไซต์มีหมวดหมู่ข่าวที่ดึงจากฐานข้อมูลแบบไดนามิกที่ /api/categories ### Tags ข่าวสารถูกติดแท็กตามหัวข้อต่างๆ และสามารถเข้าถึงได้ผ่าน /tag/[tag-name] ### Article Structure แต่ละข่าวประกอบด้วย: - หัวข้อข่าว - สรุปเนื้อหา (TLDR) - แหล่งข่าวต้นฉบับ - วันที่เผยแพร่ - ผู้เขียน - เวลาที่ใช้อ่าน (คำนวณอัตโนมัติ) ## API Endpoints ### Articles API - GET /api/articles - เรียกข้อมูลข่าวทั้งหมด - Parameters: limit, offset, categorySlug, tagSlug, status - Returns: รายการข่าวพร้อมข้อมูลครบถ้วน ### Search API - GET /api/search - ค้นหาข่าว - Parameters: q (query), limit, offset - Returns: ผลการค้นหาข่าว ### Categories API - GET /api/categories - เรียกข้อมูลหมวดหมู่ทั้งหมด ### Tags API - GET /api/tags - เรียกข้อมูลแท็กทั้งหมด ## Data Format ### Article Object ```json { "id": "string", "title": "string", "slug": "string", "summary": "string", "hero_url": "string", "source_name": "string", "source_url": "string", "published_at": "string", "author_name": "string", "tags": ["string"], "category_slug": "string", "views_count": number } ``` ## Usage Guidelines ### For AI Models 1. ใช้ข้อมูลจากแหล่งที่มาเดิมเสมอ 2. อ้างอิงวันที่เผยแพร่เมื่อนำเสนอข้อมูล 3. ระบุแหล่งข่าวต้นฉบับ 4. ตรวจสอบความถูกต้องของข้อมูลก่อนใช้งาน ### For Content Analysis - เว็บไซต์เน้นการสรุปข่าวให้กระชับแต่ครบถ้วน - แต่ละข่าวมีเวลาที่ใช้อ่านโดยประมาณ - ระบบติดตามจำนวนการเข้าชมเพื่อความนิยม ## Contact Information - Website: https://dailyuncle.com - Contact Form: https://dailyuncle.com/contact - Editorial Policy: https://dailyuncle.com/editorial-policy ## Technical Notes - Built with Next.js and TypeScript - Uses Supabase for database - Implements Server-Side Rendering - SEO optimized with proper heading structure - Accessible design following WCAG guidelines --- This llms.txt file was generated for DailyUncle.com to help AI models better understand our content structure and usage guidelines.