Add TallyFlow Mobile as 5th pillar

- Reviewed new tallyflow_mobile repo
- Updated Site Plan and Homepage Draft to reflect 5 pillars (Web, Mobile, Capture, IoT, Print)
- Added tallyflow_mobile.md review document
This commit is contained in:
TNB
2026-05-29 10:39:20 -04:00
parent 36d03b83b8
commit 10c7603fb3
3 changed files with 20 additions and 2 deletions
@@ -12,7 +12,7 @@ RFID and barcode tracking that integrates directly with your ERP, reduces manual
--- ---
## Platform at a Glance (4 Pillars) ## Platform at a Glance (5 Pillars)
### TallyFlow Web ### TallyFlow Web
Complete dashboard, reporting, zone management, and ERP integration. Complete dashboard, reporting, zone management, and ERP integration.
@@ -12,7 +12,7 @@ Build a modern, professional marketing site at tallyflow.com that positions Tall
### 1. Home (/) ### 1. Home (/)
- Hero: Strong value prop + primary CTA ("Schedule a Demo") - Hero: Strong value prop + primary CTA ("Schedule a Demo")
- Platform overview (4 pillars: Web, Capture, IoT, Print) - Platform overview (5 pillars: Web, Mobile, Capture, IoT, Print)
- Key benefits / proof points - Key benefits / proof points
- Featured use cases (Receiving, Zone Movement, Exception Management) - Featured use cases (Receiving, Zone Movement, Exception Management)
- Trust bar (industries + logos if available) - Trust bar (industries + logos if available)
@@ -24,6 +24,7 @@ Build a modern, professional marketing site at tallyflow.com that positions Tall
### 3. Products ### 3. Products
- /web — TallyFlow Web (core dashboard, reporting, ERP integration) - /web — TallyFlow Web (core dashboard, reporting, ERP integration)
- /mobile — TallyFlow Mobile (dedicated Flutter mobile app)
- /capture — TallyFlow Capture (formerly PhotoTag) — mobile + photo + barcode - /capture — TallyFlow Capture (formerly PhotoTag) — mobile + photo + barcode
- /iot — TallyFlow IoT (reader management, real-time streaming) - /iot — TallyFlow IoT (reader management, real-time streaming)
- /print — TallyFlow Print (encoding & printing workflows) - /print — TallyFlow Print (encoding & printing workflows)
@@ -0,0 +1,17 @@
# tallyflow_mobile Review
**Tech Stack:** Flutter (iOS + Android)
## Purpose
Dedicated mobile application for TallyFlow.
## Key Observations
- Separate Flutter project from `tallyflow-decode`
- Full mobile app structure (android, ios, lib, assets)
- Appears to be the primary/official TallyFlow mobile client
## Relevance to Platform
This repo represents the **mobile pillar** of TallyFlow, distinct from the web, IoT, print, and capture components.
## Status
Initial structure review complete.