Built for uninterrupted focus
AliveOS Keep Alive provides the tools to maintain system activity, track your productivity, and manage your workflow with precision.
Persistent System Wake
Prevents system sleep and screen dimming during critical tasks. AliveOS ensures your session remains active without manual interaction or background timeouts.
Real-Time Telemetry
Tracks user engagement metrics with high-frequency sampling. Visualize your productivity spikes and idle periods through our integrated dashboard analytics.
Modern Dashboard
Access your clock, session timers, and weekly performance charts in one place. Switch between themes like Cyberpunk, Ocean, or Glassmorphism instantly.
Integrated Toolset
Boost efficiency with built-in sticky notes, Pomodoro timers, and custom quick links. Everything you need to stay on track is built directly into the plugin.
Built-in Tools for Maximum Output
Manage your workflow with integrated Pomodoro timers, persistent sticky notes, and smart task lists designed for AliveOS.
Tools are fully responsive and support Gutenberg blocks for easy placement on any WordPress page.
Set 25m Focus Interval
Enable Wake Lock API
Track Mouse Activity
Complete Focus Cycle
Wake Lock API
Keep your computer awake during critical tasks with native browser support.
Activity Tracking
Monitor mouse and keyboard activity to accurately log your uptime.
WordPress Integration
Seamlessly embed tools via shortcodes or Gutenberg blocks on any page.
Engineered for clean WordPress integration
Run live wake lock telemetry and productivity tools with zero database bloat and strict capability checks.
Gutenberg Block Integration
Native block editor components with real-time visual inspector controls and zero-layout-shift server-side rendering.
Core Specifications
- Dynamic attribute binding via React Hooks
- Full Site Editing (FSE) block theme compatibility
- Inline asset enqueuing only when block is present
- Localized state hydrate with zero global pollution
registerBlockType('aliveos/keep-alive', {
apiVersion: 3,
title: 'AliveOS Keep Alive Widget',
category: 'widgets',
attributes: {
theme: { type: 'string', default: 'neon' },
showTelemetry: { type: 'boolean', default: true },
allowUserOverride: { type: 'boolean', default: false }
},
edit: EditComponent,
save: () => null // Server-side rendered
});Ready for production deployment
Full nonce checks, PHP 8.2+ compatibility, and automated database cleanup on deactivation.