{"id":48844225,"url":"https://github.com/swiftly-developed/swiftlyui-demoapp","last_synced_at":"2026-04-15T04:02:33.273Z","repository":{"id":322627262,"uuid":"1090254112","full_name":"Swiftly-Developed/SwiftlyUI-DemoApp","owner":"Swiftly-Developed","description":"The companion app for SwiftlyUI","archived":false,"fork":false,"pushed_at":"2025-11-07T13:01:18.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T08:42:48.120Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/Swiftly-Developed.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-05T12:26:27.000Z","updated_at":"2025-11-26T05:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Swiftly-Developed/SwiftlyUI-DemoApp","commit_stats":null,"previous_names":["swiftlyworkspace/swiftlyui-demoapp","swiftly-developed/swiftlyui-demoapp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Swiftly-Developed/SwiftlyUI-DemoApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiftly-Developed%2FSwiftlyUI-DemoApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiftly-Developed%2FSwiftlyUI-DemoApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiftly-Developed%2FSwiftlyUI-DemoApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiftly-Developed%2FSwiftlyUI-DemoApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Swiftly-Developed","download_url":"https://codeload.github.com/Swiftly-Developed/SwiftlyUI-DemoApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Swiftly-Developed%2FSwiftlyUI-DemoApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31825515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2026-04-15T04:02:29.465Z","updated_at":"2026-04-15T04:02:33.265Z","avatar_url":"https://github.com/Swiftly-Developed.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftlyUI Demo App\n\nA comprehensive demonstration app showcasing all SwiftlyUI components and their capabilities.\n\n## 🚀 Overview\n\nThis demo app provides interactive examples of SwiftlyUI components, allowing you to:\n\n- **Explore Components**: Browse all available SwiftlyUI components\n- **See Usage Examples**: Multiple implementation scenarios for each component\n- **Test Interactivity**: Fully functional examples you can interact with\n- **Learn Best Practices**: Well-documented code showing proper integration\n\n## 📱 Components Demonstrated\n\n### Token Tag Field\n- **Basic Usage**: Simple tag input with common programming languages\n- **Custom Styling**: Tags with predefined colors and custom limits\n- **Auto-completion**: Suggested tags with smart filtering\n- **Interactive Features**: Inline editing, color customization, keyboard navigation\n\n## 🛠️ Running the Demo\n\n### Prerequisites\n- **macOS** with Xcode 14.0+\n- **Swift 5.7+**\n\n### Using Swift Package Manager\n```bash\ngit clone https://github.com/SwiftlyWorkspace/SwiftlyUI-DemoApp.git\ncd SwiftlyUI-DemoApp\nswift build\n```\n\n#### Local Development Setup\nIf you want to develop the demo app alongside changes to the SwiftlyUI library:\n\n```bash\n# Clone both repositories side by side\ngit clone https://github.com/SwiftlyWorkspace/SwiftlyUI.git\ngit clone https://github.com/SwiftlyWorkspace/SwiftlyUI-DemoApp.git\n\n# Edit Package.swift in SwiftlyUI-DemoApp\n# Comment out the GitHub URL and uncomment the local path:\n# .package(path: \"../SwiftlyUI\"),\n\ncd SwiftlyUI-DemoApp\nswift build\n```\n\n### Using Xcode\n1. Open `SwiftlyUI-DemoApp.xcodeproj`\n2. Build and run the project\n3. Explore the different component demos\n\n## 🏗️ Project Structure\n\n```\nSwiftlyUI-DemoApp/\n├── SwiftlyUI-DemoApp/\n│   ├── SwiftlyUI_DemoAppApp.swift    # App entry point\n│   ├── ContentView.swift             # Root view\n│   ├── Views/\n│   │   ├── ComponentListView.swift   # Main navigation\n│   │   └── TokenTagFieldDemo.swift   # Tag field examples\n│   └── Assets.xcassets               # App assets\n├── Package.swift                     # SPM configuration\n└── README.md                         # This file\n```\n\n## 🎯 Features Highlighted\n\n### User Interface\n- **NavigationStack**: Modern iOS 16+ navigation patterns\n- **Responsive Design**: Adapts to different screen sizes\n- **Dark Mode**: Full dark mode support\n\n### Component Integration\n- **Local Package Dependency**: Shows how to integrate SwiftlyUI locally\n- **State Management**: Proper SwiftUI state handling patterns\n- **Event Handling**: Complete examples of component callbacks\n\n### Code Quality\n- **Clean Architecture**: Well-organized, maintainable code\n- **Documentation**: Comprehensive inline documentation\n- **Best Practices**: Following SwiftUI conventions\n\n## 📚 Learning Resources\n\nEach demo includes:\n- **Live Examples**: Functional components you can test\n- **Code Snippets**: Copy-paste ready implementation code\n- **Feature Explanations**: Detailed descriptions of capabilities\n- **Usage Tips**: Best practices and common patterns\n\n## 🤝 Contributing\n\nFound an issue or want to improve the demos? Contributions are welcome!\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your improvements\n4. Submit a pull request\n\n## 📄 License\n\nThis demo app is part of the SwiftlyUI project and is available under the MIT License.\n\n## 🔗 Links\n\n- **[SwiftlyUI Library](https://github.com/SwiftlyWorkspace/SwiftlyUI)** - The main component library\n- **[Documentation](https://github.com/SwiftlyWorkspace/SwiftlyUI#readme)** - Complete usage guide\n- **[Contributing](https://github.com/SwiftlyWorkspace/SwiftlyUI/blob/main/CONTRIBUTING.md)** - How to contribute\n\n---\n\n**Built with ❤️ using SwiftlyUI**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftly-developed%2Fswiftlyui-demoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswiftly-developed%2Fswiftlyui-demoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswiftly-developed%2Fswiftlyui-demoapp/lists"}