Build an iOS and Android app from a single HTML/CSS/JavaScript codebase without learning Swift or Kotlin.
Create a Progressive Web App that works like a native app on phones and tablets.
Ship the same app across web, iOS, and Android platforms with minimal code duplication.
Access native device features like camera, GPS, and push notifications from web code using Capacitor.
Ionic is an open-source UI framework that lets web developers build native-quality mobile apps for iOS and Android, as well as Progressive Web Apps (websites that behave like apps), using the web technologies they already know: HTML, CSS, and JavaScript. The core problem it solves is the need to maintain separate codebases for iOS, Android, and web; with Ionic you write once and deploy everywhere. Ionic works by providing a large library of pre-built user interface components, buttons, modals, tabs, navigation bars, lists, forms, and many more, that automatically adapt their visual appearance to match the design conventions of the platform the app is running on. On iOS, components look and behave like native iOS elements; on Android they follow Material Design conventions. These components are built using Web Components, a standard browser technology, which means they work independently of any specific JavaScript framework. Ionic integrates tightly with Angular, React, and Vue, the three most popular JavaScript web frameworks, so developers can choose their preferred approach. When you need to access native device features like the camera, GPS, or push notifications, Ionic pairs with Capacitor, a separate tool that bridges between web code and native device APIs. You would use Ionic when you are a web developer who wants to ship mobile apps without learning Swift (for iOS) or Kotlin (for Android), or when you need a single codebase to power both a website and mobile apps. The tech stack is TypeScript at its core, distributed as npm packages for each supported framework. It is built on Web Components using Stencil.js and runs on Node.js for development tooling.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.