{"id":18789712,"url":"https://github.com/crewdevio/svelte-native","last_synced_at":"2026-01-04T13:45:30.408Z","repository":{"id":225234933,"uuid":"765357663","full_name":"crewdevio/svelte-native","owner":"crewdevio","description":"svelte + capacitor + konsta UI + shadcn-svelte","archived":false,"fork":false,"pushed_at":"2024-03-27T03:18:24.000Z","size":470,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-14T09:58:31.867Z","etag":null,"topics":["android","capacitorjs","ios","mobile-development","svelete","svelte-native","tailwindcss","typescript","typescript-library"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crewdevio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-29T19:07:03.000Z","updated_at":"2024-04-15T15:38:14.431Z","dependencies_parsed_at":"2024-04-15T15:38:03.988Z","dependency_job_id":"7c823720-b44e-4453-a833-9399b2cef65c","html_url":"https://github.com/crewdevio/svelte-native","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"fa6f484c36515bdbed95dcec03ad6c54da6bb660"},"previous_names":["crewdevio/svelte-native"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2Fsvelte-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2Fsvelte-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2Fsvelte-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crewdevio%2Fsvelte-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crewdevio","download_url":"https://codeload.github.com/crewdevio/svelte-native/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244103822,"owners_count":20398559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","capacitorjs","ios","mobile-development","svelete","svelte-native","tailwindcss","typescript","typescript-library"],"created_at":"2024-11-07T21:08:22.380Z","updated_at":"2026-01-04T13:45:30.364Z","avatar_url":"https://github.com/crewdevio.png","language":"TypeScript","funding_links":[],"categories":["Boilerplates \u0026 Starters"],"sub_categories":[],"readme":"# Svelte Native\n\nThis template allows you to create native applications for Android and iOS using svelte (v4), tailwind, capacitor, konsta UI, shadcn-svelte.\n\n## Get started\n\nbasic requirements for web development:\n\n- [nodejs](https://nodejs.org/en) \u003e= 20\n- [pnpm](https://pnpm.io/) \u003e= 8\n\nfor ios development:\n\n- [Xcode](https://developer.apple.com/xcode/)\n- [CocoaPods](https://cocoapods.org)\n\n\u003e **Note**: iOS 13+ is supported. Xcode 14.1+ is required (see Environment Setup). Capacitor uses WKWebView, not the deprecated UIWebView.\n\nfor android development:\n\n- [Android Studio](https://developer.android.com/studio)\n\n\u003e **Note**: API 22+ (Android 5.1 or later) is supported, which represents over 99% of the Android market. Capacitor requires an Android WebView with Chrome version 60 or later. On Android 5-6, and 10+ Capacitor uses the Android System WebView. On Android 7-9, Google Chrome provides the WebView.\n\n## Development\n\nfirst use `template` or `clone` or `fork` this repo:\n\n```console\nnpx degit crewdevio/svelte-native my-app\n```\n\ninstall all dependencies:\n\n```console\npnpm install\n```\n\nstart web project:\n\n```console\npnpm run dev\n```\n\n### Open App in ios emulator\n\ncompile the frontend first:\n\n```console\npnpm run build\n```\n\nthen sync the code with ios/android\n\n```console\npnpm run sync\n```\n\nrun the project in the emulator:\n\n```console\npnpm run start:ios\n```\n\n### Open App in android emulator\n\ncompile the frontend first:\n\n```console\npnpm run build\n```\n\nthen sync the code with ios/android\n\n```console\npnpm run sync\n```\n\nrun the project in the emulator:\n\n```console\npnpm run start:android\n```\n\n## FAQ\n\n- Official Platforms\n\n  `iOS 13+`\n  `Android 5.1+ (Requires Chrome WebView 60+)`\n  `Modern Web Browsers like: Chrome, Firefox, Safari, Edge`\n\n- [Custom Native iOS Code](https://capacitorjs.com/docs/ios/custom-code)\n\n- [Custom Native Android Code](https://capacitorjs.com/docs/android/custom-code)\n\n- [Deploying your Capacitor iOS App to the App Store](https://capacitorjs.com/docs/ios/deploying-to-app-store)\n\n- [Deploying your Capacitor Android App to the Google Play Store](https://capacitorjs.com/docs/android/deploying-to-google-play)\n\n- [Official Plugins](https://capacitorjs.com/docs/plugins)\n\n- [Capacitor iOS API](https://capacitorjs.com/docs/core-apis/ios)\n\n- [Capacitor Android API](https://capacitorjs.com/docs/core-apis/android)\n\n- [Capacitor Web API](https://capacitorjs.com/docs/core-apis/web)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrewdevio%2Fsvelte-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrewdevio%2Fsvelte-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrewdevio%2Fsvelte-native/lists"}