SwapLab acts strictly as a Digital Bridge (Trigger).
This repository hosts a collection of Framework7 (Svelte) starter templates optimized for building high-performance hybrid mobile applications.
We have modernized, sanitized, and pre-configured these popular community templates to ensure they work seamlessly with the SwapLab Build Service.
This repository is structured as a monorepo containing multiple framework options and the required GitHub Actions workflows:
framework7-svelte-main/
├── .github/workflows/
│ ├── swaplab-workflow-cache.yml
│ └── swaplab-workflow-no-cache.yml
├── framework7-svelte/
├── .gitignore
└── README.md
You can test any of these templates instantly without connecting your GitHub account:
- Download: Click the green
<> Codebutton at the top of this repository and select Download ZIP. - Extract: Unzip the downloaded file to your computer.
- Select Framework: Open the extracted folder and locate the specific template you want to use (e.g.,
framework7-svelte). - Compress (Crucial Step): Zip that specific project folder.
⚠️ IMPORTANT: You must zip the folder itself (e.g.,framework7-svelte.zip). Do not go inside the folder and zip the internal files. The root of your.ziparchive must be the project directory. - Upload: Go to public.swaplab.net or private.swaplab.net, upload your
.zipfile, and trigger the build.
For advanced usage, repository connection instructions, and workflow configurations, please refer to our official documentation: https://swaplab-private-docs.pages.dev