Is now a good time to use Capacitor in production? #8023
-
|
Hello everyone, I’m considering adopting Capacitor for our production apps, but before moving forward I wanted to check in with the community about the project’s current status and long-term viability. When I looked at the GitHub Insights, I noticed that both the number of commits and the number of active contributors have declined over the past few months.
This raised a couple of questions for me:
I really like Capacitor’s philosophy and feature set, but I don’t want to lock in if the project is slowing down or might soon stop receiving critical updates. I’d appreciate any insights from maintainers, contributors, or other users who have recently evaluated or used Capacitor in production. Thank you in advance for any feedback or pointers! Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
|
Sharing here my experience - using Vue + Quasar + Capacitor for two projects that are in production |
Beta Was this translation helpful? Give feedback.
-
|
Hey @dariobednarski! To answer your main question: Yes! A lot of people use Capacitor in Prod and it definitely helps make cross-platform development a lot easier. We have had a drop off in commits/contributors but a lot of that has had to do with us joining forces with OutSystems and the team working on integrating Capacitor into OS. The benefit of this is that OS is making substantial investments into Capacitor (i.e. increasing the number of developers working on Capacitor) so Capacitor isn't going anywhere! To answer your other questions: Is it safe to rely on Capacitor in a production environment right now? Yes What is the best way to contribute or help keep the project thriving? Feedback and plugin development! We have a Discord that I've been using to track feedback but I'm working on a streamlined/centralized way for this to happen Hopefully this helps but let me know and I'll do what I can! Thanks, |
Beta Was this translation helpful? Give feedback.
-
|
I am launching my first mobile app using Capacitor JS. I was looking for the same answer; just curiosity hitting internally, but thank you so much now. |
Beta Was this translation helpful? Give feedback.
-
|
@GamegineerLabs Have you thought about adding on more maintainers, from outside OS? My impression is that Capacitor is overall very stable and used a lot, but it's also moving to be more of a foundation + marketing layer for OS, rather than a core product being sold. As such, it wouldn't hurt to bring some maintainers over from other companies that are invested in Capacitor too. It would also help improve the longevity of the project (right now OS is invested, but maybe in 2 years some exec will just axe it?). Just as an example there are PRs such as this one, which looks like a fairly straight forward bug fix to me, that's been idle for half a year. |
Beta Was this translation helpful? Give feedback.


Hey @dariobednarski!
To answer your main question: Yes! A lot of people use Capacitor in Prod and it definitely helps make cross-platform development a lot easier. We have had a drop off in commits/contributors but a lot of that has had to do with us joining forces with OutSystems and the team working on integrating Capacitor into OS. The benefit of this is that OS is making substantial investments into Capacitor (i.e. increasing the number of developers working on Capacitor) so Capacitor isn't going anywhere!
To answer your other questions:
Is the Capacitor project still actively maintained? Yes
1a) Have there been any plans or roadmaps shared for upcoming releases? Not yet but I'm worki…