despia-native 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +34 -70
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,45 +1,43 @@
1
- # Despia SDK
2
-
3
- JavaScript SDK for [Despia](https://despia.com) - the #1 low-code hybrid framework that ships native apps to app stores in one click. This npm package provides command queuing and variable watching capabilities for seamless integration with Despia's 60fps GPU-accelerated native runtime and **25+ deep native device features** including NFC, Siri, HealthKit, RevenueCat, and offline support.
1
+ JavaScript SDK for [Despia](https://despia.com) - Transform your web app into a native iOS & Android app without writing Swift or Kotlin. This npm package provides command queuing and variable watching for seamless integration with Despia's GPU-accelerated native runtime, enabling access to 25+ device APIs through simple JavaScript calls.
4
2
 
5
3
  ## About Despia
6
4
 
7
- Despia is the #1 low-code hybrid framework that transforms web applications into fully native mobile apps for iOS and Android. Build your web app in any framework you like (React, Vue, Angular, vanilla JS, etc.) - just connect it with the Despia editor and it will import all your configurations. The visual editor lets you build widgets, shortcuts, and configure dynamic targets into your application without needing any native development knowledge.
5
+ Despia bridges the gap between web and native mobile development. Build your app using the web technologies you already know, then deploy it as a truly native application to the App Store and Google Play - complete with hardware acceleration, offline support, and deep OS integration.
8
6
 
9
- Ship your app to the App Store and Google Play Store in just one click with automatic CI/CD build processes, automatic updates, and over-the-air updates. Get full source code export with complete Xcode and Android Studio projects in human-readable code - no vendor lock-in, full ownership guaranteed. Built with a fully visual editor, Despia gives you **deep access to native device features** with 60fps GPU-based rendering - all from one codebase.
7
+ Our visual editor allows you to configure native widgets, shortcuts, and dynamic app behaviors without touching Xcode or Android Studio. Ship to both app stores with one-click deployment, automatic CI/CD pipelines, and over-the-air updates. Export clean, human-readable Swift and Kotlin source code anytime - you own everything, no vendor lock-in.
10
8
 
11
- **Ship a native app in a weekend to the app stores with all native features!**
9
+ **Go from web app to app store in a weekend - with full native capabilities.**
12
10
 
13
11
  ### Key Features:
14
- - **Any Framework Support** - Build with React, Vue, Angular, vanilla JS, or any framework
15
- - **Visual Editor** - Import your web app config and build widgets/shortcuts visually
16
- - **No Native Knowledge Required** - Configure dynamic targets without native development
17
- - **Full Source Code Export** - Get complete Xcode and Android Studio projects in human-readable code
18
- - **No Vendor Lock-in** - Edit the entire codebase after export, full ownership guaranteed
19
- - **One-Click Deployment** - Ship to App Store & Google Play Store instantly
20
- - **Automatic CI/CD** - Built-in continuous integration and deployment
21
- - **Over-the-Air Updates** - Push updates without app store approval
22
- - **60fps GPU Rendering** - Hardware-accelerated performance
23
- - **Deep Native Access** - Full access to 25+ native device features (NFC, Siri, HealthKit, RevenueCat, offline support, etc.)
24
- - **Single Codebase** - One codebase for iOS, Android, and web
25
-
26
- ### **Deep Native Device Features Include:**
27
- - **📱 App Links & Deep Linking** - Native app-to-app communication
28
- - **🎯 Native Widgets & App Clips** - iOS widgets and Android shortcuts
29
- - **💳 In-App Purchases & Subscriptions** - RevenueCat integration
30
- - **🔔 Push Notifications & Local Notifications** - Native notification system
31
- - **📷 Camera Roll & File Downloads** - Direct file system access
32
- - **🔐 Biometric Authentication** - Touch ID, Face ID, fingerprint
33
- - **📍 Background Location** - GPS tracking with native permissions
34
- - **👥 Contact Access** - Read device contacts with permissions
35
- - **📳 Haptic Feedback** - Light, heavy, success, warning, error vibrations
36
- - **📊 App Analytics** - Version numbers, bundle IDs, device UUIDs
37
- - **🖼️ Screenshots** - Native screenshot capture
38
- - **📱 Status Bar Control** - Color and text styling
39
- - **🔄 App Reset & Tracking** - User privacy controls
40
- - **📤 Share Functionality** - Native share sheets
41
- - **🎨 UI Controls** - Spinners, hide bars, dynamic targets
42
- - **And 8+ more native features**
12
+ - **Universal Framework Support** - Works with React, Vue, Angular, Svelte, vanilla JS, or any web framework
13
+ - **Visual Configuration** - Set up native features through an intuitive interface
14
+ - **Zero Native Coding** - Access device APIs without writing Swift or Kotlin
15
+ - **Source Code Export** - Get complete Xcode and Android Studio projects you can modify
16
+ - **True Ownership** - Full access to generated code, no restrictions
17
+ - **One-Click Publishing** - Direct deployment to App Store & Google Play
18
+ - **Automated Pipeline** - Built-in CI/CD with code signing and provisioning
19
+ - **OTA Updates** - Push updates instantly without app store review
20
+ - **Performance** - 60fps GPU-accelerated rendering
21
+ - **Device API Access** - NFC, HealthKit, Siri, RevenueCat, and 20+ more
22
+ - **Single Codebase** - Maintain one project for iOS, Android, and web
23
+
24
+ ### Native Device Features:
25
+ - **App Links & Deep Linking** - Universal links and app-to-app communication
26
+ - **Widgets & App Clips** - Home screen widgets and instant app experiences
27
+ - **In-App Purchases** - RevenueCat integration for subscriptions and payments
28
+ - **Push Notifications** - Local and remote notifications with rich media
29
+ - **Camera & Media** - Camera access, photo library, and file management
30
+ - **Biometric Authentication** - Face ID, Touch ID, and fingerprint
31
+ - **Location Services** - Foreground and background GPS tracking
32
+ - **Contacts** - Address book access with proper permissions
33
+ - **Haptic Feedback** - Tactile responses for user interactions
34
+ - **App Analytics** - Version tracking, bundle IDs, device identifiers
35
+ - **Screenshots** - Programmatic screen capture
36
+ - **Status Bar** - Dynamic styling and visibility control
37
+ - **Privacy Controls** - IDFA tracking and permission management
38
+ - **Share Sheets** - Native sharing UI
39
+ - **UI Controls** - Loading indicators, navigation bars, dynamic layouts
40
+ - **Plus 8+ additional native capabilities**
43
41
 
44
42
  ## Installation
45
43
 
@@ -47,40 +45,6 @@ Ship your app to the App Store and Google Play Store in just one click with auto
47
45
  npm install despia-native
48
46
  ```
49
47
 
50
- ## 🚀 **Build in Any Framework → Make it Native**
51
-
52
- **Step 1:** Build your web app in any framework you prefer (React, Vue, Angular, vanilla JS, etc.)
53
-
54
- **Step 2:** Connect your project to Despia editor:
55
- - **Remote URL:** Add your project's remote URL (gets updated over-the-air automatically)
56
- - **Upload Project:** Upload your project files directly to the editor
57
-
58
- **Step 3:** Use Despia to transform it into a native app with full device access
59
-
60
- **Step 4:** This npm package gives you access to all native functionalities and native data
61
-
62
- ## 📱 **Access 25+ Native Device Features**
63
-
64
- With Despia, your web app gets **full native device access** without any native development:
65
-
66
- - **🔐 Biometric Check** - Touch ID, Face ID, fingerprint authentication
67
- - **📍 Location Services** - Background GPS tracking with native permissions
68
- - **📷 Camera & Photos** - Direct camera access and photo library
69
- - **👥 Contacts** - Read device contacts with proper permissions
70
- - **📳 Haptic Feedback** - 5 types of native vibrations
71
- - **🔔 Push Notifications** - Native notification system + OneSignal remote push
72
- - **💳 In-App Purchases** - RevenueCat integration for subscriptions & purchases
73
- - **🎯 Widgets & Shortcuts** - iOS widgets and Shortcuts
74
- - **📱 App Store Features** - Version info, bundle IDs, device UUIDs
75
- - **🎨 Native UI** - Status bar styling, spinners, fullscreen mode
76
- - **📤 Share & Export** - Native share sheets and file downloads
77
- - **🔄 Privacy Controls** - App reset and tracking disable
78
- - **📡 NFC Access** - Near Field Communication for contactless interactions
79
- - **🎤 Siri Integration** - Voice commands and shortcuts
80
- - **❤️ HealthKit & Google Fit** - Health data integration
81
- - **💾 Offline Support** - Offline database and data persistence
82
- - **And many more native features!**
83
-
84
48
  ## Usage
85
49
 
86
50
  ### Basic Despia Command Execution
@@ -501,4 +465,4 @@ This streamlined approach triggers Despia's native runtime to handle the native
501
465
 
502
466
  ## License
503
467
 
504
- MIT
468
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "despia-native",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "JavaScript SDK for Despia native integrations with command queuing and variable watching",
5
5
  "main": "index.js",
6
6
  "module": "index.js",