There are a few options for PIC-based "Ardiuno-like" boards. Crownhill/Proton Basic recently introduced
Amicus. The Amicus compiler is the full version of Proton Basic, limited to the PIC18F25K20. Amicus, which is free, will work with any 18F25K20, regardless of hardware, so this is an excellent demo for them and a nice compiler available free-of-charge. The 18F25K20 is a nice 28-pin micro, but limited to 3.3 volt operation which does cause some issues.
The Amicus board has a FTDI USB converter chip with a custom VID/PID. The bootloader supplied with the Amicus compiler will only work with the custom VID/PID to "save the user from having to specify a com port." The ds30Loader is a great substitute without the nonsense and can easily be integrated into the Amicus IDE. There's
information about the loader here as well as some pre-built load files for common configurations.
Amicus was introduced with much hype and fanfare. It does offer a PIC-based, Basic-programmed alternative that is more-or-less compatible with Arduino shields but it doesn't seem to be making much of an impact with anybody. It's kind of a shame too, since Proton Basic is a powerful and easy-to-use compiler. Making the full version available for free as a demo should get some attention.