Platform surface
- Web-based (anything.com/dashboard/...).
- Mobile preview via Expo Go โ the standard Expo developer client. Per Anything.com Docs: "Get Expo Go โ Preview mobile apps on your phone."
Expo Go is an existing third-party app on the App Store. Anything.com is leveraging Expo's preview infrastructure rather than shipping a native app of their own. Implies the mobile build output is React Native / Expo-compatible. Different architectural bet than Replit - Mobile App (Replit's own native build surface).
Built-in platform services (inferred from dashboard nav)
- Databases โ first-class, built-in.
- Domains โ custom domain management built-in.
- Accept payments โ first-class payment acceptance; see Anything.com - Accept Payments.
- Custom instructions โ persistent LLM instructions per team/project.
- Templates โ starter templates.
Auth / hosting / monitoring โ not surfaced in current sources.
Security & compliance
No security claims captured. No SOC 2 / GDPR / SSO signals. This is either because sources are shallow or because the product is earlier-stage / consumer-focused. Worth checking separately.
Integrations
No integration catalog captured.
GitHub / open source
No GitHub org visible in current sources.
Architecture guesses
- Mobile = React Native (via Expo Go infra). - Web = React (likely โ it's the default; unconfirmed). - LLM usage is metered via credits โ cost-aware backend. - Payments built-in suggests either (a) Stripe Connect abstraction, or (b) they hold balances and payouts themselves. The former is vastly more likely. Not confirmed.
Gaps
Everything above marked โ needs real docs ingested.