=== Zelvigo Dev Studio Lite – WordPress CPT & Taxonomy Generator ===
Contributors: zelvigo
Tags: custom post type, cpt, taxonomy, shortcode, developer tools
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.3.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Free CPT, taxonomy & shortcode generators for WordPress. Save generated code, browse hooks, and view debug.log in admin.

== Description ==

**Looking for a WordPress CPT generator or taxonomy generator?** Zelvigo Dev Studio Lite is a free developer toolkit built for plugin authors, freelancers, and agencies who create custom post types and taxonomies every week — and are tired of rewriting `register_post_type()` and `register_taxonomy()` boilerplate from scratch.

Zelvigo Dev Studio is a complete WordPress development workspace. **Lite gives you essential code generators and dev tools for free**, runs entirely on your site with no API calls, and is the starting point for a growing platform of code generators, inspection tools, and AI-assisted development features.

= Why developers install Zelvigo Dev Studio Lite =

* **Create custom post type (CPT) code in minutes** — labels, slugs, REST API support, archives, hierarchical options, menu icons, and more
* **Generate taxonomy registration code** — link taxonomies to any post type, set hierarchy, REST endpoints, and admin columns
* **Inspect hooks on your live site** — browse registered actions and filters without digging through code
* **Generate shortcode callback code** — attributes, defaults, enclosing tags, and copy-paste ready `add_shortcode()` handlers
* **Save generated code on your site** — revisit CPT, taxonomy, and shortcode generations after reload and copy whenever you need them
* **Read debug.log from wp-admin** — no FTP or file manager required

* **100% local and private** — Lite does not phone home or send site data anywhere

Whether you search for **CPT**, **custom post type**, **taxonomy**, **shortcode**, or **WordPress code generator**, Zelvigo Dev Studio Lite is built to be the tool you reach for first.

= Free tools included in Lite =

**CPT Generator (Custom Post Type Generator)**

Fill in a visual form and get production-ready `register_post_type()` PHP. Configure singular and plural labels, post type key, public visibility, menu position, REST API support, has_archive, hierarchical mode, supported features, and more — then copy the code into your theme or plugin.

**Taxonomy Generator**

Build clean `register_taxonomy()` code for categories, tags, genres, or any custom taxonomy. Link to one or more post types, set hierarchical vs flat structure, REST API options, rewrite rules, and admin UI settings — ready to paste.

**Shortcode Generator**

Create `add_shortcode()` callback code with attributes, default values, and optional enclosing tags. Generated code is saved on your site so you can copy it later — nothing is registered automatically.

**Hook Explorer**

Browse registered WordPress hooks and callbacks on your site. Find which plugin or theme attached a function to an action or filter — essential for debugging and learning how WordPress loads.

**Debug Log Viewer**

View your WordPress `debug.log` file directly inside the admin dashboard. Read-only, fast, and convenient when you do not have FTP or SSH access.

= How Lite generation works =

Generated CPT, taxonomy, and shortcode code appears in a dark code preview panel for **copy and paste**. Each generation is also saved in your WordPress database so you can reopen and copy it after a page reload. Lite does **not**:

* Register post types, taxonomies, or shortcodes on your site automatically
* Create downloadable plugin ZIP files
* Connect to an external API or cloud service
* Transmit your site data to Zelvigo servers

Everything runs locally in your WordPress installation. You stay in full control of where the code goes.

= Zelvigo Dev Studio Pro — unlock the full developer workspace =

Lite is the free entry point. **[Zelvigo Dev Studio Pro](https://zelvigo.com/pricing/)** unlocks cloud-powered generators, live registration, plugin packaging, and advanced developer tools:

**Pro code generators (available now)**

* **Settings API Generator** — visual field builder, edit saved pages in the builder, nest settings under Zelvigo admin menus
* **Plugin Boilerplate Generator** — scaffold a full plugin, bundle CPTs, taxonomies, REST routes, AJAX handlers, cron jobs, and admin pages, then download a ZIP
* **REST API Generator** — custom REST routes with namespace, methods, permissions, and route arguments
* **AJAX Generator** — wp_ajax handlers with nonce checks, permissions, and sanitized request params
* **Cron Generator** — wp_schedule_event scaffolding with schedule presets, custom intervals, and activation/deactivation hooks
* **Admin Page Generator** — custom admin menus, capabilities, render callbacks, and optional asset enqueue stubs
* **Admin Notices** — dismissible admin_notices hooks with message, type, capability, and screen restrictions
* **Dashboard Widgets** — wp_add_dashboard_widget scaffolding with context placement and render stubs

**Pro developer tools (coming soon)**
* **Plugin Conflict Detector**, **Capability Manager**, **Performance Scanner**

Pro also registers CPTs, taxonomies, and shortcodes directly on your site, bundles multiple generators into plugin ZIP downloads, and connects to Zelvigo's cloud engine for faster, richer output.

= The bigger picture — what we are building =

Zelvigo Dev Studio is not just two generators. It is a **complete developer workspace** designed to cut WordPress plugin development time from hours to minutes.

Our mission: become the first plugin every WordPress developer installs on a fresh site.

**Platform roadmap**

* **Available in Pro now** — Settings API, Plugin Boilerplate, REST API, AJAX, Cron, Admin Page, Admin Notices, and Dashboard Widgets; live registration; ZIP downloads; settings nested under custom admin menus
* **Coming soon** — Menu Builder, Gutenberg Block Generator, Plugin Conflict Detector, Capability Manager, Performance Scanner
* **Future** — CSS/JavaScript analyzers, Database Helper, AI-assisted tools, Template Library, Module Marketplace

Lite users get real value today — and a clear path to Pro as the platform grows.

= Who is this for? =

* WordPress plugin developers
* Freelancers building client sites with custom post types
* Agencies shipping CPT and taxonomy-heavy projects
* SaaS teams using WordPress as a platform
* In-house development teams who want faster, standards-compliant boilerplate

= Privacy and trust =

Zelvigo Dev Studio Lite runs fully on your WordPress site. Generated code is stored locally in your database for copy and paste. Upgrade links open the Zelvigo store in a new tab. Lite does not transmit site data to external servers.

== Installation ==

1. Upload the `zelvigo-dev-studio-lite` folder to the `/wp-content/plugins/` directory, or install via **Plugins → Add New → Upload Plugin**.
2. Activate the plugin through the **Plugins** menu in WordPress.
3. Open **Zelvigo Dev Studio Lite** in the admin sidebar.
4. Start with **CPT Generator**, **Taxonomy Generator**, or **Shortcode Generator** — fill in the form and copy your code.

== Frequently Asked Questions ==

= Is this a free CPT generator for WordPress? =

Yes. The CPT Generator is free and runs locally. Enter your post type details, preview the generated `register_post_type()` code, and copy it into your plugin or theme.

= Is this a free taxonomy generator for WordPress? =

Yes. The Taxonomy Generator creates `register_taxonomy()` code you can copy and paste. Link taxonomies to any custom post type or built-in post type.

= Is this a free shortcode generator for WordPress? =

Yes. The Shortcode Generator creates `add_shortcode()` callback code with attributes and optional enclosing tags. Copy the code into your plugin or theme.

= Does Lite save my generated code? =

Yes. CPT, taxonomy, and shortcode generations are saved in your WordPress database on this site. You can view, copy, or delete saved items from each generator page. Lite does not offer ZIP downloads.

= Does Lite register custom post types or taxonomies automatically? =

No. Lite shows code for copy and paste only. Automatic registration and live management are available in [Zelvigo Dev Studio Pro](https://zelvigo.com/pricing/).

= Does this plugin phone home or send data to an external server? =

No. Lite runs entirely on your WordPress site. Store and documentation links open in your browser but do not transmit site data from Lite.

= Can I use Lite and Pro together? =

Yes. They use different plugin folders, menu slugs, and text domains. Install both side by side if you want.

= What is the difference between Lite and Pro? =

Lite includes CPT Generator, Taxonomy Generator, Shortcode Generator, Hook Explorer, and Debug Log Viewer — all local, all free. Pro adds cloud-powered generators (Settings API, Plugin Boilerplate, REST API, AJAX, Cron, Admin Page, Admin Notices, Dashboard Widgets), live registration, ZIP downloads, and more tools on the roadmap.

= Who builds Zelvigo Dev Studio? =

Zelvigo Technologies — a team focused on WordPress developer productivity. Learn more at [zelvigo.com](https://zelvigo.com/).

= Need help or want to share feedback? =

Visit [zelvigo.com](https://zelvigo.com/) and use the live chat widget — powered by **Zelvigo Chat Bot**, our website sales and support assistant. No account required; chat opens in your browser.

== Screenshots ==

1. Dashboard — free CPT, taxonomy, shortcode, Hook Explorer, and Debug Log tools with Pro feature preview
2. CPT Generator — visual custom post type builder with saved generations
3. Taxonomy Generator — build taxonomy registration code for any post type
4. Shortcode Generator — build shortcode callback code with attributes
5. Hook Explorer — browse registered WordPress hooks and callbacks
6. Debug Log Viewer — read debug.log from wp-admin

== Changelog ==

= 1.3.1 =
* Sync Pro feature previews with Zelvigo Dev Studio Pro 1.5.x
* Add AJAX Generator to Quick Actions
* Add Gutenberg Block Generator to Pro roadmap sidebar
* Update FAQ and readme Pro feature list
* Add dashboard link to live chat on zelvigo.com (Zelvigo Chat Bot)

= 1.3.0 =
* Pro previews now include Admin Notices and Dashboard Widgets (Pro 1.5.0)

= 1.2.0 =
* Update Pro feature previews to match Zelvigo Dev Studio Pro 1.4.x — Cron Generator, Admin Page Generator, and settings nested under custom admin menus
* Split dashboard into **Available in Pro** and **Coming Soon in Pro** sections
* Refresh Upgrade page and readme Pro feature list

= 1.1.0 =
* Save generated CPT and taxonomy code in WordPress options — view, copy, and delete after reload
* Add free **Shortcode Generator** with saved generations (copy only, no ZIP)
* Add delete confirmation modal for saved generations

= 1.0.1 =
* Add **AJAX Generator** to Pro feature previews in the dashboard, sidebar, and upgrade page
* Update Pro feature list and readme to match current Zelvigo Dev Studio Pro releases

= 1.0.0 =
* Initial WordPress.org release
* Free CPT (custom post type) code generator with copy/paste preview
* Free taxonomy code generator with copy/paste preview
* Hook Explorer — browse registered hooks and callbacks
* Debug Log Viewer — read debug.log from the admin
* Pro feature preview and upgrade page

== Upgrade Notice ==

= 1.3.1 =
Pro previews synced with Pro 1.5.x, plus a dashboard link to chat with us on zelvigo.com.

= 1.3.0 =
Pro previews now list Admin Notices and Dashboard Widgets alongside the full shipped Pro generator set.

= 1.2.0 =
Pro previews now list Cron Generator, Admin Page Generator, and the current shipped Pro feature set (Pro 1.4.x).

= 1.1.0 =
Saved generations for CPT and taxonomy, plus a new free Shortcode Generator. Copy code anytime — no ZIP downloads in Lite.

= 1.0.1 =
Pro feature previews now include the AJAX Generator and other current Pro capabilities.

= 1.0.0 =
Initial release — free WordPress CPT generator, taxonomy generator, Hook Explorer, and Debug Log Viewer.
