Show your project supports Swifts
Add a badge to your indie app or open source project to show you care about swifts and nature.
Social Media
Download a badge to share on social media. Remember to add a link to swiftforswifts.org and use the hashtag #SwiftForSwifts. If you're sharing on BlueSky or Mastodon make sure you tag us @swiftforswifts.
Here's an example post:
Swift is thriving. But the birds are disappearing. The name of our favorite programming language comes from one of nature’s fastest flyers, yet swift populations have dropped dramatically. Let’s protect the story behind our craft. Learn how you can help at https://swiftforswifts.org 🐦⬛ #SwiftForSwifts

Swift app
Add a link or badge to your Swift iOS, macOS, VisionOS, tvOS, or watchOS app with our 'Swifts Package'.
Website Footer
Add a footer link to your website using our sample code.
Swift code for use with the Ignite static page generator.
private var swiftsFooter: some HTML {
Text {
Image(decorative: "https://swiftforswifts.org/downloads/swift-for-swifts-icon.png")
.resizable()
.frame(height: .em(2.0))
.padding(.trailing, .small)
Link("Supporting Swift for Swifts", target: "https://swiftforswifts.org/")
.target(.newWindow)
.relationship(.noOpener)
}
}
HTML
<p><img src="https://swiftforswifts.org/downloads/swift-for-swifts-icon.png" alt="" class="img-fluid" style="height: 2.0em; padding-right: 10px" /><a target="_blank" rel="noopener" href="https://swiftforswifts.org/">Supporting Swift for Swifts</a></p>
Git project
Add a badge to your open source repo by adding this markdown into your README
[](https://swiftforswifts.org)