
StackBlitz
CodeSandbox
replit
CodePen
GitHub Codespaces
Glitch
JSFiddle
CodeTasty
CatMD.pet
Petriage
Buddydoc
Maeve by Barkibu
Petnostics
Vet Triage Chat Bot
CatMD is your cat's voice in your pocket.
The more you use it, the more it becomes your cat. Every check-in, photo, named person, and body-language read sharpens the cat that lives in the app โ the one who writes a diary every night, sends postcards in their own voice, drops a daily card to your home screen, and replies when you chat. After a few weeks, the diary and chat stop sounding like "an AI" and start sounding like the cat at home. Plus vet-grade triage when something feels off. Built for cats only.
๐พ TODAY โ 15-second check-in (mood, appetite, litter). 6-second body-language reads with channel-by-channel interpretation. Health Rhythm spots drift before symptoms.
๐พ BOND โ Where your cat takes shape. โข Personality: 9 archetypes from the Litchfield Feline Five โข Daily Diary in your cat's voice โ references recent days, named family, things you've told them โข Daily Card: today's vibe, ready to share โข People & Pets: tag who's in the photos; names get woven into the diary โข Becoming: 7-facet identity score showing how shaped your cat is in here โข Posters: a new theme every week โ movie hero, famous painting, Studio Ghibli scene, 80s anime
๐พ CHAT โ Your cat replies in their own voice. First-person, in their archetype, with the day's mood (grumpy, mischievous, theatrical, philosophical, megalomaniac โ resets at midnight). They remember the diary, named people, and things you've told them about themselves. Every reply is screenshot-worthy. Vet-grade safety net when symptoms come up.
๐พ TRIAGE โ 60-second photo + symptom scan with a 0โ99 score and 4 urgency tiers. Feline Grimace Scale (Univ. Montreal 2019). Sleeping respiratory rate monitor for HCM. Vet-ready PDF export.
WHY CATMD? AI that knows YOUR cat โ breed, personality, named family, diary, mood arc, self-facts. Cat-only. Private by design. Daily ritual, not crisis tool.
โ ๏ธ Informational only. Not veterinary advice. In an emergency, contact your nearest vet immediately.
StackBlitzNo CatMD.pet videos yet. You could help us improve this page by suggesting one.
CatMD.pet's answer:
CatMD started with a 2 AM Google search โ the kind every cat parent knows. The cat is acting "off," the forums offer contradictory anxiety, and the only symptom checkers available treat cats like dogs in smaller bodies. Amit Raina, the founder, is a Singapore-based solo developer with nearly a decade of consumer-app experience and a household run by cats. He couldn't accept that "better information when it matters most" wasn't a solvable problem. CatMD is the answer to that night: cat-only, vet-source-cited, structured enough to be useful at 2 AM and again at the vet's office the next morning.
CatMD.pet's answer:
CatMD is the only AI vet triage app built exclusively for cats โ not a generic pet app retrofitted. Its knowledge base is curated from five peer-reviewed feline-only sources (Merck Veterinary Manual, AAFP, Cornell Feline Health Center, ISFM, ASPCA Poison Control), and its outputs include the Feline Grimace Scale (research-grade pain scoring from a single photo), a sleeping respiratory rate monitor (early heart-disease signal), and chronic-condition dashboards for CKD and hyperthyroidism. Every triage produces a 0-99 health score with a clear urgency recommendation โ Emergency, Vet Soon, Monitor, or Low Concern โ in under 60 seconds.
CatMD.pet's answer:
Most pet symptom-checker apps (Petriage, Buddydoc, TTcare, PawScan AI, Maeve by Barkibu) are generic across all species, which dilutes signal for cat-specific conditions. The closest cat-focused competitor (Sylvester.ai) does pain assessment only. CatMD is the only product that combines cat-only knowledge depth + structured 0-99 scoring + Feline Grimace Scale + sleeping respiratory rate + CKD/thyroid dashboards + vet-ready PDF export + anonymous-by-default UX. The decision support is calibrated specifically to feline biology and behavior, not "averaged" across species.
CatMD.pet's answer:
Anxious cat caregivers โ owners who notice their cat acting "off" but aren't sure if it's serious enough for a vet visit. Cats are masters at hiding illness, so caregivers often face uncertainty (delayed vet visits, unnecessary ER trips, late-night Google spirals). CatMD's primary users are typically multi-cat households, owners of senior or chronically-ill cats, and first-time cat parents. Secondary audience includes veterinary professionals who want a structured pre-visit triage report from clients.
CatMD.pet's answer:
React Native + Expo (Android-first, iOS in progress), Supabase for auth and cloud sync, RevenueCat for payments and entitlements, PostHog for product analytics, OpenAI's gpt-4o-mini for triage reasoning (with gpt-4o for emergency-level escalation), and a custom feline knowledge pipeline that ingests peer-reviewed veterinary references and applies VCPR/FDA-compliant prompt guardrails. Hosted on Cloudflare Workers (catmd.pet) for the proxy layer. Closed beta on Google Play; iOS TestFlight planned post-Android public launch.
CatMD.pet's answer:
I've started using this as my main IDE for new projects when I'm trying things out. If it keeps getting better at the rate it has been, it'll be even better than coding locally.
Based on our record, StackBlitz seems to be more popular. It has been mentiond 112 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Managing reactive state and dependent computations in JavaScript can get complex, especially when combining asynchronous and synchronous data. RS-X is a library that allows you to bind expressions to plain objects and makes the parts of the model used by those expressions fully reactive. Dependent computations automatically update when the underlying data changes. RS-X is framework-agnostic. While it can drive UI... - Source: Hacker News / 6 months ago
I like htmx, LiveView, React and Solid. They are great at different points, so I try to combine them in Solv (Stateless Offline-capable LiveView) and write a prototype to show the benefits. Solv's main idea is that stateless servers keep client's state in a volatile cache. It enables server components that are also interactive, which is best of both worlds between LiveView and htmx. Then fine-grained reactivity is... - Source: Hacker News / 9 months ago
I like htmx, LiveView, React and Solid. They are great at different points, and this is a prototype trying to combine them. Solv's main idea is that stateless servers keep client's state in a volatile cache. It enables server components that are also interactive, which is best of both worlds between LiveView and htmx. Then fine-grained reactivity is added to achieve efficient DOM updates + minimal payload size.... - Source: Hacker News / 9 months ago
In the code editor tab (powered by StackBlitz), navigate to the env.ts file and enter your OpenAI key. Run npm run generate in the terminal to see how @autoview generates TypeScript frontend code from example schemas derived from both TypeScript types and OpenAPI documents. - Source: dev.to / over 1 year ago
URL: https://stackblitz.com What it does: An online IDE for coding, previewing, and deploying web apps instantly. Why it's great: Rapidly spin up projects without local setups โ great for experimentation. - Source: dev.to / over 1 year ago
CodeSandbox - Online playground for React
Petriage - Assess the need for veterinary care, on-demand
replit - Code, create, andlearn together. Use our free, collaborative, in-browser IDE to code in 50+ languages โ without spending a second on setup.
Buddydoc - Free symptom check tool to assess pet symptoms at home
CodePen - A front end web development playground.
Maeve by Barkibu - Monitor your pet's health with AI ๐