Services
Three paths, one principle: modern, static-first technology that’s fast for the visitor and cheap to run. Choose by what your site actually needs to do.
- FIG. 02 — hugo.fig
- content/*.md (highlighted)
- hugo binary
- static html
- cdn edge
Hugo
WordPress without WordPress. We migrate business sites to fast static HTML.
Many business sites are just a homepage, subpages, articles and contact info. In that case you rarely need a database, PHP, plugins and ongoing maintenance. We move your site to Hugo and Cloudflare Pages — same content, same design or a fresh look, as fast static HTML.
- 0
- database to operate
- CDN
- global delivery
- Git
- safe rollback
- FIG. 03 — astro.fig
- components
- html render
- islands (highlighted)
- cdn edge
Astro
Modern content sites that barely ship any JavaScript.
Astro renders your site to plain HTML and adds interactivity only where you actually need it. The result is marketing sites, blogs and stores that load fast and score high on Core Web Vitals — with no heavy framework underneath.
- 66%
- good CWV (Astro)
- 48%
- good CWV (WordPress)
- 0
- unnecessary JS
- FIG. 04 — app.fig
- browser
- Nuxt · ssr (highlighted)
- FastAPI
- PostgreSQL
Web apps
Login, live data, dashboards: fully dynamic apps in Nuxt + FastAPI.
Login, live data, dashboards, APIs — things a static site can’t do. We build fully dynamic web apps with Nuxt on the frontend and FastAPI on the backend: from fast website all the way up to full application, in one stack.
- SSR→API
- one stack
- OAuth2
- login
- async
- performance
Not sure what you need?
- Just content (homepage, articles, contact)? → Hugo
- Content site with some interactivity, or a fresh modern look? → Astro
- Login, users, live data, dashboards? → Web apps (Nuxt + FastAPI)