https://github.com/ivynya/mura
Mobile-friendly meeting scheduling tool for many participants.
https://github.com/ivynya/mura
scheduler scheduling
Last synced: about 2 months ago
JSON representation
Mobile-friendly meeting scheduling tool for many participants.
- Host: GitHub
- URL: https://github.com/ivynya/mura
- Owner: ivynya
- License: mit
- Created: 2023-03-06T06:37:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T19:19:41.000Z (over 1 year ago)
- Last Synced: 2025-03-21T13:52:30.265Z (over 1 year ago)
- Topics: scheduler, scheduling
- Language: Svelte
- Homepage: https://mura.ivy.direct
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MURA
MURA is a group scheduling tool. It's similar in functionality to services like when2meet, but features a more modern interface that better supports mobile (and other various screen sizes). You can host it yourself using Docker.
## Features
- MURA events display for participant's local timezones
- Create MURA events for specific days and times
- Add extra meeting details compared to other services
- Get a MURA Suggested Meeting time and date in-app
## Server Load
MURA features an API written in Go and a SvelteKit frontend using a Deno community adapter. This means it's cheaper to run than a traditional Node service - with a total Docker image size of about 150MB and about 35MB combined RAM usage (on a container limited to 512MB).
## License
MIT