Website Development

Simple as that. If your business needs a website, I am happy to partner up and help you get it!

I can design and develop a website for you from scratch.

I don't use low-code solutions like Wix or Webflow, because I believe that every project should be individually crafted, not assembled.


What Do You Get?

Custom Design

I will design a website that fits your brand and your business. Designs are always revised and polished until you are satisfied.

Once we're done, I hand over the Figma files, so you or your team can carry on with it if needed.

Code in the Repository

I use Github to keep all my code. My commits follow Conventional Commits patterns, and I use pull requests to introduce changes. After my work is done, I transfer the repo ownership to you.

If this is just a tech mumbo-jumbo, don’t fret. All I am saying is that I keep the work in a private space which will be given to you once my work is done.

Pre-publish Preview

There’s nothing like seeing your changes live. But letting your customers see it right away isn’t always the best idea. That’s why all the frontend repos I push are connected to preview branches.

In simple terms, this means every change will be published under a different address so you and your colleagues can review and approve or change it, before it goes live.

Static Website

I develop SEO- and speed-focused sites. This means that your website will be fast, secure, and easy to maintain.

I use modern, battle-tested technologies like Astro, Tailwind CSS, and TypeScript.

See the Tech I Use

End-to-End Tests

One of the worst things that can happen is when you want to update your site, and it breaks on production.

I ship all my code with tests, so if anything is wrong, you’ll know before all the Internet will see it.

See the Testing Tools