Skip to content

SmileyJames/capacitor

 
 

Repository files navigation

Build Status

⚡️ Cross-platform apps with JavaScript and the Web ⚡️

Capacitor is a cross-platform API and code execution layer that makes it easy to call Native SDKs from web code and to write custom Native plugins that your app might need. Additionally, Capacitor provides first-class Progressive Web App support so you can write one app and deploy it to the app stores, and the mobile web.

Capacitor was created by the Ionic Framework team as a spiritual successor to Cordova, though it does have backward compatibility with the majority of Cordova plugins. Capacitor can be used without Ionic Framework, but since it's a core part of the Ionic Platform, it's recommended for the best app development experience.

Capacitor also comes with a Plugin API for building native plugins. On iOS, first-class Swift support is available, and much of the iOS Capacitor runtime is written in Swift. Plugins may also be written in Objective-C. On Android, writing plugins in Java and Kotlin is supported.

Roadmap

Disclaimer: Our roadmap is subject to change at any time and has no specific date guarantees

2020 and beyond: The core Capacitor project is now stable. Maintenance is ongoing (including support for new mobile operating system versions, bugs, etc.). Going forward, most new functionality will be implemented as plugins. For the latest updates, track new releases here or milestones here.

2019

2018

  • Cordova Plugin Integration
    • Preliminary support for using plugins from the existing Cordova community
  • Electron support
    • Support for building Electron apps and interacting with Node.js libraries
  • Enterprise Premium Plugins
    • Paid add-on plugins with support for common Enterprise use cases, such as storage, authentication, security, and more
    • Developer Support options with SLAs and priority patches
    • We are working with a few large teams/businesses as early development partners. Interested? Email max@ionicframework.com

Contributing

Contributing to Capacitor may involve writing TypeScript, Swift/Objective-C, Java, or Markdown depending on the component you are working on. We are looking for help in any of these areas!

Please read the Contributing guide for more information.

For details on updating the Capacitor website or documentation, see here.

About

Build cross-platform Native Progressive Web Apps for iOS, Android, and the web ⚡️

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 25.5%
  • TypeScript 25.4%
  • HTML 19.8%
  • Swift 13.1%
  • Objective-C 7.2%
  • JavaScript 4.3%
  • Other 4.7%