Frontity Framework is not under active development anymore.

The team is now working on the WordPress Interactivity API, which will unblock the same
type of UX as the Frontity framework, but fully compatible with the new Site Editor.

Frontity Logo

Frontity Logo
Get Started

The React framework for WordPress

Frontity is the easiest way to create lightning fast websites using WordPress and React. Open source and free to use.

Get Started
Try Demo in your Browser

Setting up Frontity...

How Frontity works

A server side, dynamic framework for headless WordPress sites and blogs

WordPress is used as a headless CMS – just for creating and managing your content

The WordPress REST-API allows you to retrieve your content and generate the final HTML

Frontity apps built with React serve your content and run separately on a Node.js server

WordPress + React made easy

Frontity connects seamlessly with WordPress so you can focus on building your website or blog.
No complex configuration is left to the developer and the number of concepts you need to learn are minimal.

01

Create your project

  • Create a new Frontity project with a single command.
  • Everything (bundling, transpiling, routing, server rendering…) is already configured for you.
Learn more

  1. npx frontity create my-app

    Creating package.json.
    Creating frontity.settings.js.
    Cloning @frontity/mars-theme.
    Installing dependencies.

    Frontity project created!

    Run cd my-app && npx frontity dev and have fun! 🎉

  2. cd my-app

02

Connect Frontity to your WordPress site

  • Easily connect your WordPress URL to Frontity.
  • Works with WordPress.org and WordPress.com.

// frontity.settings.js export const settings = { packages: [ { name: "@frontity/wp-source", state: { source: { url: "https://frontity.org/" }, }, } ], };

03

Setup your theme and style it

  • Start with a pre-made theme or create a custom one.
  • Style with next generation CSS-in-JS.
import { styled } from "frontity"; const StyledDiv = styled.div` width: 100%; text-align: center; color: white; `;

04

Deploy anywhere

  • Deploy your site to any Node.js or serverless provider.
  • Use your favorite WordPress hosting.

real-time content updates

Keep editing your content in WordPress

Use your WordPress dashboard to create and edit your content just as you usually do.


  • Every time you make an edit to a post or page, the change will automatically be updated on Frontity.
  • No need to rebuild your site as you would with a Static Site Generator each time new content is published.
Learn more

Designed for performance

Frontity is as fast as a static site generator

Provide an instant experience with dynamic content using Serverless Pre-rendering (SPR).

  1. Serverless generates HTML on the fly
  2. The CDN saves the HTML and serves it as static content
  3. Try out the performance right here!

twitter-twenty-twenty-frontity-theme

Why WordPress?

  • Powers over 43% of the web
  • User-friendly and extensible
  • Powerful block editor extensible using React
  • Largest open source CMS community

Why React?

  • Great developer and user experience
  • Scalable and well-established option
  • Largest open source front-end community

Why Frontity?

Frontity combines the best of both worlds with a great developer experience in mind

Easy

Designed to be used with WordPress, Frontity gives you a big head start by providing many of the common queries already built in.

Zero Setup

Everything is already wired up (React, Webpack, Babel, Routing…) so that you can jump straight in and start creating your site.

SSR and SEO Friendly

Frontity does Server Side Rendering out of the box. This approach works great with dynamic content and is great for SEO.

Lightning Fast Loading

Frontity sends a navigation-ready HTML page that is immediately usable so the initial load feels almost instant.

Extensible

Frontity powers a flexible extensibility pattern similar to WordPress. Themes and extensions can be activated without code changes.

Battle Tested

Used by millions of readers Frontity is proven and ideal for building fast and engaging frontend experiences. Learn more.

Need some inspiration?

See what people are building with Frontity

Frequently Asked Questions

Get help on your project

The Frontity Community Forum is the best place to ask questions, share your knowledge, and build new connections.

Join the community

What people are saying about Frontity

Ready to get started?

Building a React front-end for your WordPress website has never been easier.

Explore the docs

Learn Frontity

We’ve compiled several learning resources to guide you through how to get started with Frontity.

Accelerated By Google

Invested By Automattic