STORY
The Nostr Serverless API is now open source
AUTHOR
Joined 2023.06.26
DATE
VOTES
sats
COMMENTS
TAGS

The Nostr Serverless API is now open source

Last Friday, 7/21, we officially open-sourced the Nostr Serverless API (NSA).

We celebrated this milestone by releasing a demo over Replit wherein the API is used to fetch data from Nostr, embed it into a vector database, and then use semantic search to query the database. Check out the demo here.

NSA allows a user to interact with Nostr data directly through an API (rather than having to manually config their own Nostr client before they can start working with Nostr data). It's now much easier to work with Nostr data on platforms such as Replit.

The code used for this demo is hosted at these two Repls (demo 1, and demo 2).