/linkstacks.xyz

An open source about.me like application built using Next.js 13 and Stacks.js.

Primary LanguageTypeScriptMIT LicenseMIT

An open source about.me like application built using Next.js 13 and Stacks.js.

Stackathon 2022

This application was built as a submission for the Stackathon 2022 hackathon. Here is a twitter thread on how a built the app

Demo

To make your public profile work you need to own a BNS (Blockstack Name Service) name. You can get one from Btc.us.

screenshot

Features

  • 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.

Running Locally

  1. Install dependencies using Yarn:
yarn
  1. Start the development server:
yarn dev

License

Licensed under the MIT license.