Open Source Projects

Newsly

Newsly is a WordPress plugin that provides dynamic, customizable Gutenberg blocks for displaying news, content, and information on your WordPress site

Githubanamwp/newsly

Store Blocks

Store Blocks is a WordPress plugin that provides Gutenberg blocks focused on WooCommerce product displays and adds admin enhancements for product edit screens.

Githubanamwp/storeblocks

Headless WordPress Blog

A Next JS project regarding Headless WordPress. It converts a WordPress site into a fast and reliable site along with tailwind. It uses REST API for the content management and React with Next for the frontend technology.

WP CLI Posts Migration

A WP-CLI plugin that imports posts (with their categories and tags) from another WordPress site’s REST API, and can later delete everything it imported.

WP CLI Post Importer

A plugin that fetch posts from an API and insert those into WordPress as posts. It also insert taxonomies like category and tags. Another things is it fetch images from another image API and insert with the same insertion process. All of this happens with a CLI command. I write custom scripts for it.

WP CLI Product Importer

A plugin that fetch products from an API and insert those products into WooCommerce as products. It also insert product gallery, add product attributes and custom data. All of this happens with a CLI command. I write custom scripts for it.