One link to make your research life easier to share! Papers, talks, affiliations, socials, whatever... Easy, free, decentralised.
A dedicated profile for researchers, built on the AT Protocol.
- Account Creation: Sign in with your Bluesky account using OAuth
- Researcher Profile: Mobile-first profile display with QR code sharing
- Profile Management: Manage honorifics, location, affiliations, and more
- Social Networks: Link to Twitter, LinkedIn, ResearchGate, Google Scholar, and Semble
- Scholarly Contributions: Add research using DOIs
- Academic Events: Track conference presentations and symposiums
- Next.js (latest)
- TypeScript
- Tailwind CSS v4
- AT Protocol (@atproto/*)
- Zod for validation
-
Install dependencies:
npm install -
Configure environment (optional):
cp .env.example .env # Edit .env if you need to change the PDS URL or other settings -
Run the development server:
npm run dev -
Open http://localhost:3000 and sign in with your Bluesky app password
See SETUP.md for detailed setup instructions and OAuth configuration.
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLintnpm run format- Format code with Prettier