A client called me last week. He runs a busy WooCommerce store and is always on the road. He was fed up that checking on his last email campaign, or even just publishing a quick blog post, meant pulling over, opening the laptop, and logging into wp-admin. His exact words: “Why are all the mobile apps just toys?”
For years, he had a point. I’ve usually told clients to stick to the desktop for serious work. But the new Jetpack app features are starting to change my mind. This isn’t just a fresh coat of paint. Some of the updates make the app genuinely useful instead of a glorified comment moderator.
Finally, mobile stats that don’t suck
Most mobile analytics are garbage: slow, stripped down, and a pain to navigate. Jetpack’s new stats screen is genuinely impressive. Beyond the cleaner design, they’ve added useful metrics like comparison periods, hourly data, and trend indicators. For my client this matters. He can watch a flash sale take off in real time, right from his phone, instead of waiting until he’s back at the hotel.
They’ve also added engagement and newsletter metrics directly to each post. That is the kind of practical data that helps you decide what to write next. It is a small change, but it removes a step from the workflow.
AI that’s actually practical (and private)
The “AI” label gets thrown around a lot, but the new on-device intelligence is the real deal. The app can now generate post excerpts, suggest tags, and summarize content right on your phone. Here’s the kicker: it uses Apple’s on-device models. Your content isn’t being shipped to a third-party API endpoint, which is a massive win for privacy. Trust me on this, keeping client data from bouncing around unnecessary external services is always the right call.
You can’t hook into it directly, but this is the kind of smart integration I like to see. It solves a real problem, the tedious parts of publishing, without giving up security. The WordPress.com blog has more on the specifics, but the privacy angle is what makes it worth using professionally.
// This is conceptual, but imagine filtering the AI output
// before it's saved. This is the kind of control we need.
function prefix_filter_ai_excerpt( $excerpt, $post_id ) {
// Maybe add a default CTA or legal disclaimer
$custom_disclaimer = "\n\nDisclaimer: This is an AI-generated summary.";
return $excerpt . $custom_disclaimer;
}
add_filter( 'jetpack_ai_generated_excerpt', 'prefix_filter_ai_excerpt', 10, 2 );
So, what’s the point?
Is it time to ditch the desktop entirely? No. You’re not going to debug a complex plugin issue or redesign a homepage from your phone. But for the first time, the Jetpack mobile app feels less like a compromise and more like a proper tool for managing a site. The gap is closing.
- For store owners: You get real-time, actionable data without being chained to your desk.
- For content creators: The AI features genuinely speed up the publishing workflow.
- For developers: It’s a sign that the platform is taking mobile seriously, with a focus on privacy and practical application.
This stuff gets complicated fast. If you’re tired of debugging someone else’s mess and just want your site and your tools to work, get in touch with my team. We’ve probably seen it before.