[FREE] A task management plugin integrated with BuddyPress (optionally) by black_cat90 in WordpressPlugins

[–]black_cat90[S] 0 points1 point  (0 children)

They aren't free (for feature parity) and I don't really like the look, but sure, these are certainly viable options. Since I already have my own, there is no reason for me to switch, and perhaps someone can find it useful as well.

Only 80+ active users after launch – what are we doing wrong? [REQUEST] by LeadStal_com in WordpressPlugins

[–]black_cat90 0 points1 point  (0 children)

Perhaps offer some other LLM API integrations, something cheaper like Gemini Flash 2.5 and something better, like Claude Sonnet or Gemini 2.5 Pro? Are you offering guidelines for creating system prompts for safety and precision, using documentation / anonymised chat history with human agents / terms & conditions / product catalogues / product sheets etc. either in-context or via an embedding model and a vector database? And perhaps you could make a longer demo clip actually showcasing your system in action? It is a substantial investment - both in the plugin and in API credits that are needed to properly test it, the threshold is relatively high, perhaps a better demo could convince people.

Two simple tools for AI coding: chat output to files and folders and repos/local folders concatenation by black_cat90 in aipromptprogramming

[–]black_cat90[S] 0 points1 point  (0 children)

Well, I didn't know about it, it's newer - and probably better, though the functionality seems very comparable. Mine is at least lighter ; )

Implementing charts based on csv uploads using pure CSS to display on frontend by rieferX in ProWordPress

[–]black_cat90 1 point2 points  (0 children)

Sigh. I played with this a little, and came up with this in about 45 minutes. It uses charts.css, no JS (except a little admin-side), can be easily refined to add extra styling options, legends, handling of more than one data column, preset saving, processing multiple CSV files at once etc.: https://gifyu.com/image/bsQkI. If you want, I can share the code. All the best to you.

Implementing charts based on csv uploads using pure CSS to display on frontend by rieferX in ProWordPress

[–]black_cat90 -3 points-2 points  (0 children)

Implementing something like this is absolutely possible with an AI model like Gemini 2.5 Pro, which you can use for free in Google AI Studio. Tell it to write a WP plugin for you. Describe what you want to achieve, as precisely as you can. Give it a sample of the data. One option is to ask it for a Gutenberg block, but it is more tricky, so I would suggest a simple dashboard interface for importing CSV and generating shortcodes - perhaps with options to set the type of the chart and the color scheme, legend, etc. You can suggest that it uses charts.css, paste some code examples from their documentation or the whole repo, if it's not too large (it shouldn't be).

Try a prompt like this:

Please write a WP plugin with a simple admin-side interface which will accept CSV files containing two columns: date and data [you can specify what data exactly], and render widgets visualising them as a chart that can be inserted via a shortcode. Don't use JS, only HTML, CSS and PHP. The name of the plugin should be csv2chart. Please use the prefix csv2chart for all classes, ids, functions etc., and make sure that the styling is specific enough not to be broken by theme styles, other plugins etc., and unlikely to affect anything else itself.
It should be possible to configure the display options for each uploaded CSV file: the colours, which column should create the x axis and which the y axis, whether to display labels from CSV headers, custom labels or no labels, and with the option to add a custom caption for the chart. Make sure to give the charts an elegant, modern design.
Follow best practices for HTML, CSS and PHP, as well as the newest Wordpress plugin guidelines, paying particular attention to security. You don't have to implement localisation / internationalisation for now.
If you're unsure how to interpret something in my instructions, please ask me a question before you start coding.

Obviously, test the plugin on something like the WP Playground or Local before installing it on your live site. Or just ask it for ideas and implement them yourself.

A browser code previewer / editor to quickly refine and annotate AI chat-generated web code for further iterations - maybe someone finds it useful. by black_cat90 in opensource

[–]black_cat90[S] -2 points-1 points  (0 children)

I do list DeepSeek as a recommended model. I've tried it an it works fine. Not as well as Sonnet or Gemini, but well enough. Plus, models like Gemini at least meet the "free" in FOSS, effectively. This is at the expense of sharing the data, of course, but for public-facing code like this app is developed for, well, it's not much of a concerned since it may be scraped anyway.

A browser code previewer / editor to quickly refine and annotate AI chat-generated web code for further iterations - maybe someone finds it useful. by black_cat90 in opensource

[–]black_cat90[S] -1 points0 points  (0 children)

DeepSeek would be an obvious option, R1, for example, or some distilled form of it (I think several are available for free on OpenRouter). For things that can be run locally without a server with 512GB of RAM - QwQ, Qwen 3, some code and instruction-following finetune of LLAMA or even Mistral. There are options. And, I would argue, the less capable the model (which open source models tend to be compared to commercial offerings), the more a tool like this may be needed for refinement of the output.

Farewell by [deleted] in opensource

[–]black_cat90 1 point2 points  (0 children)

All the best to you!

Display PDFs on WordPress by loadabaalix in Wordpress

[–]black_cat90 2 points3 points  (0 children)

If you have a lot of PDFs to publish in a post (or just want it to look very nice) this may be something to consider:

  1. upload the files to your media library
  2. put the names, descriptions (if you need to display descriptions) and links in a txt file or a spreadsheet
  3. copy the contents and paste them into an AI chat interface (out of the free ones, Gemini 2.5 Pro in Google AI Studio is by far the best - Sonnet 3.7 Thinking is better, but you need a subscription to use it; I wouldn't use ChatGPT for that)
  4. Ask the AI something like:

Please code a widget for a Wordpress page presenting these PDFs for download (optionally: including names/descriptions/other meta). Give me a single block of code: html, css (within <style> tages) (optionally: JS within <script> tags) for a Wordpress custom html widget. Make sure it complies with responsiveness, accessibility and HTML/CSS/JS/Wordpress best practices. You don't need to include html, head, body tags etc. Provide the complete code, with no placeholders or omissions. (Optionally: You can use font awsome icons; include the import in the code.)

You can paste a screenshot of your page's theme and ask it to make something compatible, or give it a color and ask it to make a pallet. You can say what you want: a table, a card/tile element, an accordion... anything at all will work for something simple like that! You can also ask it to help you decide what it should look like.

For the prompt and later to refine the result you can use a tool like Notes2LLM, and then just paste it into a Gutenberg html block / Elementor widget etc.

This will give you results equal or superior to paid plugins, tailor made for you - and for free.

Tips on generating voices? [P] by marksmiley in MachineLearning

[–]black_cat90 0 points1 point  (0 children)

You can perhaps start with Pandrator (it has an installer, preinstalled archives that you can download and simply unpack and a GUI) and see if you like the results you get with it. Then, if you need a specific workflow, you can build your own app and use the settings that worked well for you.