
Open
Posted
•
Ends in 5 days
Paid on delivery
I need an MVP built in Google AI Studio that mirrors the core experience of BizAnalyst while remaining lightweight enough for rapid iteration. The application must run smoothly on both web browsers and mobile devices and sync live Tally accounting entries so users always have up-to-date books no matter where they log in. Scope of the first release • Secure user authentication with basic profile management so multiple employees can log in under one company file. • Continuous Tally data sync, handled in the background, with automatic conflict resolution for offline sessions. • Real-time dashboards and drill-down analytics generated on the fly from the synced data. • Multi-user support with simple role permissions (admin, accountant, viewer). • Offline access: when internet drops, the last synced data remains available and new entries queue for later upload. • Customisable reports users can save, share or export. Tech preferences I’d like everything orchestrated inside Google AI Studio, using its built-in connectors, Python snippets, or Vertex AI extensions where helpful. Firestore or another Google-managed database is fine for the operational store, as long as latency stays low for mobile users. After the MVP is stable I want a short hand-off session—screen-share or recorded walkthrough—that shows me how to extend features, wire up new data points, and deploy incremental updates myself. Acceptance criteria 1. I can log in on web and Android/iOS, see my latest Tally ledger within 30 seconds of a desktop edit. 2. Dashboards refresh in real time without page reloads. 3. Offline mode lets me browse existing data and capture new vouchers, which sync automatically once connectivity returns. 4. A mini knowledge-transfer session (and video) leaves me able to push the next small feature solo. If you’ve shipped production apps that integrate with Tally or similar accounting platforms and can guide me through Google AI Studio best practices, let’s get started.
Project ID: 40384941
74 proposals
Open for bidding
Remote project
Active 23 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
74 freelancers are bidding on average ₹24,567 INR for this job

With nearly two decades of experience in web and app development, CnELIndia is the partner you need to bring your MVP to life. Our skills extend across a variety of technologies including PHP, MySQL, Python, and most notably, React Native - a key component for your real-time tally sync. Our proficiency in data management will ensure that we can navigate Google AI Studio's built-in connectors and Python snippets with ease and give you seamless product updates once the MVP is stable. We understand the importance of secure user authentication with multiple profile support for businesses like yours. Moreover, we've built intricate data systems with quick mobile responsiveness before - a skill necessary for low latency from Firestore or a similar-backend. This synchronicity meshes beautifully with the off-line access feature you need: rest assured, no data will be lost even if connectivity drops! When working with us, you aren't just hiring experts; you're partnering with innovative professionals who push the boundaries of possibility. We'll guide you through Google AI Studio best practices and deliver an MVP that ticks all your criteria boxes. Let's get started on your game-changing Real-Time Tally Sync app today!
₹35,000 INR in 7 days
9.0
9.0

Hi there, I’ve reviewed your Flutter app requirements and would love to help. With 5+ years of experience in cross-platform development, I specialise in clean UI, smooth performance, and robust API integration. I’ll begin with clear planning, share regular progress updates, and ensure the app is fully tested before launch. Let’s connect to discuss your vision — I’m ready to get started! Best, Bhargav Flutter Developer | Android & iOS Expert
₹25,000 INR in 7 days
7.1
7.1

I can help you build a fast, mobile-ready MVP that keeps Tally data in sync in near real time and is structured for easy iteration inside Google AI Studio. What makes me a strong fit for this project is my experience designing lightweight, production-minded accounting and data-sync apps where reliability, low latency, and offline continuity matter. I’ll focus on the exact core you need for launch: secure multi-user access, live ledger sync, role-based permissions, offline capture, and dashboards that refresh without reloads. Key strengths I’ll bring: • Real-time sync architecture with conflict handling for offline edits • Google-managed stack planning using AI Studio, Firestore/Vertex AI extensions, and Python/JS orchestration • Clean mobile/web UX with performance monitoring and scalable data modeling Relevant experience includes building web/mobile business apps with database-driven workflows, API integrations, and reporting layers for operational teams. My approach: first I’ll define the data model and sync flow, then build authentication, Tally ingestion, offline queueing, and dashboard views, followed by role permissions, exports, and QA across web + Android/iOS. I’ll finish with a short hand-off session and a recorded walkthrough so you can extend features and deploy updates yourself. If you’d like, I can outline the MVP milestones and implementation plan next.
₹25,000 INR in 21 days
7.6
7.6

Hi there, I have read your project requirement. You need an MVP built in Google AI Studio that replicates the core experience of BizAnalyst—featuring secure multi-user authentication, real-time Tally data sync, live dashboards, offline support with sync recovery, and customizable reports—optimized for both web and mobile. We can build a lightweight, scalable MVP using Google AI Studio with Firestore for real-time data, background sync handling, and responsive dashboards, ensuring fast performance and smooth offline-first behavior. A few questions: ============ Which Tally integration method are you using (Tally API, ODBC, or third-party connector)? Should offline data entry support full voucher creation or limited fields in MVP? Do you need role-based access strictly enforced at backend or basic UI-level for now? Any preferred dashboard/report formats to prioritize first? Best Regards, Srashtasoft Team
₹35,000 INR in 12 days
6.9
6.9

Your Tally sync will fail under concurrent writes if you don't implement a proper conflict resolution strategy at the database level. When two accountants edit the same voucher offline, the last-write-wins approach will corrupt your ledger balances. Before architecting the solution, I need clarity on two things: What's your current Tally deployment - on-premise SQL or cloud-hosted? And are you expecting 5 users or 50 hitting the system simultaneously during month-end closing? Here's the architectural approach: - TALLY INTEGRATION: Build a Python service using Tally's ODBC connector with change data capture to detect ledger modifications within 5 seconds, then push delta updates to Firestore using batch writes to prevent race conditions. - FIRESTORE + REAL-TIME SYNC: Structure collections with compound indexes on voucher_id + timestamp so mobile clients subscribe to live snapshots without polling, keeping dashboard latency under 200ms even on 3G networks. - OFFLINE-FIRST ARCHITECTURE: Implement service workers for web and SQLite for mobile that queue transactions with vector clocks, then run three-way merge on reconnection to resolve conflicts without data loss. - GOOGLE AI STUDIO ORCHESTRATION: Use Vertex AI pipelines to schedule hourly reconciliation jobs that validate Firestore balances against Tally source of truth and flag discrepancies for manual review. - MULTI-USER RBAC: Store role permissions in Firestore security rules so Firebase Authentication enforces access control at the database layer, not application code that can be bypassed. I've built two similar accounting integrations - one syncing QuickBooks to a React dashboard for a 40-person finance team, another connecting Xero to mobile field apps with offline voucher capture. Both handle 10K+ transactions daily without sync failures. I don't take on projects where the Tally schema isn't documented upfront. Let's schedule a 20-minute technical call to review your voucher structure and define the conflict resolution logic before I commit to a build timeline.
₹22,500 INR in 7 days
7.3
7.3

Hello, I’ve gone through your project details, and this is something I can definitely help you with. With over 10 years of experience in mobile and web app development, I specialize in building robust applications that are scalable and maintainable. I have extensive experience orchestrating projects in Google AI Studio and connecting with databases like Firestore to ensure low latency for mobile users. Your project requires a seamless user experience with secure authentication, real-time syncing of Tally accounting entries, and offline capabilities, areas where I excel. I focus on clean architecture and continuous communication, ensuring that we remain aligned throughout the entire development process. After developing the MVP, I will guide you through a hand-off session, empowering you to manage updates going forward. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m eager to dive into your project and would love to clarify: 1. Do you need this for mobile, web, or both? 2. Are there specific reporting features or analytics you have in mind? Let’s discuss over chat! Are there specific reporting features or analytics you have in mind? Regards, Arpit Jaiswal
₹27,750 INR in 1 day
7.5
7.5

Hello there, I am PHP Expert having 10+ years of Experience I have worked on various Framework like Codeigniter , Laravel ,Shopify , Magento ,Wordpress I am ready to work with you, Message me so we can discuss more . My main motto is client satisfaction and makes a long-term relationship with you. I’m ready to discuss your project and start immediately. If you think I am capable enough then let's discuss it in more detail over the chat. Best Regards.
₹25,000 INR in 7 days
6.3
6.3

Hello There!!! ★★★★ (Tally sync MVP with real-time dashboards & offline-first mobile/web access) ★★★★ I understand you need an MVP like BizAnalyst with live Tally sync, multi-user login, real-time dashboards, and offline support across web and mobile using Google AI Studio. ⚜ Secure auth & role management ⚜ Real-time Tally data sync ⚜ Dashboard & drill-down analytics ⚜ Offline-first data handling ⚜ Multi-user support system ⚜ Custom reports & export ⚜ Google AI Studio integration I have experince in building data-driven apps and integrations, including accounting workflows and real-time sync systems. I will use Google AI Studio with Firestore, Python connectors and APIs to ensure fast sync, offline queue and smooth UI across devices. Let’s discuss Tally integration method and start building MVP step by step. Warm Regards, Farhin B.
₹25,000 INR in 7 days
6.7
6.7

Hi, I understand you need an MVP in Google AI Studio that syncs Tally data in real time, supports multi-user access with roles, and provides lightweight dashboards with offline capability. I can build a scalable setup using Firestore/Google services with background sync, conflict handling, and fast analytics rendering across web and mobile. The system will ensure near real-time updates, secure authentication, and smooth offline-to-online data syncing. I’ll also structure it so you can easily extend features and manage future updates independently. Looking forward for your positive response in the chatbox. Best Regards, Arbaz N
₹35,000 INR in 7 days
6.6
6.6

*** MVP Developer (Google AI Studio + Real-Time Accounting Sync System) **** Hi, I checked your JD and you want a lightweight but production-grade MVP that replicates the core experience of BizAnalyst with real-time Tally integration, cross-platform access (web + mobile), and offline-first capabilities for accountants and multi-user teams. I propose building this using Google AI Studio with a backend layer on Firebase/Firestore for low-latency sync, role-based access control, and real-time dashboards powered by streaming updates from Tally. The system will include secure authentication, continuous Tally data ingestion (background sync + conflict resolution), live analytics dashboards, offline queueing for transactions, and customizable reporting/export features. I will ensure mobile responsiveness, real-time updates without reloads, and a robust offline-first architecture so users can continue working seamlessly even without internet connectivity. Thanks
₹25,000 INR in 7 days
5.9
5.9

Hello there, we are a team of Full Stack developers and we can do this project in no time. Please, send me the project complete details to start the work. Thanks Ashish Kumar.
₹25,000 INR in 7 days
5.9
5.9

✋ Hi There!!! ✋ The Goal of the project:- BUILD A REAL TIME TALLY INTEGRATED MVP ACCOUNTING PLATFORM WITH WEB AND MOBILE SYNC USING GOOGLE AI STUDIO AND CLOUD SERVICES I have carefully reviewed your requirement and understand you need a lightweight but scalable MVP that syncs Tally data in real time across web and mobile with offline support and analytics dashboards. I am a strong fit for this project because I specialize in building real time data sync systems, cloud based architectures, and scalable MVP products with clean and maintainable code. • Implement secure multi-user authentication with role based access control for company accounting teams • Build real time Tally sync engine with background processing and conflict handling for offline and online data • Develop live dashboards with analytics, offline caching, and automatic synchronization using cloud database I will provide UI design, backend development, database management, API integration, testing, and full source code delivery with deployment support and documentation. I have 9+ years experience as a full stack developer and have worked on real time sync systems, SaaS dashboards, and finance related applications with complex data workflows. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
₹17,996 INR in 7 days
5.5
5.5

I’m an experienced developer with strong expertise in building data-driven MVPs and integrating accounting systems, and I can develop your lightweight BizAnalyst-style app using Google AI Studio with Firestore and Python-based workflows. I’ll implement secure multi-user authentication, real-time dashboards, continuous Tally data sync with background processing and offline support, along with role-based access and customizable reports. The system will be optimized for both web and mobile with low latency and smooth performance. I’ll also provide a clear handover session and walkthrough so you can confidently extend and manage the platform going forward.
₹16,500 INR in 3 days
5.7
5.7

Hi, I can build this MVP as a lightweight, scalable system inside Google AI Studio with a clean path for you to extend it later. My approach is to structure the app around Google-managed services so you get real-time sync, offline capability, and low latency out of the box. I would use Firebase Authentication for secure multi-user login, Firestore as the operational database (with real-time listeners and offline persistence), and Python/Cloud Functions to handle Tally data ingestion and background sync. For Tally integration, I will connect via its XML/HTTP interface or ODBC bridge, then implement a sync engine that: * pulls ledger and voucher updates continuously * resolves conflicts using timestamp/version logic * queues offline entries and syncs them once connectivity returns The frontend can be built as a responsive PWA (web + mobile) so it runs smoothly across devices without separate apps. Dashboards will update in real time using Firestore listeners, with drill-down analytics and customizable reports. The system will include role-based access (admin/accountant/viewer), exportable reports, and a simple UI for saving and sharing views. I focus on building systems that are not just functional, but easy for you to evolve independently after delivery. Best regards, Doan
₹25,000 INR in 3 days
5.8
5.8

I can build this MVP as a lightweight, real-time accounting analytics system inside Google AI Studio with Tally sync, designed specifically for fast iteration but structured so it can scale later into a full BizAnalyst-style product. My approach would be to use Google AI Studio + Vertex AI (for orchestration) + Firestore as the real-time store, with a Python-based sync layer that connects securely to Tally and continuously streams ledger updates into the system. This ensures low-latency access across web and mobile without overcomplicating the architecture. For the MVP, I’d focus first on stabilizing the Tally sync pipeline, including background sync, offline queue handling, and conflict resolution logic so data integrity is preserved even when users work offline. On top of that, I’d build real-time dashboards with live updates (no refresh needed) and lightweight role-based access so multiple employees can safely operate under the same company account. I’ve worked on similar data-sync and financial dashboard systems, so I understand the importance of latency, consistency, and accounting accuracy—especially when dealing with live ledger data like Tally.
₹12,500 INR in 14 days
5.4
5.4

With a versatile skill set, I am equipped to take on the challenges of developing your Real-Time Tally syncing mobile and web app MVP in Google AI Studio. Having worked in web and mobile development for over 9+years, my experience in E-commerce and CMS-based websites showcases my proficiency with real-time data syncing, delivering prompt analytics, secure user authentication, and robust roles and permission systems — all critical components of your project. Furthermore, I'm no stranger to developing apps that integrate with accounting platforms like Tally. This means that not only will I be able to execute the core functionalities of your app to ensure updates are accounted for across devices consistently, but I will also guide you through the best practices on Google AI Studio. To add further value to our collaboration, I offer a few distinct benefits. Notably, post-project delivery support has always been a key focus for me as a developer. With an added three-month window of support at no cost for existing development, you can trust that I'll be there if any issues arise or if you need help with extending features and future updations. Additionally, my cost-effective rates and holistic IT services guarantee maximum returns on your investment. Let's build a cutting-edge app that truly streamlines your accounting process!
₹25,000 INR in 7 days
5.6
5.6

As a seasoned Full-Stack Developer with over 12 years of experience, I understand the critical need for your MVP to provide seamless Tally synchronization across web and mobile platforms. The challenge of maintaining real-time accuracy while managing user access and offline functionalities is crucial for operational efficiency. Utilizing Google AI Studio along with Firestore ensures low-latency performance, which is essential for mobile users. Leveraging technologies like React Native or Flutter can enhance the user experience on both Android and iOS, while Node.js can handle backend processes efficiently. With my expertise in Appium and Playwright, I assure robust automation testing for smooth deployments. I appreciate your focus on continuous data sync and customizable reporting. These features will empower users to manage their accounting entries effortlessly. As we move forward, I’d love to know what specific analytics and reports are most important for your users—this will help tailor the dashboards effectively!
₹37,500 INR in 7 days
4.6
4.6

~~~~~~>>> Build a real-time, AI-powered accounting experience that keeps your Tally data synced, smart, and always accessible—anytime, anywhere. Hello Have a Nice Monday____!!! I can build your MVP in Google AI Studio with real-time Tally sync, offline support, and responsive dashboards for web and mobile. The solution will include secure auth, role-based access, and scalable architecture using Firebase Firestore for low-latency data handling. You’ll get a clean, maintainable setup with full handoff guidance for future feature extensions. COULD YOU PLEASE LET ME KNOW____??? 1. How are you planning to connect Tally (Tally API, ODBC, or third-party connector)? 2. Do you need real-time sync via webhooks/streaming, or is periodic background sync acceptable? SHALL WE CONNECT RIGHT AWAY___!! Thanks Swapnil.
₹21,999 INR in 20 days
4.6
4.6

Most MVPs in this space fail because they try to replicate full accounting systems instead of focusing on fast, reliable data sync and usable insights. I focus on building a lightweight core that is stable, scalable, and easy to extend. I can build your MVP using Google AI Studio + Firebase/Firestore with a clean architecture: Core Approach: - Auth & Roles: Firebase Auth (email/OTP) with role-based access (admin, accountant, viewer) - Tally Sync: Middleware service (Python/Node) to pull data via Tally ODBC/XML API and push to Firestore with near real-time updates - Realtime UI: Web + mobile-friendly frontend (React/PWA) with live dashboards using Firestore listeners (no refresh needed) - Offline-first: Firestore offline persistence + local queue for new entries, auto-sync on reconnect - Reports: Dynamic queries + export (CSV/PDF) with saved report configs Performance: Optimized for <30s sync latency and fast mobile access with minimal payloads. Google Stack: AI Studio for orchestration, Firestore for data, Cloud Functions for sync + processing, optional Vertex AI for insights later. You’ll receive a working MVP, clean code, and a recorded walkthrough so you can extend features yourself. If you want a scalable foundation instead of an overbuilt system, I can deliver this efficiently.
₹25,000 INR in 7 days
4.2
4.2

Hi, I’ve reviewed your requirements and can deliver a reliable, scalable, and well-structured solution aligned with your goals. I’m a full-stack developer with 4+ years of freelance experience, specializing in MERN, PHP/Laravel, WordPress, Shopify, and Flutter for Android & iOS apps. I focus on clean code, intuitive UI, and performance-driven development to ensure secure and user-friendly applications. I’ve handled projects end-to-end—from planning and design to deployment and support—while maintaining clear communication and meeting deadlines. My approach is simple: understand your vision, set realistic timelines, and deliver exactly what’s promised with long-term value in mind. I’d be happy to discuss your project in detail and suggest the best approach to achieve your objectives efficiently. Looking forward to working with you. Best regards, Arshiya
₹25,000 INR in 7 days
3.9
3.9

BHOPAL, India
Payment method verified
Member since Oct 7, 2017
₹12500-37500 INR
₹12500-37500 INR
$2-8 AUD / hour
₹12500-37500 INR
₹1500-12500 INR
₹600-1500 INR
$10-30 CAD
$250-750 USD
$10-30 USD
$2-8 USD / hour
$250-750 AUD
₹12500-37500 INR
₹12500-37500 INR
₹12500-37500 INR
$3000-5000 USD
₹600-601 INR
$10-30 USD
$30-250 USD
$30-250 USD
₹600-1500 INR
$15-25 USD / hour
€250-750 EUR