https://github.com/cdown/redgrou.se
Bird sighting analytics platform
https://github.com/cdown/redgrou.se
Last synced: 5 months ago
JSON representation
Bird sighting analytics platform
- Host: GitHub
- URL: https://github.com/cdown/redgrou.se
- Owner: cdown
- Created: 2025-12-03T11:49:55.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2026-01-01T16:42:10.000Z (6 months ago)
- Last Synced: 2026-01-03T08:48:14.451Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# redgrou.se
https://github.com/user-attachments/assets/a6956e5b-c8ac-4214-9dd8-7d24c9554e32
A bird sighting analytics platform. Upload your sightings, explore them all on
an interactive map, and filter by species, location, date, significance, etc.
## Quick start
### Prerequisites
- Rust 1.85+
- Node.js 20+
- npm
### Running a development build
```bash
./rgrse dev
```
Open [http://localhost:3000](http://localhost:3000) in your browser.
For more information about development setup, debugging, and contribution, read
[docs/HACKING.md](docs/HACKING.md). You may also want to read about how
redgrou.se is designed at [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md).
### Running a production build
```bash
./rgrse prod
```
This compiles the Rust backend in release mode and builds the Next.js frontend
for production.
## Data import formats
redgrou.se accepts CSV exports from [Birda](https://www.birda.org/). You can
export them [on this page](https://app.birda.org/exports).
Adding support for exports from other services is very welcome, please feel
free to open a PR, or an issue with an example export.