https://github.com/gillohner/meetstr
Meetstr is an open-source web nostr client for discovering, viewing, and managing NIP-52 based calendars. It provides a modern, React-based interface for browsing Nostr event calendars, viewing event details, and exploring upcoming and past events.
https://github.com/gillohner/meetstr
bitcoin meetup meetups nostr open-source switzerland
Last synced: about 1 month ago
JSON representation
Meetstr is an open-source web nostr client for discovering, viewing, and managing NIP-52 based calendars. It provides a modern, React-based interface for browsing Nostr event calendars, viewing event details, and exploring upcoming and past events.
- Host: GitHub
- URL: https://github.com/gillohner/meetstr
- Owner: gillohner
- License: agpl-3.0
- Created: 2025-04-07T18:54:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T23:08:04.000Z (about 2 months ago)
- Last Synced: 2025-08-12T01:13:49.448Z (about 2 months ago)
- Topics: bitcoin, meetup, meetups, nostr, open-source, switzerland
- Language: TypeScript
- Homepage: https://meetstr.com
- Size: 781 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Meetstr
Meetstr is an open-source web nostr client for discovering, viewing, and managing NIP-52 based calendars. It provides a modern, React-based interface for browsing Nostr event calendars, viewing event details, and exploring upcoming and past events.
## Features
- 📅 Browse Nostr-based event calendars (NIP-52)
- 🔎 View event details
- ⚡ Built with React, Next.js, and Material-UI
- much more to come such as a tg bots and other stuff## Installation
Requirements:
- Node.js v22
Install and run Meetstr with npm:
```bash
npm install
npm run dev
```Then visit http://localhost:3000 in your browser.
## Contributing
Contributions are always welcome! Please open issues or pull requests for bug reports, feature ideas, or improvements.
## License
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
You are free to use, modify, and distribute this software, provided that any derivative works or deployments are also licensed under AGPL-3.0 and their source code is made available.
See LICENSE for the full text.
---
Made with ❤️ for the decentralized web.
Disclaimer:
This software is provided as-is, with no warranty. Use at your own risk.