Table of Contents
Matt Mullenweg, the CEO of Automattic recently announced a new interface for WordPress.com called Calypso. You can now manage your blogs, publish and edit posts as well as read other people articles all from a new look and feel.
This is great, however, what’s truly remarkable is the fact that the new interface is written entirely in Javascript.
By using the new JSON API from WordPress.com they were able to create a brand new admin for WordPress.com sites that is written entirely in JavaScript, HTML, and CSS and it can run locally on a device with a lightweight node.js server setup.
But first… WordPress is still a PHP app
Many people were really excited about this. Javascript and node and react oh my!
Some for good reason and others for not so good reasons 🙂 It seams there’s a lot of misinformation in the community.
Sure you’ve seen it by now, but here’s my pal @photomatt on the decision to rebuild WordPress from scratch.
https://t.co/htQSMMD9tt
— Jeffrey Zeldman (@zeldman) November 24, 2015
Basically, the way I see it, right now Calypso is the future of Automattic and WordPress.com (the company that offers hosted WP installs ), not the Open Source project WordPress.org.
Calypso is the future of Automattic and WordPress.com
Yes, you can:
- edit your self hosted site using the new interface for connected JetPack
- it’s fast and really well though out for writing and editing
- you can manage your posts, pages and menus, themes and plugins and a few more settings
- it’s open source so you can install it locally or on your server
And it’s awesome, but as far as self hosted sites go:
- if you install it locally it will still require a WordPress.com account to make it work.
- there’s no support for custom post types and custom fields (although I’m sure that will / can change in the future)
- WordPress is still a PHP application
What does this mean for self hosted sites?
Right now, if you do a lot of writing it’s great! The Mac app I’ve heard it’s also really good and there are plans for a similar Windows app.
However, if you’re using WordPress as a general purpose CMS, with plugins to configure and interact daily (like it’s the case with an ecommerce site), Calypso is of very little use right now.
I’m sure you can find a way to integrate it in your workflow, but that would mean switching between different interfaces and that’s even worse then a slower interface with page refreshes.
So nothing has changed for WordPress?
Actually, everything changed. WordPress 4.4 is coming December 8’th and with it the first part of the REST API that’s actually integrated in the core.
This is a great new beginning for WordPress developers and their users because now they can build better interfaces that are easier to both maintain and use.
I guess Matt said it best:
This is a beginning, not an ending. Better things are yet to come, as all of you dig in.
Related Articles
Beginner’s Guide to: What Is WordPress?
Ever now and again the question arises with new clients that aren't really tech savvy: "What Is WordPress?" What I'm hoping to achieve with this post is to drop the technical jargon for a minute and explain in down to earth words what is WordPress, how can it help you, what is WordPress.com, what's a […]
Continue ReadingHow to Eliminate WordPress Spam Registrations (Step-by-Step Guide)
Looking for a way to cut down on WordPress spam registrations? If your WordPress site is set to allow user registration (like a membership site or WooCommerce store), then it's probably vulnerable to user registration spam from spam-bots. Finding a way to eliminate, or at least reduce, WordPress spam registrations is important so that you can focus your efforts and resources on your real users. No matter what type of site you're running, there are some tried-and-true tactics that you can apply to stop spam registrations in their tracks, and they're all available in one single plugin.
Continue ReadingWordPress User Registration
Have you hit a road block when it comes to WordPress user registration? You probably would like to have new users register before being able to take certain actions (for example, posting reviews or commenting) but do not want them to have access to the WordPress Dashboard? Truth is, WordPress User Registration doesn't have to […]
Continue Reading
So for now, Calypso won’t be available for self hosted sites, which is probably a good thing as the kinks and bugs get worked out. Other that a new interface, what would you say are the benefits to an average site developer?
Rod Salm, the WordPress Fanatic