Contact
What are you interested in?
Web Development Dübendorf.
We write the code, not just the design: web apps, portals, online shops and configurators with Next.js and TypeScript for businesses in Dübendorf and the wider Glattal. Complex web solutions from CHF 15'000.
Calculate project costDübendorf still carries its engineering heritage. Where the military airfield once lay, the Innovationspark Zürich, the federal materials laboratory Empa and a dense cluster of technology, manufacturing and service firms now research and work. In a setting like that a handsome presence often is not enough — what is wanted are web solutions that do something: calculate, book, configure, sell, or plug into existing systems. That is exactly where web development starts, and exactly what separates it from web design.
We are DLM Digital, a studio in Zollikon, working since 2022 on more than 300 projects. We build from scratch with Next.js, React and TypeScript — no site builder, no theme, no stack of plugins that nobody will want to touch in two years. Dübendorf sits a short drive away in the Glattal, so coordination stays uncomplicated even though the studio is not in town. If your priority is presentation and visual identity, you are better served by Web Design Zurich — we would rather say so now than later.
The web solutions we engineer
From a company website to a platform with its own back-end logic — the stack stays the same, the effort does not. What we typically build for businesses in the Glattal:
- Websites and company presences — custom built rather than a theme bent into shape, from CHF 3'000 and live in about two weeks.
- Web applications and portals — B2B portals for dealer and partner networks, booking and reservation systems, member areas, dashboards with live data.
- Online shops — product catalogue, payment integration and checkout flow, connected to whatever you already work with.
- Calculators and configurators — multi-step tools that walk customers through a decision and produce qualified enquiries along the way. Our own configurator and project calculator are live examples.
- APIs and integrations — custom back-end APIs, database design, authentication, role-based access and connections to third-party systems such as ERP or CRM.
The common thread: built to order, on a data model that fits your business rather than whatever a plugin happens to allow.
Our stack, and what each piece contributes
Next.js and React on the front end, TypeScript throughout, Tailwind CSS for styling, Node.js and PostgreSQL on the back end. A narrow stack instead of a bit of everything — we want every line to still be maintainable three years from now. What each piece does:
- Next.js renders pages on the server or generates them at build time (SSR and SSG). Every crawler gets finished HTML in the first response rather than an empty page waiting for JavaScript — precisely where classic JavaScript sites lose ground on discoverability.
- TypeScript catches a substantial share of errors as we write them rather than at your customers. The benefit shows up during a rebuild a year later: what breaks, breaks in the editor, not in production.
- React gives us components we build once and reuse everywhere. Less code, and fewer places where the same thing is solved several slightly different ways.
- PostgreSQL is a relational database with a properly modelled schema that grows with you instead of needing to be swapped out along the way.
Performance is not a side effect here, it is the reason. Our benchmark is 100/100 PageSpeed, which feeds straight into the Core Web Vitals. This website is built on exactly that stack, so you can inspect the outcome live.
Do you need web design, web development or a complex web solution?
Short version: web design decides how it looks. Web development decides whether it works, how fast it loads and whether anyone can still change it in two years. Here is how to find the right page with us:
- You need web design if your project is mainly a convincing presence: company website, relaunch, landing page, imagery. → Web Design Zurich.
- You need web development if your website has to do something that does not exist off the shelf: calculate, book, configure, sell, connect to your ERP or CRM. Or if you want an existing application taken over technically. → this page.
- You need a complex web solution from CHF 15'000 if it is a platform with its own back-end logic: user roles, multiple tenants, real-time data, a SaaS product. → Web App Development.
If you cannot place your project yourself, that is not a problem — that is what the first conversation is for. We will also tell you when your project is smaller than you thought.
How a Glattal development project runs
In agile two-week sprints — after each sprint you see working features. Four steps:
- 1. Discovery — what should the system do, for whom, and what does it hang off? This is where the effort is decided, not later in the code.
- 2. Prototyping — interactive prototypes, so misunderstandings surface in a click-through demo instead of in the finished application.
- 3. Build — two-week sprints with regular demos. You see progress continuously and can steer while steering is still cheap. The Glattal is close enough that we are happy to do this in person when it helps.
- 4. Deployment — go-live with monitoring, training and documentation. One month of support after launch is included.
Realistic timelines: a website is live in about two weeks, an MVP in six to twelve weeks, a complete platform in three to six months.
Site builders and WordPress versus custom development
| Site builder / WordPress theme | Custom development (DLM Digital) | |
|---|---|---|
| Technical base | Theme plus third-party plugins | Next.js, TypeScript, React, Tailwind |
| Feature scope | Whatever the plugin allows | Whatever your business needs |
| Performance | Optimising against the builder | 100/100 PageSpeed as the benchmark |
| Rendering | Depends on the theme | SSR/SSG — finished HTML for every crawler |
| Integrations | Only with a matching plugin | Custom APIs into your own systems |
| Running costs | Plugin licences, managed hosting | Hosting and domain, approx. CHF 100–500/year |
| Security | Attack surface across every plugin | Narrow stack, smaller attack surface |
Web development in Dübendorf — prices
Guide prices for projects out of the Glattal. The range is not driven by page count but by the logic underneath: user roles, interfaces, data model and real-time features drive the effort. Hosting and domain cost a further CHF 100–500 per year.
- One focused page
- Next.js and TypeScript
- 100/100 PageSpeed as the benchmark
- Technical SEO built in
- Live in 1–2 weeks
- Multi-page presence
- Custom built, no theme
- Editable by your own team
- Technical SEO and Schema.org
- 1 month of support included
- MVP: CHF 15'000–25'000
- SaaS / B2B portal above that
- Custom back-end APIs, PostgreSQL
- Authentication and roles
- Agile two-week sprints
Frequently asked questions about web development in Dübendorf
A developed website starts at CHF 3'000, a single landing page at CHF 2'500 and a business website at CHF 5'000. Once you need more than a presence, the numbers change: complex web solutions begin at CHF 15'000. An MVP — the first working version of a web application — sits between CHF 15'000 and 25'000, and a complete platform or B2B portal considerably higher. The spread is not created by the number of pages but by the logic underneath: user roles, interfaces to systems you already run, the data model and real-time features drive the effort. Hosting and domain add roughly CHF 100 to 500 per year. Our project calculator gives you a first order of magnitude in a few minutes.
Web design answers how a website looks and feels: layout, typography, colour, the way people move through it. Web development answers how it works: the code that turns the design into something a browser can run, the data structure behind it, the interfaces to other systems and the maintainability over years. For a plain company presence the two collapse into one job and we deliver both from one hand. As soon as logic enters the picture — a login, roles, calculations, a shop, a connection to your ERP — the weight shifts clearly towards development: the design is finished in days, the build takes weeks. The rule of thumb: if your website mainly has to convince, you need web design; if it has to do something that does not exist off the shelf, you need web development.
We build with Next.js and React on the front end, in TypeScript throughout, and style with Tailwind CSS; on the back end we work with Node.js and PostgreSQL. That is deliberately a narrow, modern stack rather than a bit of everything — we want to be able to maintain every line we ship three years from now. Next.js provides server-side rendering and static site generation out of the box, which is decisive for discoverability: Google and AI systems see finished HTML instead of an empty page that JavaScript has to fill in first. TypeScript catches a substantial share of errors while we write them, not once they reach your customers. For a technically literate audience like the one in Dübendorf that argument lands — and this website is built on exactly that stack.
A website goes live in roughly two weeks — the normal case for a company presence when content and approvals arrive promptly. More involved projects follow different timelines: an MVP of a web application ships in six to twelve weeks, and a complete platform with back-end logic, user roles and integrations takes three to six months. We work in agile two-week sprints, so after each sprint you see working features rather than a status report. The biggest time sink, incidentally, is rarely the engineering — it is waiting for content and decisions. If you want to hold the pace, we agree before kick-off who signs things off on your side and where the material comes from.
Yes, and it happens regularly — usually when the original agency has become unreachable or the project has stalled technically. We start by reviewing the code, the dependencies and the hosting setup, then tell you honestly whether extending or rebuilding is the better commercial decision. That answer does not automatically favour a rebuild: a clean codebase with maintained dependencies is something we happily continue, even though we did not write it. What argues for a rebuild is outdated dependencies with security holes, a tangle of plugins where nothing can be changed without breaking something else, or an architecture that simply cannot support the feature you want. Not having access to the code is no obstacle, as long as you control the domain and the hosting.
The difference lies in where the HTML is produced. A purely client-side JavaScript application hands the browser what is effectively an empty page and assembles the content afterwards in the browser. Search engines can process that these days, but they do it late and unreliably — and many AI crawlers render no JavaScript at all, so they see nothing. Next.js renders the page on the server or generates it at build time, which means every crawler receives finished HTML in the very first response. Add the performance effect, which feeds straight into the Core Web Vitals: our benchmark is 100/100 PageSpeed. Together those two points are why we treat discoverability as a property of the architecture rather than as later optimisation.
What will your project cost?
The project calculator gives you an honest ballpark in a few minutes — no sales call attached. If it fits, we talk about the details afterwards.
Calculate project cost