Skip to content

feat: add Nostr Atlas directory site - #117

Open
alokdangre wants to merge 3 commits into
saiy2k:mainfrom
alokdangre:site
Open

feat: add Nostr Atlas directory site#117
alokdangre wants to merge 3 commits into
saiy2k:mainfrom
alokdangre:site

Conversation

@alokdangre

@alokdangre alokdangre commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds Nostr Atlas, a standalone directory website inspired by the search-first experience of nostr.directory.

The new site is isolated under directory-site/, so it does not change the existing component-library or relay-directory backend build paths.

What was added

  • Responsive desktop and mobile directory interface
  • Search by name, handle, NIP-05 address, category, or npub
  • Trending, Creators, Builders, and Communities tabs
  • Verified-only filter
  • Sorting by follower count or name
  • Copy-npub action with clipboard fallback and user feedback
  • External profile links
  • Mobile navigation
  • Accessible keyboard and focus states
  • Local add-profile preview flow
  • Empty-search state and clear-filter action
  • Reduced-motion support
  • Unit tests for filtering, searching, sorting, and formatting

Data integration

The current profiles are clearly presented as local sample data.

The frontend is structured so directory-site/src/data.ts can later be replaced with data from the existing Firestore relay-directory projection once a public read API is available.

New commands

npm run dev:directory
npm run build:directory
npm run preview:directory

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@alokdangre, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 53 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1b96b34c-2b11-47a2-99e6-122550843ee4

📥 Commits

Reviewing files that changed from the base of the PR and between 61d4ba7 and 7746268.

📒 Files selected for processing (10)
  • directory-site/README.md
  • directory-site/index.html
  • directory-site/src/data.ts
  • directory-site/src/directory.test.ts
  • directory-site/src/directory.ts
  • directory-site/src/icons.ts
  • directory-site/src/main.ts
  • directory-site/src/styles.css
  • directory-site/vite.config.ts
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant