We’ve just moved to our new home! If something doesn’t work as expected, please contact us, we appreciate your help.
Back to Prompts
General Purpose Code Assistance

Smart WordPress Snippet Builder

A guided AI prompt template for generating custom WordPress code snippets using shortcodes. Perfect for developers, educators, and micro-SaaS builders - Full Guide Here

Prompt
Your task is to create a complete and working "1-page" WordPress code snippet that I can paste directly into the Code Snippets plugin on my WordPress site.


What I Want This Snippet To Do:

{{features}}


Requirements:
- The code should be self-contained
- Focus on making it functional first. I will ask for polishing/optimization later.
- If you want to call an API, don't use ajax, call it from JS using "await fetch"



Shortcode & CSS Naming Rules:
- Prefix all shortcodes with `{{prefix}}` to avoid naming conflicts.
- If the snippet includes CSS, prefix all class names with `{{css_prefix}}` to avoid conflict with the site’s theme.


Before generating any code, ask me several clarifying questions to ensure you fully understand what I want. Then generate the full, working snippet only — no explanation or extra text.
2 views 0 copies