Skip to content

Latest commit

 

History

History
165 lines (149 loc) · 5.52 KB

File metadata and controls

165 lines (149 loc) · 5.52 KB
layout guide
title Community Projects
description Design projects initiated by the Bitcoin Design Community.
permalink /community/
main_nav false
main_classes -no-top-padding
image https://bitcoin.design/assets/images/projects/projects-preview.jpg
projects
name description image links
Bitcoin Design Guide
The primary project we are working on, a resource for designers to create better bitcoin products faster.
url width height
/assets/images/projects/design-guide.png
75
75
name link
How to contribute
name description image links
Bitcoin UI Kit
A complete design system to serve as a foundation for wallet concepts, prototypes and application development.
url width height
/assets/images/projects/bitcoin-ui-kit.svg
75
75
name description image links
Bitcoin Icon set
Icons for typical needs of bitcoin applications. Includes common generic icons like arrows, and more unique ones like a wallet, keys, mining, and bitcoin symbols.
url width height
/assets/images/projects/bitcoin-icon-set.svg
75
75
name description image links
Bitcoin UX Research Toolkit
Build human-centric bitcoin products for everyone with this practical guide and toolbox for user research.
url width height
/assets/images/projects/research-kit.svg
75
75
name description image links
Bitcoin Design Foundation
An initiative to make the community and its efforts sustainable.
url width height
/assets/images/projects/foundation.png
75
75
name description image links
When Taproot
Promote broader adoption of Taproot.
url width height
/assets/images/projects/whentaproot.png
75
75
name link
More info
name link
Collaboration
name description image links
Bitcoin QR
Help get unified QR codes adopted for smoother payment flows.
url width height
/assets/images/projects/bitcoinqr.png
75
75
name link
More info
name description image links
BOLT 12
Promoting adoption of BOLT 12 and Async Payments for better lightning experiences.
url width height
/assets/images/projects/bolt12.png
75
75
name link
Discord
name description image links
Designathon
We organized a hackathon for designers.
url width height
/assets/images/projects/designathon.png
75
75
name link
Event site
name description image links
Bitcoin Design Sprints
This project from 2022 was about improving lightning network wallets through applying the design guide, design thinking and problem solving.
url width height
/assets/images/projects/wallet-design-sprints.png
75
75

{% include picture.html image = "/assets/images/projects/projects.jpg" retina = "/assets/images/projects/projects@2x.jpg" mobile = "/assets/images/projects/projects-mobile.jpg" mobileRetina = "/assets/images/projects/projects-mobile@2x.jpg" alt-text = "Strong handshake" width = 1600 height = 900 layout = "full-width" %}

Community Projects

These are design projects we have initiated ourselves. Projects launched by community members often focus on creating design resources.

For more details, see our Project document. If you are interested in getting involved, reach out directly to the projects below, or reach out in our [Discord]({{ site.discord_invite_url }}).

{% for item in page.projects %}

{{- item.description -}}

{% for link in item.links %} {{ link.name }} {% endfor %}
{% endfor %}

Back to Projects