- front end is a responsive React 18 app
- Typescript
- Redux state management for persistent stores
- Zustand state management for in-app state
- optional, recommended PWA
Privyhandles auth as well as free Farcaster signers- Ant Design v4 principles (i.e.
lessCSS, choice to deal with it later) - stripped and rebuilt from a MIT-licensed template
- developed by a Polish web design firm
- had not been upgraded to current versions of React, Ant, etc.
- back end is a collection of independent, stateless CF Pages Functions
- each one calls
fetchto various providersWarpcastAPIsNeynarAPIsfar.questAPIsHubbleAPIs viaAirstack(designed to be swapped)Decent BookmarksandFCANby@artlubot-or-notby@sayangel
- bindings to
Upstash Redisvia https REST API for caching - the DX is unfamiliar to devs familiar with
Next.js. studysrc/api/mocks
- each one calls
React Querycaches many of the backend calls in the front end- mocked data available for optionally-offline front-end development
- Hono microservice for unfurling URLs
- in a different MIT-licensed repo here)
- runs
cheeriounderneath - heavily inspired by Pinata Steve
run
yarnuncomment the imports of mocked data in src/api/mocks/mockornot.ts and run
yarn startset the base in vite.config.js to the URL of the deployed site (including 'https://').
ensure ENV variables are set. study .env.example.
husky runs pre-commit hooks to lint and build. A successful build triggers deployment via GitHub Actions.