Dlabs is a web app aimed at providing development services, sold via products on a Slice decentralized store.
The website allows a user to:
- Authenticate by connecting their crypto wallet (via RainbowKit), and login with a siwe flow
- Add billing and contact info, including connecting via discord auth, so that they can be stored on a Supabase db
- Submit job requests and links containing details, which are sent to a Notion db for internal management, via Notion API
- See credits available, calculated from on-chain product purchases and credits spent from submitted requests
Notes:
- Uses the new Nextjs13 app directory
- Auth and other minor fixes still needs to be implemented