Title: NabuPanel Lite
Author: nabuxai
Published: <strong>August 24, 2026</strong>
Last modified: August 24, 2026

---

Search plugins

![](https://ps.w.org/nabupanel-lite/assets/icon-256x256.jpg?rev=3663754)

# NabuPanel Lite

 By [nabuxai](https://profiles.wordpress.org/nabuxai/)

[Download](https://downloads.wordpress.org/plugin/nabupanel-lite.1.0.2.zip)

 * [Details](https://wordpress.org/plugins/nabupanel-lite/#description)
 * [Reviews](https://wordpress.org/plugins/nabupanel-lite/#reviews)
 *  [Installation](https://wordpress.org/plugins/nabupanel-lite/#installation)
 * [Development](https://wordpress.org/plugins/nabupanel-lite/#developers)

 [Support](https://wordpress.org/support/plugin/nabupanel-lite/)

## Description

There are many WooCommerce account plugins. Three things make this one different,
and all three are checkable rather than claimed.

**It is 79 KB, and 10 KB of that reaches a browser.** The whole plugin is eleven
files, 18 KB of which is the GPL text itself. A customer downloads 7.7 KB of CSS
and 2.5 KB of JavaScript — 2.4 KB and 1.2 KB gzipped — and only on the page carrying
the shortcode. No jQuery on the front end, no framework, no icon font, no bundled
library, no build step, no `vendor` folder.

**It contacts nothing.** No update check of its own, no telemetry, no analytics,
no account to create, no external font or script. Search the source for `wp_remote`
and there are no matches. Nothing about your shop or your customers leaves the server.

**The stylesheet does not name a single colour.** Every rule reads a custom property,
and the properties come from your settings — so the whole panel is recoloured from
one screen, by somebody who does not write CSS, and an update never overwrites the
choice. There is a separate palette for dark, and you decide whether dark follows
the visitor’s own system setting, is always on, or never.

#### What it does

Put `[nabupanel_lite]` on a page and that page is your customers’ panel: how many
orders they have placed and the last few of them, everything they can download, 
the addresses on file, and their own name and e-mail. You choose which tabs appear
and in what order.

#### What it is not

It is not a page builder, and it does not replace WooCommerce’s own account pages—
it is a separate page you make, and it links back to WooCommerce for editing an 
address. Your account page keeps working exactly as it did.

#### The panel works without JavaScript

Every tab is a link and the profile form is a form. The one script adds a light/
dark switch on top, which is why it is only offered when you have left that choice
open.

#### Right-to-left

Written with logical properties throughout, so it mirrors with your site rather 
than against it. Translations are contributed through translate.wordpress.org.

#### Nothing here is locked

Every feature this plugin implements is available to everybody, always. There is
no licence key, no trial, no counter, no feature switched off until you pay, and
no part of the code that checks whether you are entitled to run it. What is in the
download is what it does.

#### If you also run NabuPanel

NabuPanel is a separate, larger plugin from the same author, and it contains this
same panel. Installing it makes this plugin deactivate itself and say so, because
two panels answering one shortcode on one page is a conflict rather than a choice.
Nothing is deleted — deactivate the other and this comes back with the settings 
it had. This is the only condition under which this plugin stops running, and it
has nothing to do with payment.

## Screenshots

[⌊The panel: overview, with the shop's own colours.⌉⌊The panel: overview, with the
shop's own colours.⌉[

The panel: overview, with the shop’s own colours.

[⌊Orders, on a phone — each row becomes its own card.⌉⌊Orders, on a phone — each
row becomes its own card.⌉[

Orders, on a phone — each row becomes its own card.

[⌊The settings screen.⌉⌊The settings screen.⌉[

The settings screen.

## Installation

 1. Install and activate, with WooCommerce already active.
 2. Create a page and put `[nabupanel_lite]` on it.
 3. Open **WooCommerce  Customer panel** to choose the tabs and the colours.

## FAQ

### Does it replace the WooCommerce account page?

No. It is a separate page you make, and it links back to WooCommerce’s own screens
for editing an address. Your account page keeps working exactly as it did.

### Does it send anything anywhere?

No. It makes no outbound HTTP request at all.

### Is anything switched off until I pay?

No. There is no licence key, no trial and no feature gate anywhere in the code. 
Everything the plugin implements runs for everybody.

### What happens if I also install NabuPanel?

This plugin deactivates itself, tells you why, and leaves everything alone — the
two contain the same panel and would otherwise both answer on the same page. Deactivate
the other and this comes back with the settings it had.

### Can I choose which tabs appear?

Yes — they are a comma-separated list on the settings screen, and the order you 
type is the order they appear. Leave one out and it is not shown.

### Does it work with a right-to-left language?

Yes. The markup and styles are written with logical properties, so the panel mirrors
naturally with your site. Community translations are handled through translate.wordpress.
org.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“NabuPanel Lite” is open source software. The following people have contributed 
to this plugin.

Contributors

 *   [ nabuxai ](https://profiles.wordpress.org/nabuxai/)

[Translate “NabuPanel Lite” into your language.](https://translate.wordpress.org/projects/wp-plugins/nabupanel-lite)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/nabupanel-lite/), check
out the [SVN repository](https://plugins.svn.wordpress.org/nabupanel-lite/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/nabupanel-lite/)
by [RSS](https://plugins.trac.wordpress.org/log/nabupanel-lite/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * Dropped `woocommerce` from the tags. It is another project’s trademark, and the
   directory refuses a plugin that claims one — the dependency is still stated in
   the description and in the `WC requires at least` header, which is where it belongs.
 * Corrected the stated size. The readme claimed 34 KB and thirteen files; it is
   79 KB and eleven, 18 KB of that being the GPL text. A readme that says its claims
   are checkable has to survive being checked.
 * Renamed the class files from `class-npl-*.php` to `class-nabupanel-lite-*.php`.
   WordPress loads plugin classes by filename, so an abbreviation in the path is
   a name any other plugin can collide with — the same reason the prefixes were 
   lengthened in 1.0.1, finished for the files themselves.
 * Enqueued the panel’s inline CSS through `wp_add_inline_style()` rather than printing
   a `<style>` tag.

#### 1.0.1

 * Lengthened the plugin prefix from `npl_` / `NPL_` to `nabupanel_lite_` / `NabuPanelLite_`/`
   NABUPANELLITE_` to avoid naming collisions.
 * Removed the `bin/make-pot.php` development script so the plugin does not write
   files into its own folder.
 * Added `ABSPATH` exit guards to all runtime PHP files.

#### 1.0.0

 * First release.

## Meta

 *  Version **1.0.2**
 *  Last updated **3 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [account](https://wordpress.org/plugins/tags/account/)[customer](https://wordpress.org/plugins/tags/customer/)
   [dashboard](https://wordpress.org/plugins/tags/dashboard/)[orders](https://wordpress.org/plugins/tags/orders/)
   [shop](https://wordpress.org/plugins/tags/shop/)
 *  [Advanced View](https://wordpress.org/plugins/nabupanel-lite/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/nabupanel-lite/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/nabupanel-lite/reviews/)

## Contributors

 *   [ nabuxai ](https://profiles.wordpress.org/nabuxai/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/nabupanel-lite/)