I just added lightning network support to Semaphore. Semaphore fundraisers now have feature parity with Geyser fundraisers, except Semaphore doesn't have any fees. (Geyser charges a 2% fee on all lightning contributions.)
Try it out! https://semaphore.finance/
Note that making lightning payments reversible would require additional trust assumptions, which I don't want to introduce. Consequently, contributors only see the "pay with lightning" option if they choose to do an irreversible pledge.
Also, I don't know how to automatically & reliably detect lightning payments without running some sort of middleman server, so I have the contributor just "tell the site" they made the payment by pasting their preimage. Semaphore then verifies that the preimage matches what the recipient's invoice expects and only counts the contribution toward the goal if the preimage matches.
(Technically I guess that means Semaphore doesn't quite have feature parity with Geyser. Geyser does automatically detect lightning payments, so you don't have to copy/paste a preimage to prove you did it. They are able to autodetect them because they are running a middleman server, which they do in order to take their cut.)
Footnotes