Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/limone-eth/findcaster
Connect with like-minded people on web3 socials
https://github.com/limone-eth/findcaster
socials web3
Last synced: 10 days ago
JSON representation
Connect with like-minded people on web3 socials
- Host: GitHub
- URL: https://github.com/limone-eth/findcaster
- Owner: limone-eth
- License: mit
- Created: 2023-08-09T07:58:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T20:24:34.000Z (about 1 year ago)
- Last Synced: 2024-12-08T07:10:25.765Z (15 days ago)
- Topics: socials, web3
- Language: TypeScript
- Homepage: https://findcaster-kappa.vercel.app
- Size: 781 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Findcaster
### 🦇 Signal
We are looking for users active on farcaster right now who would want to test out ways to find people to follow on Farcaster
## Project Overview
Findcaster is the best place to search for and find people around web3 socials.
We're making it easier to connect with like-minded people on web3 socials.
### Web3 socials integrations
We're starting by indexing all the data in the Farcaster ecosystem, and then we'll expand to other platforms like Lens,
allowing users to search for people in the most extensive possible way.This repository contains the frontend for the Findcaster application. It interacts with an existing Supabase database,
which contains all the data. The database is updated using
the [Farcaster Indexer](https://github.com/limone-eth/farcaster-indexer) which is a fork of [@gskril's one](https://github.com/gskril/farcaster-indexer).### On-chain data integrations
We are enriching users' profiles with data about their POAPs, NFTs and token transfers. In the future we will add more onchain data sources. We also plan to have a recommendation system based on the data we have so that we can suggest users the best
people to connect with.### Tech stack
- [NextJS](https://nextjs.org/)
- [Tailwind](https://tailwindcss.com/)
- [Supabase](https://supabase.com/)
- Typescript
- [Airstack](https://airstack.xyz/)## Getting Started
To get started, follow these simple steps:
1. Run `yarn install` to install all the required dependencies.
2. Rename `.env.example` to `.env.local` and configure your variables with the proper credentials.
3. Then execute `yarn dev` to launch the application.