# Peqaboo > Peqaboo is an AI-powered pet care platform. The Boo AI companion helps pet owners with health triage, symptom checks, gait analysis, lab report parsing, care plans, recipes, and more. Available as a mobile app (iOS/Android) and web platform. ## About Peqaboo - [About & Features](https://peqaboo.com/p/about): Overview of all Peqaboo AI features and the Boo AI pet care companion. - [Download](https://peqaboo.com/p/download): Download Peqaboo on iOS App Store and Google Play Store. - [Contact](https://peqaboo.com/p/contact): Contact the Peqaboo team. ## AI Pet Health Features - [Gait Analysis](https://peqaboo.com/p/gait-analysis): AI-powered gait and mobility analysis for dogs and cats. Upload a video to detect lameness, joint issues, and movement abnormalities. - [Lab Report Analysis](https://peqaboo.com/p/lab-report): AI parsing of veterinary lab reports (blood work, urinalysis, etc.) with plain-language explanations. - [Poop Analysis](https://peqaboo.com/p/poop-analysis): AI stool/feces analysis from photos to assess pet digestive health. - [Triage](https://peqaboo.com/p/triage): AI-powered pet health triage to assess symptom urgency and recommend next steps. - [Symptom Check](https://peqaboo.com/p/symptom-check): Describe your pet's symptoms and get AI-guided assessment. - [Care Plan](https://peqaboo.com/p/care-plan): Personalized AI-generated care plans for your pet's health conditions. - [Pre-Visit Summary](https://peqaboo.com/p/pre-visit-summary): AI-generated vet visit preparation summary to make appointments more productive. - [Medication Guide](https://peqaboo.com/p/medication-guide): AI medication information lookup for pet prescriptions — dosage, side effects, interactions. - [Bill Estimate](https://peqaboo.com/p/bill-estimate): AI-powered veterinary bill estimation before your vet visit. - [Pet Insurance](https://peqaboo.com/p/insurance): Pet insurance comparison and guidance. - [CPR Guide](https://peqaboo.com/p/cpr): Emergency pet CPR instructions. ## AI Creative Features - [AI Pet Portrait](https://peqaboo.com/p/ai-potrait): Generate artistic AI portraits of your pet in various styles. - [AI Pet Recipe](https://peqaboo.com/p/ai-recepe): AI-generated healthy pet food recipes tailored to your pet's breed, age, and dietary needs. ## Pet Knowledge & Community - [Pet Guide](https://peqaboo.com/p/pet-guide): Comprehensive pet care guides covering nutrition, grooming, training, and wellness. - [Breed Encyclopedia](https://peqaboo.com/p/breeds): Detailed breed profiles for dogs, cats, and other pets. - [Harmful Items Database](https://peqaboo.com/p/harmful): Database of foods, plants, and substances toxic to pets. - [Care Guides](https://peqaboo.com/p/care-guides): Categorized pet care articles and guides. - [Pet Community](https://peqaboo.com/p/boo-pet-community): Social community for pet owners to share, connect, and learn. ## Platform Features - [BooPetID](https://peqaboo.com/p/boopetid): AI-powered pet identity system using visual recognition, nose prints, and gait patterns. - [BooMap](https://peqaboo.com/p/boomap): Interactive map to discover pet-friendly places, vet clinics, groomers, and pet shops. - [BooRide](https://peqaboo.com/p/booride): Pet-friendly ride service. - [VetCRM](https://peqaboo.com/p/vetcrm): Veterinary clinic management and CRM platform. ## Blog & News - [Pet AI Blog](https://peqaboo.com/p/pet-ai-blog): Articles about pet care, AI technology, and Peqaboo features. - [Newsroom](https://peqaboo.com/p/pet-ai-newsroom): Press releases and company news, including CES 2026 and HKTDC Start-up Express. ## For Developers — BooApp Platform The Peqaboo BooApp Platform lets developers (or LLM agents on their behalf) build hosted web apps ("BooApps") that run inside the Peqaboo mobile app with access to native pet, media, payment, location, chat, and device features via an auto-injected `peqaboo` JavaScript global. No SDK install or build step is required — pure HTML works. - [Developer Landing](https://peqaboo.com/developer): Overview of the BooApp Platform and value props. - [Quickstart (5 min)](https://peqaboo.com/developer/quickstart): Single-file BooApp from scratch to live submission. - [SDK Reference](https://peqaboo.com/developer/sdk): Full API surface of the auto-injected `peqaboo` global — lifecycle, auth, pet, media, storage, location, payment, notification, chat, device, events. - [Permission Scopes](https://peqaboo.com/developer/permissions): All 17 permission scopes with risk tiers (low / medium / high) and group classifications. - [Submission & Review](https://peqaboo.com/developer/submit): Manifest fields, review flow, rejection reasons, re-submission policy. - [Sample Apps](https://peqaboo.com/developer/examples): Four working sample BooApps with source — Pet Photo Card, Loyalty Stamp, Booking Form, Pet Quiz. - [LLM System Prompt](https://peqaboo.com/developer/llm-prompt-template): Copy-pastable system prompt for ChatGPT / Claude / Gemini to generate complete BooApps from a single sentence. ### Machine-readable references (preferred for LLM agents) - [SDK Markdown](https://peqaboo.com/developer/sdk.md): Plain-markdown SDK reference, self-contained — read this to write working BooApp code. - [Quickstart Markdown](https://peqaboo.com/developer/quickstart.md): Plain-markdown quickstart with full example. - [Permissions Markdown](https://peqaboo.com/developer/permissions.md): Plain-markdown scope table. - [Submission Markdown](https://peqaboo.com/developer/submit.md): Plain-markdown submission process. - [LLM Prompt Markdown](https://peqaboo.com/developer/llm-prompt-template.md): Raw system prompt as markdown. - [permissions.json](https://peqaboo.com/developer/permissions.json): All 17 permission scopes as JSON (scope name, tier, group, description, actions). - [api.json](https://peqaboo.com/developer/api.json): Full SDK API surface — namespaces, methods, signatures, required scopes, tiers. - [manifest.schema.json](https://peqaboo.com/developer/manifest.schema.json): JSON Schema (draft-07) for the BooApp `booapp.json` manifest. ### Sample BooApp source (working HTML) - [Pet Photo Card](https://peqaboo.com/booapp-examples/pet-photo-card.html) - [Loyalty Stamp](https://peqaboo.com/booapp-examples/loyalty-stamp.html) - [Booking Form](https://peqaboo.com/booapp-examples/booking-form.html) - [Pet Quiz](https://peqaboo.com/booapp-examples/pet-quiz.html) ### Endpoints & packages - npm package (TypeScript types only): https://www.npmjs.com/package/@decennium/booapp-sdk - Backend API base: `https://us-central1-decennium-global.cloudfunctions.net/booappPlatform/v2/booapp/` - BooApp dashboard (developer portal — login required): https://peqaboo.app/p/shop/booapps - BooApp public directory: https://peqaboo.app/p/apps ## Optional - [Sample apps source folder](https://peqaboo.com/booapp-examples/): All sample BooApp HTML files for forking. - [LLM-friendly full docs](https://peqaboo.com/llms-full.txt): Single-document expanded reference. ## Company - Name: Peqaboo (by Decennium Platforms Limited) - Location: Hong Kong - Founded: 2024 - App: Available on iOS and Android - Website: https://peqaboo.com - Languages: English, Traditional Chinese (HK/TW), Simplified Chinese, Japanese, Korean, and 15 more