WEB STUDIO · BERGEN
Cut the weight.
Engineer velocity.
We move companies off heavy CMS systems like WordPress and Drupal — rebuilding on lean Hugo, Astro and Nuxt/FastAPI stacks that load in milliseconds, not seconds.
- Zero-JS
- by default (Astro)
- 0
- database to operate (Hugo)
- 66%
- good CWV vs WP 48% (Astro)
- SSR→API
- full dynamics (Nuxt+FastAPI)
The web gained weight. We slim it down.
Every WordPress plugin, every Drupal view, every page-builder layer adds weight your users pay for in load time. Heavy CMS systems turn websites into slow, fragile document stores — expensive to run and maintain.
We rebuild the site on frameworks engineered for speed: same content, same design or a fresh look, as fast static HTML from a global CDN.
No database. No plugins. No compromise.
The right stack for the job
Every stack has a purpose. We match the framework to what your site actually needs to do — not the other way around.
Hugo
The world’s fastest static site engine (gohugo.io). Compiled to a single binary, builds thousands of pages in milliseconds. Zero runtime, zero JavaScript by default.
Best for · Business sites, documentation, blogs and archives where raw speed is what matters — and WordPress→Hugo migration.
- seconds
- build time
- 0
- database
- CDN
- hosting
Astro
The web framework for content-driven sites (astro.build). Renders to plain HTML, adds interactivity only where you need it via islands. 66% of Astro sites have good Core Web Vitals vs WordPress 48% (astro.build, July 2026).
Best for · Marketing and publishing sites, blogs, portfolios and e-commerce that must load fast and score high on SEO.
- Zero-JS
- by default
- 6
- UI frameworks
- 66%
- good CWV
Nuxt / FastAPI
When the site must do more than show content. Nuxt on the frontend (SSR→static→API in one stack), FastAPI on the backend — "on par with NodeJS and Go" (fastapi.tiangolo.com).
Best for · Customer portals, dashboards, internal tools, booking systems and APIs with login and live data.
- SSR→API
- one stack
- OAuth2
- login
- async
- performance
The migration protocol
Audit
We map your current stack, measure page weight and find every source of bloat.
Architect
We pick the right lean stack for your goals and draw up the migration blueprint.
Build
Content, design and functionality rebuilt — semantic, fast and durable.
Launch
Deploy to edge infrastructure, SEO redirects and a safe launch. A weightless site.
Stack news
Release notes and updates from the frameworks we build on. Filed straight from the wire, curated continuously.
FastAPI 0.140.5: Core Performance Fix for Body Field Dependencies
FastAPI 0.140.5 eliminates unnecessary dependency flattening for body fields, improving request parsing efficiency and reducing overhead.
FastAPI 0.140.7: Less OpenAPI Noise, Better Benchmarking
FastAPI 0.140.7 refactored dependency flattening in OpenAPI schemas for cleaner output and added OpenAPI dependency benchmarks.
FastAPI 0.140.6 Improves OpenAPI by Avoiding Dependency Flattening for Request Parameters
FastAPI 0.140.6 refactors dependency resolution to prevent flattening of dependencies used for request parameters, resulting in cleaner OpenAPI schemas.