How Startup Founders Should Think About Local-First Dev
- HeavybitHeavybit
What Local-First Dev Means for Startup Founders
If you’re a startup founder, you’re always looking for some kind of edge–a way to do things faster or more economically. Local first, which focuses on making an individual dev’s terminal (instead of a cloud-based dev environment) the center of gravity for front-end application development, offers real benefits in development speed and Cloud costs.
Thanks to pioneering research from organizations like Ink & Switch and ongoing interest from the Local First Dev Community, local-first dev has advanced by leaps and bounds, making software faster and simpler to create for many software teams. Prisma founder and startup advisor Johannes Schickling frequently covers the topic on the localfirst.fm podcast. Below, he explains why startup founders should look into local first:
- The Opportunity: Better Life for Devs, Users, and Everyone Else: Local first could mean not just a better life for devs, but better apps for end users
- Removing Data Bottlenecks Means Better UX: Streamlining data bottlenecks gives devs back time to focus on apps that provide users a better experience
- Removing Data Bottlenecks Means Successful, Disruptive Startups: Streamlined, ‘10X’ apps with better UX will have a meaningful chance of unseating incumbents
- How (Or If) to Apply Local First to Your Startup: Currently, local first seems like the best fit for startups building small, sharp tools
- Technical Benefits for Startups - Resourcing, Privacy: Local first can–potentially–mean improved, on-device privacy and being able to do less with more
- Business Benefits for Startups: Faster Dev, Leaner Budgets: Local first can–potentially–mean faster dev cycles and a smaller to nonexistent Cloud budget
- What a Local-First Future Looks Like: Cracking the code on data management could unlock a world where dev is as easy, and creative, as building Legos
The Opportunity: Better Life for Devs, Users, and Everyone
Schickling is bullish on local first’s benefits not just for developers, but for the end users of products that offer local first-like experiences. “A canonical example that's already a success story here is Linear, which is a next-generation product that clearly feels superior in terms of how fast it is and how well the product was executed.”
The project management tool has received praise thanks to its built-in sync engine that resolves changes and conflicts in real time under the hood, even as different users make changes and updates asynchronously. “And it was clearly made possible by a next-generation way to deal with data that was inspired by local first.”

Johannes Schickling explains how local first provides a more-responsive UX at the Local First Berlin conference. Image courtesy Local First Berlin
Removing Data Bottlenecks Means Better UX
While there’s an opportunity to improve app functionality for end users, there’s also room to improve app development. “The modern Web stack is notorious for its complexity–it’s comical how many different tools you have there. But in theory, it should all be very simple. We can run JavaScript on the client or on the server...yet we have this combinatorial explosion of different technologies.”
“A lot of that is constrained, or made terrible, by how complex data management is. Local first has this amazing opportunity to massively simplify the entire application stack, even though one of the golden rules in software development, and in computer science, is usually about conditionals. The answer to most questions is usually, ‘it depends.’”
“So far, we've been swinging this big hammer, no matter which app it is. Most applications we use on a daily basis are built with the same approach. However, local first gives you an opportunity to massively simplify everything and use a more-custom hammer. You can be more efficient, build simpler things, and therefore give application developers the time and affordance to work on what matters most: The app user experience.”
Removing Data Bottlenecks Means Successful, Disruptive Startups
“I’m currently developing a music app which is a very ambitious undertaking, as I'm designing this for myself as the customer, based on the typical ways I consume music. Rather than get too deep into the specific workflows, what’s important is the desire to do better. Application developers want to build better experiences that are credible replacements for the status quo.”
The founder points to Linear CTO Tuomas Artman’s contention that competitive MVPs are all about execution. “[Artman] argues that most products we could think of have already been built. Often, there is already a winner in the market right now. The way to replace that is to build something that's 10x better. And ‘better’ often means making it faster, more reliable, shipping features more quickly, and so on.”
Of course, there’s no magic wand to simply conjure up a 10x product. Building something better usually means making tough choices on what not to focus on during development. “Local first lets me spend my time on something else–making my app better–and spending less time on dealing with data problems.”
“Most products we could think of have already been built. The way to replace that is to build something that's 10x better...faster, more reliable, shipping features more quickly.” -Johannes Schickling, Founder / Overengineering Studios, Prisma
How (Or If) to Apply Local First to Your Startup
Schickling concedes that local-first development is still in the process of maturing through active research, and may not necessarily be a perfect fit for every startup–particularly those looking to actively manage data for thousands of users, or managing enormous, enterprise-grade data workloads with high operational requirements.
“If you think about the way data is managed with local first, it flips the gravity away from huge, monolithic cloud databases that are the source of truth for everything. We now have very capable devices in our pockets that can do a lot of processing and storage. If you think about the photo gallery on your phone, you might want to browse through your images–even if you’re on the subway or a plane.”
“Having challenges accessing your personal memories that are stored in some data center is a very different use case than what a typical enterprise needs. For now, local first might be a better fit for things that are focused around an individual or a small group with a high trust assumption–where it’s fine for someone to access a lot of that data, and you're not as densely connected.”
“Something that would not be easy to build with local-first technologies–a social network like LinkedIn, Twitter, or Facebook is a notorious counterexample. We’re even seeing advancements that help us move in that direction, but that's not where we are.”
“And I think it's hard to say what a ‘typical’ enterprise application would look like. Sometimes, they’re fairly small applications that deal with a fairly small amount of data, deployed in a particular setting on premise or with high trust assumptions. Local first might already be perfectly viable for those use cases.”
“But then, you have another kind of application shape: Something you want to roll out to millions of users right away, and be able to revoke data, and that sort of thing. And this is where it might not be as good of a fit yet. So I think it really depends. But overall, the developments are pointing in a direction where I think local first will become a viable replacement for many more application scenarios than just personal software.”
Technical Benefits for Startups - Resourcing, Privacy
Schickling points to Linear as a case study in how local first can reshape engineering organizations. “The typical software startup has a sizable engineering organization, split across front-end developers, back-end developers, DevOps, and so on. But Linear almost exclusively has front-end engineers because a lot of the other burden is taken care of by a sync engine.”