An open source about.me like application built using Next.js 13 and Stacks.js.
This application was built as a submission for the Stackathon 2022 hackathon. Here is a twitter thread on how a built the app
To make your public profile work you need to own a BNS (Blockstack Name Service) name. You can get one from Btc.us.
- Create a public profile using your BNS name.
- Store profile links in Gaia.
- Editing profile links using Stacks.js.
- Styled using Tailwind CSS.
- Authentication using @stacks/connect.
- Written in TypeScript.
- Install dependencies using Yarn:
yarn
- Start the development server:
yarn dev
Licensed under the MIT license.