Lenviqa
Connect WordPress to modern frontends.
★ 0stars
1release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/daiosity/lenviqa/releases/download/v0.3.0/lenviqa-0.3.0.zipDeclares an update source (https://github.com/Daiosity/Lenviqa), so updates arrive through the plugin's own updater.
From the readme
Lenviqa
Lenviqa helps developers use WordPress as a CMS while React handles the public frontend.
It is a WordPress plugin plus starter frontends with validated support for:
- common route resolution
- common Gutenberg layout handling
- preview-flow foundations
- repeatable package/install/runtime confidence
This repo is for developers evaluating a practical WordPress-to-React bridge, not a theme-cloning system.
Beta Status
Lenviqa v0.3.0 is a beta-core release focused on predictable setup, clear failure behavior, and repeatable validation.
That means the current public promise is limited to the validated core scope:
- route scenarios
- Gutenberg scenarios
- preview guardrails
- packaging/install/runtime validation
See Beta scope for the validated boundary and v0.3.0 release notes for this release.
Who This Is For
- developers who want WordPress content and editorial workflows without building a bridge from scratch
- agencies or product teams that want a safer WordPress backend + React frontend baseline
- technical WordPress teams that want preview, routing, and starter structure handled more consistently
Why It Exists
Rolling your own headless WordPress bridge usually
Read the full README on GitHub →