Mobile app development in Pune
Maintenance technicians and quality inspectors in Pune's plants spend their shifts away from a desk, and much of what they find is still written on paper and typed up later, if at all. Plant networks have dead zones, phones are shared between shifts, and a breakdown logged from memory at the end of the day is missing the detail that would have explained it.
We build React Native apps for that floor. Scan a QR code on a machine to open its history, log a breakdown or an inspection with photos, and keep working when the Wi-Fi drops, with everything synced once the connection returns. Shared devices get quick sign-in and sign-out, and supervisors see the work as it is logged. FM360, the maintenance platform we built for a healthcare estate, has a mobile app for supervisors and a phone page for technicians built on the same ideas.
Pune runs two economies inside one metropolitan area. It is one of India's most important automobile and manufacturing hubs, with plants in Chakan, Pimpri-Chinchwad and Talegaon; Chakan alone hosts vehicle plants for Mercedes-Benz, Volkswagen, Bajaj Auto, Mahindra and Jaguar Land Rover, surrounded by hundreds of component suppliers. It is also one of the country's largest IT hubs, spread across Hinjewadi, Kharadi, Baner and Viman Nagar. And it makes vaccines: the Serum Institute of India, the world's largest vaccine manufacturer, is here too.
The most interesting software problems sit where those economies meet. Carmakers expect their suppliers to exchange schedules, shipping notices, drawings and quality documents electronically, and to keep up when the format changes. Plants want to know why a line stopped, which machine keeps failing and what the real output was per shift, but the data sits in machine controllers, a manufacturing execution system, an ERP and a supervisor's register, none of which agree. Industrial software startups, often founded by engineers who know those plants from the inside, are building products to fix exactly that, and selling them in India and abroad.
Our place is the software above the machines, working alongside your automation partner. We build the integrations that read what your machines and systems already expose, the data pipelines and dashboards that turn it into one picture, the supplier portals, the mobile apps for technicians and inspectors, and the SaaS products that package all of it. Pune also has a deep bench of IT services and engineering services firms, and a firm like ours can take a specialist piece of their larger programme, delivered under their name.
We are in Bengaluru and share your time zone, so the working day is the same on both sides and a problem raised in the morning gets a response that morning. Most of the work runs through your repository and a shared chat channel, and you talk directly to the engineer who writes the code. What we learn about your process, from calls, documents and photos of the floor, is written down as we go, so everyone works from the same picture.
We are the right fit for a defined build, an integration with an end date, or a product that needs to reach its first pilot plant before your own team is hired. Start with a fixed-price two-week piece and judge us on what ships. Pune's IT services and engineering firms can also bring us in white-label, under their name.
Four ways this arrives.
And crashes on the ones your users own. We add crash reporting with readable stack traces, find the handful of devices and OS versions causing most of the crashes, and fix those before anyone touches a feature.
Signing keys on a laptop, a manual build, store notes written at midnight. We move builds and signing into CI, add over-the-air updates for JavaScript-only fixes, and write down exactly how a release goes out.
A Bluetooth device, a vendor SDK, a camera pipeline, a background task the OS keeps killing. We write the native module in Swift and Kotlin, expose a small typed interface to React Native, and keep it isolated so upgrades stay possible.
Forms that vanish, actions that send twice. We decide what must work offline, keep it on the device, queue writes with idempotency keys the backend understands, and show the user plainly what is still waiting to sync.
Our own React Native app on Android, with retraction built into the client because moderation can pull a message after it has been sent.
Read the write-up →Asked by Pune teams.
How do you work with teams in Pune?+
We are in Bengaluru and share your time zone, so calls, reviews and releases fit inside your normal working day. We work in your tools, Slack, GitHub and Linear or whatever your team already uses, and you talk directly to the engineer writing the code. Photos, short videos and a walk-through call from the floor go a long way, and everything we learn is written into your repository as runbooks and architecture notes.
Can you connect to our machines and plant systems?+
Yes, through the data they already expose. We integrate with what your manufacturing execution system, historian, SCADA or machine gateways publish, whether that is a database, an API, a message broker or exported files, and build the pipelines, dashboards and apps on top. We work alongside your automation partner, who looks after the controllers, and help you specify any new data points worth adding to the line.
How does your rate compare to hiring in Pune?+
PayScale puts a mid-career software engineer in Pune at about ₹14 lakh a year. Our published rate is $35 an hour, with a $5,000 minimum. That buys a senior engineer who writes the code, works in your Slack, GitHub and Linear, and starts within days, with no recruiting round, notice period or employment overhead. Begin with a fixed-price two-week piece at $2,800 and judge us on what ships.
Can you work white-label for our IT services firm?+
Yes. Work ships under your name, in your client's repositories and through your delivery process, and we sign an NDA before specifics. We stay behind your team unless you want us in the room. It works best for a well-defined specialist piece inside a larger programme, such as a data pipeline, a mobile app or an infrastructure migration, and the code belongs to your client from the first commit.
React Native or fully native?+
React Native for most products: one codebase, one team, both stores. Fully native makes sense when the app is mostly the hard native part, such as heavy camera or audio processing, complex background work, or a platform feature React Native does not support yet. We will tell you which side of that line you are on, and write the native parts by hand either way.
Expo or bare React Native?+
Expo, in almost every case now. Development builds and config plugins removed most of the old reasons to eject, and EAS handles builds and signing. We go bare only when a native dependency genuinely cannot live inside a config plugin, and we will explain why before doing it, because it makes every future upgrade more work.
Can you take over an app someone else built?+
Yes. We start by getting it to build on a clean machine, which is often the hardest step, then bring React Native and its dependencies up to a supported version before adding features. We tell you what state the app is in, including where the store listings, signing keys and accounts actually live, before quoting anything larger.
Who handles App Store and Play Store submission?+
We do, from your developer accounts, not ours. We prepare the builds, the privacy disclosures and the notes for the reviewer, and deal with rejections when they come. The accounts, signing keys and listings stay in your name, so you can change developers later without asking anyone's permission.
Does our backend need to change for a mobile app?+
Often, a little. A mobile client stays on old versions for months, retries on bad networks, and cannot be fixed by a server deploy. That means versioned endpoints, idempotent writes, and a way to tell an old client it must update. We check the backend for those before the first screen is built, because retrofitting them after launch is slower.