đŹ Interview: Daniel on Solution Architecture
Discover how solution architecture helps non-technical founders avoid costly mistakes and build scalable apps, with insights from Daniel.

Building an app is like building a house â you need an architect before you start laying bricks. At Devika, that role is handled by Daniel, our Solution Architect. We sat down with him to explore what non-technical founders really need to understand before jumping into development, and how to avoid costly mistakes down the road.
1. Letâs start simple: what is solution architecture?
Daniel:
Solution architecture is the high-level planning of how an app or feature will work. Itâs about making the right decisions before you write any code. We start by understanding the business case and what needs to be built. Then we look at similar builds weâve done before, do extra research if needed, and design the overall cloud architecture. From there, we break it down into individual components.
2. What are the biggest mistakes you see founders make early?
Daniel:
There are three key decisions that are hard to undo: language, database, and infrastructure. If you choose the wrong one, you may need to rewrite everything later. A bad database choice, for example, can also lead to high ongoing costs. These are decisions founders shouldnât try to make on their own â itâs better to lean into experts.
3. What about founders who just want to build something fast?
Daniel:
Building fast can work, if done properly. With Baseline, we can move quickly without making bad long-term decisions. Itâs built using serverless architecture, which means you donât pay much when you have no users, but it can scale automatically when you grow. You can move fast without locking yourself into something youâll regret.
4. **If someone has a small budget, what should they not cut corners on?**
Daniel:
Donât try to build your own authentication or hosting â just use something thatâs already secure and proven. Also, really think about whether you need a mobile app from day one. A mobile-responsive web app might be enough early on. And unless AI is core to your product, you can skip it at the MVP stage. Itâs an enhancement, not a foundation.
5. What should a non-technical founder understand about their tech stack?
Daniel:
You donât need to know every detail, but you should understand cost and scalability. Developer-only costs for an MVP should be under $100/month. If itâs more than that, itâs going to blow out as you grow. Also, make sure your app is hosted on a major cloud provider like AWS or Azure. Avoid random platforms that lock you in or make it harder to scale. And early on, skip microservices; theyâre expensive and unnecessary for small apps.
6. What are some red flags when reviewing an MVP thatâs already been built?
Daniel:
Hosting is a big one. If itâs on an obscure or hard-to-maintain platform, thatâs usually a problem. Also, if itâs built mostly by stitching together third-party tools with very little actual code, that can create major issues later. And if itâs overengineered â like using microservices or containers for something simple â thatâs a sign the build wasnât aligned with the actual needs.
7. How does a founder make sure they actually own their tech?
Daniel:
Make sure itâs hosted on a mainstream platform and that you have access to the code and backend â even if youâre not using it right away. You donât need to manage it yourself, but you should always have the ability to take it elsewhere if needed.
8. What makes Devika different in how we approach building apps?
Daniel:
Weâre always close to the bleeding edge. Part of my role is to stay across new tools and technologies, and we introduce improvements gradually across projects so the team isnât disrupted. Every new project gives us a chance to try something better, without reinventing everything. Thatâs how we stay innovative while delivering consistently and efficiently.
Whether youâre building for scale or just getting your idea off the ground, the right architectural decisions upfront will save time, money, and stress later. At Devika, weâre here to help you make them.