https://github.com/ctwhome/tauri-multiwebview-test
Cross-platform Tauri app demonstrating multiwebview on desktop and OpenGraph cards on mobile
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Repository
Cross-platform Tauri app demonstrating multiwebview on desktop and OpenGraph cards on mobile
Basic Info
- Host: GitHub
- Owner: ctwhome
- License: mit
- Language: Rust
- Default Branch: main
- Size: 227 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
.github/README.md
GitHub Repository Setup
Creating the Repository
- Go to GitHub and create a new repository
- Repository name:
tauri-multiwebview-test - Description: Copy from REPOSITORY_DESCRIPTION.md
- Visibility: Public (recommended) or Private
- Do NOT initialize with README, .gitignore, or license (we already have them)
Push Commands
After creating the empty repository on GitHub:
```bash
Add remote
git remote add origin https://github.com/YOUR_USERNAME/tauri-multiwebview-test.git
Push to GitHub
git push -u origin main ```
Repository Settings
Recommended Topics
Add these topics to your repository:
- tauri
- multiwebview
- opengraph
- rust
- android
- cross-platform
- webview
About Section
- Website: (optional) Link to live demo
- Topics: Add the topics above
- Description: Use the short description from REPOSITORY_DESCRIPTION.md
GitHub Pages (Optional)
If you want to host a demo: 1. Go to Settings → Pages 2. Source: Deploy from a branch 3. Branch: main 4. Folder: /docs (create if needed)
Security
- Go to Settings → Security
- Enable Dependabot alerts
- Enable Dependabot security updates
Badges for README
Add these to your README if desired:
markdown



Example Repository Structure
tauri-multiwebview-test/
├── .github/
│ └── README.md (this file)
├── src/
│ ├── assets/
│ ├── index.html
│ ├── main.js
│ ├── OGCard.js
│ └── *.css
├── src-tauri/
│ ├── src/
│ ├── Cargo.toml
│ └── tauri.conf.json
├── README.md
├── LICENSE
├── CONTRIBUTING.md
├── BUILD_ANDROID.md
└── package.json
Owner
- Name: Jesse Gonzalez
- Login: ctwhome
- Kind: user
- Location: Amsterdam (Netherlands)
- Company: Netherlands eScience Center
- Website: https://www.ctwhome.com
- Twitter: ctwhome
- Repositories: 130
- Profile: https://github.com/ctwhome
Research Engineer at @NLeSC
GitHub Events
Total
- Create event: 1
Last Year
- Create event: 1
Dependencies
- 541 dependencies
- @tauri-apps/cli ^2 development