diff --git a/TallyFlow/Marketing/Website/Homepage Draft.md b/TallyFlow/Marketing/Website/Homepage Draft.md index e73688a..a5e9499 100644 --- a/TallyFlow/Marketing/Website/Homepage Draft.md +++ b/TallyFlow/Marketing/Website/Homepage Draft.md @@ -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 Complete dashboard, reporting, zone management, and ERP integration. diff --git a/TallyFlow/Marketing/Website/New TallyFlow.com Site Plan.md b/TallyFlow/Marketing/Website/New TallyFlow.com Site Plan.md index 7ad9127..1fa2bf5 100644 --- a/TallyFlow/Marketing/Website/New TallyFlow.com Site Plan.md +++ b/TallyFlow/Marketing/Website/New TallyFlow.com Site Plan.md @@ -12,7 +12,7 @@ Build a modern, professional marketing site at tallyflow.com that positions Tall ### 1. Home (/) - 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 - Featured use cases (Receiving, Zone Movement, Exception Management) - Trust bar (industries + logos if available) @@ -24,6 +24,7 @@ Build a modern, professional marketing site at tallyflow.com that positions Tall ### 3. Products - /web — TallyFlow Web (core dashboard, reporting, ERP integration) +- /mobile — TallyFlow Mobile (dedicated Flutter mobile app) - /capture — TallyFlow Capture (formerly PhotoTag) — mobile + photo + barcode - /iot — TallyFlow IoT (reader management, real-time streaming) - /print — TallyFlow Print (encoding & printing workflows) diff --git a/TallyFlow/TallyFlow/Product/Code Reviews/tallyflow_mobile.md b/TallyFlow/TallyFlow/Product/Code Reviews/tallyflow_mobile.md new file mode 100644 index 0000000..5150c31 --- /dev/null +++ b/TallyFlow/TallyFlow/Product/Code Reviews/tallyflow_mobile.md @@ -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. \ No newline at end of file