Building in public allows you to share your progress with others and tell them stories about your projects, ideas and thoughts.
Buildinpublic is a open source tool that helps visualise your work and start sharing the insights into your project!
Create your own page in seconds!.
1. Add a buildinpublic.md file to your GitHub project (copy the example below to get started)
2. Visit https://buildinpublic.vercel.app/{author}/{repo} to see your page!
3. That's it!
1---
2author:
3name: 'David Boyne'
4bio: 'I spent most my team leading technical teams, writing code and writing open source developer tools.'
5blog: 'https://boyney.io'
6github: 'https://github.com/boyney123'
7twitter: 'https://twitter.com/boyney123'
8
9call_to_action:
10label: 'Get Early Access'
11href: 'https://google.com'
12
13project:
14name: Gitpages
15description: 'Gitpages.app is built in public. This means all learnings, failures and success will be shared and open with the world.'
16---
17
18<Event icon="VideoCameraIcon" date="17 May 2021" title="100 Early Subscribers Milestone in 10 days! 🎉">
19 <p>Happy to share with everyone yesterday night we hit the 100 early subscribers milestone which was awesome!</p>
20 <p>To reach 100 I have shared content on Twitter, left comments in reddit, joined discord channels and even created our own discord channel (come join)!</p>
21 <p>I also released a new video showcasing the new code block, how to move blocks around and a quick intro into themes</p>
22 <EventVideo url="https://www.youtube.com/watch?v=rimFEf5grGk" />
23 <p>Super happy with the progress, still a fair amount to do, but it's coming along nicely.</p>
24 <p>If you want a landing page for your GitHub project, then sign up for early access and be part of this community!</p>
25</Event>
Example buildinpublic.md file