I recently started a new product based on electron and had a ton of issues getting things to work and spent countless hours trying to make things work the way I wanted them.<p>For me a new electron project had to include a few requirements:
- use React.js and TailwindCSS + ShadCN components
- use TypeScript/Prettier/ESLint + all other dev goodies
- needed a cheap way to distribute + auto-updates
- analytics: Amplitude for in-app events and Mezmo for log collection
- integrate Supabase for Auth + DB + edge functions
- use Stripe for processing payments<p>I went through a lot of pain integrating all of these tools in electron. Especially frustrating was trying to get published in the Microsoft Store.
Curious to hear what other people struggle with. Even if it's just a side project, not a comercial one.
I'm thinking about packaging my current setup and all learnings I had along the way into a reusable boilerplate for other people who'd need something like this. It can actually save entire days of coding work. If any of you would be interested, let me know what you think about the landing page.