Python · Wagtail · Web
A focused studio crafting high-performance web platforms with Python and Wagtail. Built for editorial teams, growing businesses, and organisations that care about the craft.
Est. 2012
Over a decade building with Python.
Projects delivered
Complex CMS builds that editors love.
01 —
Custom Wagtail builds that give your editorial team genuine control — from flexible page models to multi-site, multi-language publishing workflows.
02 —
Bespoke web applications built on Django — from data-heavy dashboards and SaaS tools to complex business logic and third-party integrations.
03 —
Decouple your content from your presentation layer. Wagtail's GraphQL and REST APIs power fast front-ends in Next.js, Nuxt, or native mobile.
Wagtail is the open-source CMS of choice for organisations that need real editorial flexibility without locking into a proprietary platform. Built on Django, it's endlessly extensible — and we know it inside out.
from wagtail.models import Page from wagtail.fields import StreamField from wagtail import blocks class ArticlePage(Page): # Flexible body using StreamField body = StreamField([ ('heading', blocks.CharBlock()), ('paragraph', blocks.RichTextBlock()), ('quote', blocks.BlockQuoteBlock()), ('image', ImageChooserBlock()), ('code', CodeBlock()), ]) content_panels = Page.content_panels + [ FieldPanel('body'), ] class Meta: verbose_name = 'Article' ordering = ['-first_published_at']
We map your content model, user journeys, and editorial workflows before writing a single line of code.
Django models, Wagtail page trees, API contracts — we design the data layer first so your site scales without rewrites.
Fortnightly sprints with real deployments. You see working software, not slide decks.
Fully managed deploys, automated testing, monitoring, and ongoing retainer support.
Publishing platform
A fully bespoke Wagtail-powered newsroom: structured articles, member paywalls, newsletter integration, and a custom analytics dashboard.
Non-profit
Multi-site Wagtail across 14 regional branches, centralised member management, donation flows, and event booking.
SaaS product
A Django REST API serving a React front-end: complex filtering, bulk imports, PDF report generation, and role-based access control.
Higher education
Headless Wagtail feeding a Next.js front-end with faceted search, personalised recommendations, and live application tracking.
Webbyfox is a specialist Python and Wagtail studio. No project managers between you and the developers. No offshore handoffs. Just a tight-knit team that genuinely cares about building software that holds up.
We've contributed to Wagtail core, spoken at DjangoCon, and maintain several open-source packages used by thousands of developers worldwide.
Work with us →Years in Python
Sites launched
Core team
Wagtail packages
Python
Our primary language for everything backend.
CoreWagtail
Our CMS of choice for editorial platforms.
SpecialistDjango
The web framework — secure, scalable, proven.
CorePostgreSQL
Full-text search, JSONB, and more.
DataReact / HTMX
Modern SPA or hypermedia-driven front-ends.
FrontendAWS / GCP
Containerised deploys, auto-scaling, CDN.
InfraLet's talk
Tell us what you're building. We'll tell you if it's a good fit — no sales pressure, no NDAs on day one.