Ionic
ELI5 — The Vibe Check
Ionic gives you a library of mobile-looking UI components so your web app can cosplay as a native app. Combined with Capacitor, it's the fastest way to go from 'I have a website' to 'I have an app in the store.'
Real Talk
A cross-platform UI framework providing pre-built mobile components (tabs, modals, action sheets, etc.) that adapt to iOS and Android design patterns. Ionic works with React, Vue, or Angular and uses Capacitor for native device access, enabling web developers to build mobile apps with familiar web technology.
When You'll Hear This
"Ionic components automatically style themselves for iOS or Android — no platform-specific CSS needed." / "We chose Ionic because our team are web developers and didn't want to learn native mobile."
Related Terms
Angular
Angular is Google's JavaScript framework — the strict, opinionated one that comes with everything pre-decided.
Capacitor
Capacitor wraps your web app in a native shell and gives it access to device features like the camera, GPS, and push notifications.
PWA (PWA)
A PWA is a website that pretends to be an app.
React Native
React Native lets you build iPhone and Android apps using React and JavaScript. It's like React put on a disguise and snuck into the App Store.