Skip to main content

Contact

What are you interested in?

Web development · Zurich West · Next.js/TypeScript

Web Development Hardbrücke.

In Zurich's tech quarter a handsome presence is rarely enough — we write the code behind it. Web apps, portals and online shops with Next.js and TypeScript. Websites from CHF 3'000, complex solutions from CHF 15'000.

Calculate project cost

Zurich West around the Hardbrücke is one of the densest tech and start-up quarters in Switzerland. Where industry once stood, Kreis 5 now produces software products, platforms and digital business models — an environment in which a website often has to do more than show: calculate, book, configure, sell, plug into existing systems. Projects like that do not need a site builder, they need real engineering.

We are DLM Digital, a studio in Zollikon, working since 2022 on more than 300 projects. We build websites and web applications from scratch with Next.js, React and TypeScript — no theme, no stack of plugins that nobody will want to touch in two years. This page is for you if you are looking for an engineering partner rather than just a beautiful page. If presentation and visual identity are the priority, you are better served by Web Design Zurich — we would rather say so now than later.

What we build for businesses in Zurich West

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 Kreis 5 and across the city:

  • Websites and company presences — custom built rather than a theme bent into shape, from CHF 3'000 and live in two weeks.
  • Web applications and portals — B2B portals, booking and reservation systems, member areas and 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.
  • APIs and integrations — your own back-end interfaces, database design, authentication, role-based access and third-party connections.

The common thread: built to order, on a data model that fits your business rather than whatever a plugin happens to permit.

Why a modern stack matters in a tech quarter

Next.js and React on the front end, TypeScript throughout, Node.js and PostgreSQL on the back end — a narrow stack instead of a bit of everything. In a quarter where many clients come from the tech world themselves, a foundation like that also survives sceptical questions. What each part contributes:

  • Next.js: renders pages on the server or generates them at build time — every crawler gets finished HTML in the first response. Precisely the point where purely client-side JavaScript pages lose ground in search and where many AI crawlers drop out entirely.
  • TypeScript: catches a large share of errors while we write them; what breaks, breaks in the editor rather than at your customers.
  • PostgreSQL: a relational database with a properly modelled schema that grows with you instead of being swapped out along the way.

Performance is not a side effect here, it is the reason: our benchmark is 100/100 PageSpeed, and that feeds straight into the Core Web Vitals. This website is built on exactly that stack, so you can inspect the outcome live.

Zurich West is part of the city — and the distances are short

To be clear: Hardbrücke and Zurich West are not a municipality of their own but the former industrial quarter, Kreis 5, of the city of Zurich. For a development project the precise address matters little anyway — discovery, sprints, code reviews and deployments run largely digitally, with full visibility for you into every intermediate state.

If you want the complete range of services, more examples and the detailed price tiers, our main page Web Development Zurich is the right place to go. For presentation alone, Web Design Zurich still applies, and a first cost estimate comes from the project calculator. Because our Zollikon studio is quick to reach along the Hardbrücke axis, a kick-off or a hand-over in person is possible at any point — it is the same city, short distances.

How a development project runs with us

In two-week sprints, after each of which you see working features — not a status report. 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 rather than in the finished application.
  • 3. Build: sprints with regular demos — you see progress continuously and can steer while steering is still cheap.
  • 4. Deployment: go-live with monitoring, training and documentation; one month of support after launch is included.

Realistically: a website is live in two weeks, an MVP in six to twelve weeks, a complete platform in several months. We will also tell you when your project turns out smaller than you thought.

Site builder or WordPress against custom development

Site builder / WordPress themeCustom development (DLM Digital)
Technical baseTheme plus third-party pluginsNext.js, TypeScript, React, Tailwind
Feature scopeWhatever the plugin allowsWhatever your business needs
PerformanceOptimising against the builder100/100 PageSpeed as the benchmark
SEO renderingDepends on the themeSSR/SSG — finished HTML for every crawler
IntegrationsOnly with a matching pluginYour own APIs into your own systems
SecurityAttack surface across every pluginNarrow stack, smaller attack surface
Entry priceLowFrom CHF 3'000

Web development in Zurich West — prices

Guide prices for projects from Zurich West and the wider city. 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.

Landing page
from CHF 2'500
  • One focused page
  • Next.js and TypeScript
  • 100/100 PageSpeed as the benchmark
  • Technical SEO built in
  • Live in 1–2 weeks
Business website
from CHF 5'000
  • Multi-page company presence
  • Custom built, no theme
  • Editable by your own team
  • Technical SEO and Schema.org
  • 1 month of support included
  • Live in 2 weeks
Web app / platform
from CHF 15'000
  • MVP from CHF 15'000
  • Portals and SaaS on request
  • Your own back-end APIs, PostgreSQL
  • Authentication and roles
  • Two-week sprints
  • MVP in 6–12 weeks

Frequently asked questions about web development in Zurich West

Building a website starts at CHF 3'000, a single landing page at CHF 2'500 and a business website at CHF 5'000. Complex web solutions sit in a different order of magnitude: an MVP — the first working version of a web application — runs CHF 15'000 to 25'000, and a complete platform or portal considerably higher. The spread comes not from the number of pages but from the logic underneath: user roles, interfaces, 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 for your own project in a few minutes.

Web design answers how a page looks and feels — layout, typography, imagery, the way people move through it. Web development answers how it works: the code, the data structure, the interfaces to other systems, the load time and the maintainability over years. For a classic company website 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 an existing system — the weight shifts clearly towards development. If presentation and visual identity are your priority, our web design offering is the right page; if your website has to do something, you are in the right place here.

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, because we want to still be able to maintain every line we ship several years from now. Next.js provides server-side rendering and static generation out of the box — decisive for SEO, because search engines and AI crawlers see finished HTML instead of an empty page. TypeScript catches a large share of errors while we write them. In a quarter full of tech companies, that stack is no accident: it is the current standard for clean, long-lived web solutions.

Yes, and it happens regularly — often when the original agency has become unreachable or a project has stalled technically. We start by reviewing the code, the dependencies and the hosting setup, then tell you honestly whether extending or rebuilding makes more commercial sense. That answer does not automatically favour a rebuild: a clean codebase is something we happily continue, even though we did not write it. What argues for a rebuild is outdated dependencies with security holes, an unmanageable tangle of plugins, or an architecture that 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.

A website goes live in two weeks when content and approvals arrive promptly — the normal case for a company presence. More involved work follows different timelines: an MVP of a web application ships in roughly six to twelve weeks, and a complete platform with back-end logic, roles and integrations takes several months. We work in two-week sprints, and after each one you see working features rather than a bare status report. In our experience the biggest time sink is not the engineering but waiting for content and decisions. That is why we agree before kick-off who signs things off on your side and where the copy comes from.

A site builder or a theme with a pile of plugins is quick to set up, but it becomes a problem exactly where your offering is distinctive: you get what the plugin allows, not what your business needs. Custom-built applications are usually considerably faster, carry no plugin licences or plugin conflicts, and present a smaller attack surface for security problems. In Zurich West especially, where plenty of businesses are technically literate themselves, a clean codebase that can still be changed safely in two years counts for a lot. That said, if your project can be solved with standard tools, we will say so — not every project needs custom development.

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 of your Zurich West project afterwards.

Calculate project cost