ProductAppsCatalog
Utility And Intelligence Apps
This note documents the first utility and intelligence app batch added to
Scope
This note documents the first utility and intelligence app batch added to Desktop Runtime. The apps are UI-first and provider-ready. They do not connect to live APIs, scrape websites, store credentials, or claim realtime data.
App Batch
| App | Route | Category | Boundary |
|---|---|---|---|
| Calculator | /app/calculator | Utilities | Local arithmetic only; no dangerous expression evaluation. |
| Currency Converter | /app/currency-converter | Utilities / Finance | Demo rates only; no live FX API. |
| DevUtils | /app/devutils | Developer | Local transforms where safe; placeholders for heavier tools. |
| Clock | /app/clock | Utilities | Browser Date and Intl; alarm is local mock UI. |
| Celebrity Tracker | /app/celebrity-tracker | Intelligence | Mock tracking workspace; real integrations require official APIs and review. |
| Hurun Wealth List | /app/hurun-wealth-list | Finance / Intelligence | Fictional demo ranking; no licensed third-party data. |
| Open Movie Database | /app/open-movie-database | Media | Provider-ready UI for OMDb, TMDB, Wikidata, or imports; no API key. |
| Industry News | /app/industry-news | News / Intelligence | Mock feed; future RSS, newsletter, and manual link providers. |
| AI Navigation | /app/ai-navigation | AI | Curated AI directory mock; no affiliate ranking or live claims. |
Design Rules
- Utility apps should be compact and genuinely useful where local logic is safe.
- Information apps should show filters, lists, details, source transparency, and provider boundaries.
- Dynamic-data apps must use mock or clearly fictional examples.
- Future provider names are integration placeholders, not current integrations.
- These apps can appear in Desktop Runtime, App Store, Library picker, and future App Studio contexts.