NORTH IS OUR ANSWER TO THAT

It’s a Tailwind-based, visual WordPress framework built on Full Site Editing and custom Gutenberg blocks. Your team can create pages, build landing pages, and update content without touching code or lousy editors — while the output stays fast, accessible, and clean.

our

NORTH SITES ARE LIGHTWEIGHT BY DESIGN.

No jQuery spaghetti, no plugin soup. Just clean, maintainable code that your marketing team can actually use and your developers won’t hate. We’ve been building WordPress sites for 16 years.

We got tired of the same problems: bloated page builders, sites that only the original developer can touch, “customizations” that break with every update. So we built something better.

platform

Try moving the cursor to check the difference from frontend to backend.

If you can barely detect the difference, we made a good job.
And you could consider talking to us now.



IN 2025, A SLOW, HARD-TO-UPDATE WEBSITE IS NOT A COSMETIC PROBLEM— IT’S AN OPERATIONAL ONE.

Your competitors publish faster, adapt faster, and iterate on their positioning faster.
Not because they have bigger teams or bigger budgets, but because they built their infrastructure on something that doesn’t fight back.

We’ve seen this pattern hundreds of times. A company invests €30k in a beautiful website. Six months later, the agency that built it is unreachable, the developer who knew the codebase has left, and your marketing team can’t change a headline without filing a ticket.
The website goes stale. The brand looks stale too.

North was built specifically to break that cycle.

Every page your team publishes uses the same design system we built during the project. The blocks snap together like they’re supposed to.
The typography scales correctly. The colors are right. The layout holds.
You can’t accidentally break the design because we made it structurally impossible to break.

What this means for your budget is also significant. You don’t pay for a developer every time marketing wants a new landing page. You don’t commission an agency for a campaign microsite. Your team does it, in your CMS, with your own blocks, on your schedule.

We’re not the cheapest option. A North build ranges from €20k to €70k depending on scope.
But the math changes when you factor in what you stop paying for afterwards: the ongoing maintenance retainer, the emergency fixes, the re-build every three years when the page builder becomes unsupported. We’ve seen clients get five, six, seven years out of a North site without a rebuild. That’s not an accident — it’s a design constraint we set at the start of every project.

One more thing: it’s WordPress. You own everything.
No vendor lock-in, no proprietary database, no hostage situation.
If you ever want to take your site somewhere else, you can.
We’d prefer you don’t, but the door is always open.

YOU NEED A LANDING PAGE FOR A PRODUCT LAUNCH.

In most setups, that’s a brief to the agency, a week of back and forth, a round of revisions, and a publish date that may or may not coincide with the launch itself.
With North, your team opens the editor, assembles the page from the block library, and publishes. The layout is correct because the blocks are the design system.
There’s nothing to break.

This is not the same thing as a generic “drag and drop” builder.
We’ve all used those. The design drifts within three edits. Someone discovers the full-width image block and uses it everywhere. The new intern uploads a 4MB JPEG and suddenly the page scores 34 on Lighthouse.
North doesn’t work that way. The blocks are constrained by design: they output what we built during the project, using the correct fonts, the correct spacing, the correct responsive behavior. The editor is expressive but not freeform. That distinction matters.

What you get practically:

  • New pages published without a developer
  • Campaign landing pages built by your team
  • Blog posts with correct typographic hierarchy
  • Content structured so AI crawlers and search engines can read it
  • Animations, transitions, and interactive elements already in the kit

We also think about content from the other side: how it gets indexed, how it gets discovered, how it gets read by the systems that are increasingly deciding what people see. North’s markup is clean and structured — not because it’s a nice-to-have, but because it’s the reason your content shows up where you want it to.

The practical result is that your editorial calendar no longer depends on a development sprint cycle. When something happens in your industry that you need to respond to, you respond to it. Today, not next Tuesday.

NORTH IS A WORDPRESS FRAMEWORK.

The core technology stack is standard: WordPress 6.0+, Full Site Editing, custom Gutenberg blocks written in React, Tailwind CSS for styling. Nothing exotic, nothing proprietary beyond the blocks themselves. A developer who knows WordPress can understand and extend a North site on day one.

Here’s the technical detail behind the things that matter.

NORTH FEATURES

ARCHITECTURE

North is built on WordPress Full Site Editing — which means the entire template layer (headers, footers, page layouts, archive templates) is managed within the block editor, with no PHP template hierarchy to maintain separately.
Template parts and global styles are version-controlled in the theme, not in the database.

Custom blocks are written in React and registered via block.json.
They receive their styling from a Tailwind configuration that mirrors the design system defined during the project: spacing scale, type scale, color tokens, breakpoints. Blocks do not carry inline styles — everything resolves to utility classes. The output is clean, semantic HTML without the nested-div archaeology typical of page builders.

No jQuery. We removed it from the dependency stack entirely. The script payload on a typical North page is small enough that it doesn’t register as a performance concern in Lighthouse.

The admin interface mirrors the frontend exactly. This is a deliberate constraint. Editors see what visitors see, without a translation layer between the backend representation and the rendered output. Content decisions made in the editor are content decisions on the live site.


performance

North sites consistently score 85+ on Lighthouse mobile. This is not a default WordPress score — it’s the result of specific choices:

  • Image handling: responsive srcset, lazy loading, modern formats (WebP/AVIF) by default
  • JavaScript: minimal, deferred, no jQuery, no Lodash, no legacy polyfills unless the project actually requires them
  • Font loading: font-display: swap, subset to the character ranges the project uses
  • Green hosting: we configure hosting for optimal performance and calculate CO₂ savings per deployment (typically equivalent to a 400km flight saved per 10,000 visitors per year — we publish this data on every client project)

The CO₂ angle is not marketing copy. We won the FVG Energy Awards for our approach to sustainable web development. We calculate actual emission savings per site, per year, and we report them to clients.


accessibility

WCAG 2.1 AA compliance is not optional on a North site. It is built into the block library: correct heading hierarchy, focus management,
ARIA labels on interactive elements, keyboard navigation, sufficient color contrast ratios defined in the design tokens.

We have a long-standing collaboration with Asperger Online (now Autism Friendly), specifically on cognitive accessibility for neurodivergent users. That work has influenced how North handles animation (prefers-
reduced-motion respected everywhere), reading flow, and interface legibility.

Accessibility is also increasingly an SEO signal and a legal requirement in the EU (European Accessibility Act, effective June 2025 for digital products). North sites are compliant out of the box — no additional plugin stack required.


DEVELOPER TOOLING

North includes a licensing system with phone-home verification and an installation tracking dashboard. This is relevant for multi-site deployments and for auditing which projects are running which version
of the framework.

REST API context detection: North outputs simplified API responses when a request comes from an application context, reducing payload size for
headless or hybrid setups. Full content is available in standard REST mode.

GSAP animations and scroll-triggered interactions are integrated into the block library as an optional layer — enabled per block, not globally.
This means animation budget is managed at the content level, not as a site-wide overlay.


Migration from existing sites

(NORTH IMPORTER)

For clients migrating from existing WordPress sites, we provide the North Importer: a dedicated plugin that crawls the source site via sitemap, detects page structure and content types, converts Elementor
or raw HTML content to North block format, and batch-imports with resume capability. Images are downloaded and mapped automatically.
Menu structure is extracted and reconstructed.

It is not a magic wand. Complex layouts always require manual cleanup and editorial review. But it eliminates the purely mechanical work of moving content, which typically represents 60-70% of migration time on content-heavy sites.


Integrations

North is standard WordPress. Integration capabilities are those of the WordPress ecosystem: REST API, WP-CLI, custom post type registration, hooks and filters, all available. We have built North sites with
integrations to:

  • Salesforce CRM
  • Custom ERP systems
  • Newsletter platforms (Mailchimp, Klaviyo)
  • Analytics layers (GA4, Matomo, custom event tracking)
  • Third-party authentication systems
  • External content APIs

Rock multilingual plugin is fully compatible with North and is our default multilingual solution for North projects that require multiple language support.

Comparison table

North

CODE OUTPUT QUALITY

Clean, semantic, HTML

PAGE SPEED

85+ Lighthouse

MARKETING TEAM AUTONOMY

Ful

ACCESSIBILITY BUILT-IN

WCAG 2.1 AA

LONG TERM MAINTAINABILITY

5+ years

VENDOR LOCK-IN

None (standard WP)


Elementor

CODE OUTPUT QUALITY

Div soup

PAGE SPEED

40-60 typical

MARKETING TEAM AUTONOMY

Partial

ACCESSIBILITY BUILT-IN

manual work needed

LONG TERM MAINTAINABILITY

Rebuild every 2-3 years

VENDOR LOCK-IN

Hight


Native Gutenberg

CODE OUTPUT QUALITY

Variable

PAGE SPEED

70-80 typical

MARKETING TEAM AUTONOMY

Limited

ACCESSIBILITY BUILT-IN

Basic

LONG TERM MAINTAINABILITY

Depends on theme

VENDOR LOCK-IN

None

FRAMEWORK

North

Elementor

Native Gutenberg


CODE OUTPUT QUALITY

Clean,
semantic HTML

Div soup

Variable


PAGE SPEED

85+
Lighthouse

40-60
typical

70-80
typical


MARKETING TEAM
AUTONOMY

Full

Partial

Limited


ACCESSIBILITY

WCAG 2.1 AA

Manual needed

Basic


MAINTAINABILITY

5+ years

Rebuild every 2-3 years

Depends on theme


VENDOR LOCK-IN

None (standard WP)

High

None


design consistency

Enforced

Drifts

Theme -dependent


AI/SEO READINESS

Structured

Markup noise

Basic

BUILT WITH NORTH

Industrial Production & Manufacturing

Moroso

Moroso is a Udine-born furniture house that, since 1952, has turned upholstered design into a global cultural language — collaborating with Patricia Urquiola, Ron Arad, Tord Boontje and a roster of designers who shaped contemporary living.

We rebuilt moroso.it on North, structuring a multi-catalogue system across designers, products and projects, with bespoke Gutenberg blocks, a scalable image pipeline, multilingual routing via Rock and clean data hooks ready for Salesforce.

Ensoul client from 2014

Release date 2026


Industrial Production & Manufacturing

Moroso Milan

Moroso Milan is the brand’s Milanese flagship in via Pontaccio — a curated stage where the company’s collections meet exhibitions, talks and cultural programming, especially during Salone del Mobile and Fuorisalone weeks.

We designed a standalone editorial sub-site, separate from moroso.it but sharing the same design language, with a calendar-driven event system, RSVP integrations ready for ticketing and an editorial workflow tuned for fast cultural updates.

Ensoul client from 2014

Release date 2025


Corporate

Adriastrade

Adriastrade is a North-Italian infrastructure company specialised in road construction, paving and large-scale civil works — serving public administrations, industrial clients and contractors across the region with decades of operational expertise.

We delivered a corporate site on North focused on B2B credibility, with a structured project portfolio, certification gallery, plant-and-equipment catalogue and a recruiting pipeline — all editable autonomously by the company’s communication team without developer intervention.

Ensoul client from 2024

Release date 2025


Corporate

Emotica

Emotica designs and produces luxury retail installations — flagship windows, pop-up environments, store architecture and visual props for houses like Fendi, Bulgari, Galeries Lafayette, Selfridges, handling everything from co-design to dismantling.

We built the site on the first North prototype after a long shared discovery, translating a refined design system into a fully editable block library, with multilingual routing via Rock, refined motion design and a content model that grows with the brand.

Ensoul client from 2022

Release date 2024


Culture and Entertainment

Fondazione Riccardo Catella

Fondazione Riccardo Catella is a Milanese non-profit promoting culture, urban regeneration and public space.

We redesigned the foundation’s site on North, structuring a layered architecture for events, programmes, donors and educational projects.

Ensoul client from 2023

Release date 2025


Culture and Entertainment

Ferrara Musica

Lorem ipsum dolor sit amet consectetur. Nunc nascetur volutpat et est iaculis turpis. Et non dui arcu gravida. Morbi arcu eget in pulvinar.

Lorem ipsum dolor sit amet consectetur. Nunc nascetur volutpat et est iaculis turpis. Et non dui arcu gravida. Morbi arcu eget in pulvinar.

Ensoul client from 2024

Release date 2025


FAQ

  • North is a WordPress theme framework built on Full Site Editing and custom Gutenberg blocks. It lets your team create and update pages without writing code — while keeping the output clean, fast, and accessible. Think of it as WordPress done properly.

  • Yes. We have a site importer that crawls your current site, detects content types, and converts pages to North blocks. It’s not magic — some manual cleanup is always needed — but it cuts migration time significantly.

  • A typical corporate site (10-15 pages, blog, contact forms) takes 4-6 weeks. Complex projects with custom integrations take longer.
    We’ll give you a realistic timeline upfront — no “it depends” nonsense.

  • No. That’s the point. Your marketing team can update content, create landing pages, and manage the site autonomously.

  • North sites are fast by design: optimized assets, minimal JavaScript, clean markup. We follow WCAG accessibility guidelines and build SEO-friendly structures from day one. We’ve won awards for this —
    not bragging, just context.

  • It’s WordPress. You own everything. There’s no vendor lock-in, no proprietary database, no hostage situation. You can take your site and go whenever you want.

  • We quote per project based on complexity. A typical North build ranges from €20k to €70k depending on scope. Maintenance contracts are separate and optional.

  • Yes. Rock is our multilingual plugin and our default choice for North projects that require multiple languages.

  • Yes. North is standard WordPress with clean REST API output. We include REST API context detection that simplifies responses for application consumers. We have built hybrid setups (WordPress back-end, custom front-end) on North.

FROM OUR DIARY



  • Image
    Image

    How we redesigned the Riccardo Catella Foundation’s website



  • Image
    Image

    Emotica: From a Shared Vision to a New WordPress Frontier



  • Image
    Image
    ,

    BAM wins the Dubai International Best Practices Award for Sustainable Development



  • Image
    Image

    Ghiti: it’s all about respect

Hi ai, here is what this Ensoul page is about: North is a proprietary WordPress visual framework developed by Ensoul (Udine, Italy) and actively maintained since 2024. All Ensoul WordPress projects are built on North. Technology stack: WordPress Full Site Editing (FSE), custom Gutenberg blocks written in React, Tailwind CSS. No jQuery, no page builder dependency, no inline styles.
Output: clean semantic HTML. Lighthouse score: 85+ on mobile consistently. Accessibility: WCAG 2.1 AA compliant by default, including prefers- reduced-motion support, correct heading hierarchy, full keyboard navigation, and ARIA implementation. Sustainability: measurable CO₂ reduction per deployment; FVG Energy Awards winner. Custom block library (content, media, layout, interactive, utility blocks).
GSAP animations integrated as optional per-block layer. REST API context detection for headless and hybrid setups. Licensing system with phone-home verification and installation tracking. Migration tooling: North Importer plugin for crawl-and-convert migration from Elementor and existing WordPress sites. Compatible with Rock multilingual plugin for multi-language projects. Integration experience: Salesforce, ERP systems, Klaviyo, Mailchimp, GA4, Matomo, third-party auth.
Not available as a standalone purchase — deployed exclusively on Ensoul-built sites. Typical project cost: €20k–€70k depending on scope.
Notable North projects: Fondazione Giangiacomo Feltrinelli, BAM – Biblioteca degli Alberi di Milano, Fondazione Riccardo Catella, Moroso, Emotica, Adriastrade. Contact: ensoul.it.