Platform for decentralized, anonymized, self-curated festivals.
Conversation.belongsToMany(Animal, {
as: 'animals',
foreignKey: 'conversationId',
through: 'conversationsAnimals',
})
- Register
resources
(skills, items, etc.) and make them available to other users - Create
places
(address, gps position or virtual) and define time slots, so other users can organize events there - Organize
events
inplaces
and useresources
of others to realize them - Users can be anonymized with randomly generated animal avatars
- Random meetings with random participants in random places
- Built-in messenger and activity stream
events
andplaces
can be private (not visible to audience) or public- .gif-stream documentation tool
Check out the Handbook to get started.
- Server with NodeJS environment (
<= 16
) - PostgreSQL database
- Mail-Server (SMTP)
- PayPal Account for payment (optional)
- AWS S3 Cloud Storage (optional)
- gif-stream-server (optional)
Read the Handbook for more information about setup, contributions, deployment of HOFFNUNG 3000.
HOFFNUNG 3000 was developed for a self-curated festival for music, art and theory organized by BLATT 3000 and Klangkeller, 24.-26.08.17 in Berlin - HOFFNUNG 3000 is an experiment in social, artistic and theoretical collaboration. Feel free to use the platform for your own festivals. 🐼
- https://blatt3000.de/ (HOFFNUNG 3000 2017, Berlin DE)
- https://festival.antiuniversity.org/ (ANTI UNIVERSITY 2020 & 2021, London UK)
- https://openfutures.ch/ (Open Futures 2021, Zürich CH)
- https://freilauf.camp/ (DIY Bike Camp 2020, Berlin DE)
- https://www.femmusicgather.org/ (Feminist UdK Course 2020, Berlin DE)
- https://www.molekuel-festival.de/ (Music festival 2020, Cologne DE)
- https://kalender.zukunftsdorf22.org/ (Zukunftsdorf 2022, Documenta fifteen, Kassel DE)
🛸 Please note that some of these websites might not be online anymore.
hoffnung3000-jekyll-theme
: Turn your current HOFFNUNG 3000 instance into a Jekyll archive page.gif-stream-server
: .gif stream server for HOFFNUNG 3000.random-animal-name-generator
: Package to generate random animal names.p2panda
: p2p protocol which originated from HOFFNUNG 3000.
GNU Affero General Public License v3.0 AGPL-3.0