Hosting a burn for everybody.
Initially for The Borderland, but designed to be as general, configurable and parameterizable as possible.
- add all questions for burner questionnaire, see https://docs.google.com/document/d/1MklO0sp66zDpw-AuA7-v34cny2V6Emi1HZ7tmqKHGnQ/edit
- allow changing name and birthday (only admins can change)
- users can apply for a change of name and/or birthday, auto-accept with small Levenshtein distance
- allow search for memberships (both email and name)
- when refunding a membership, deduct Stripe fees
- email notifications (via existing Mailgun), only for successful payment (generate and send out membership QR PDF)
- link list (both on theborderland.se and in another section besides the timeline overview)
- membership scanner
- consolidating existing tools
- add the entire dreams system (including receipt submission), i.e. everything what Cobudget and Open Collective currently do
- add a single interface for all shift signups (clowns, sanctuary, threshold, toilets, etc.)
- issue so far: realities leads didn't have proper contact details from everyone!
- add a single interface for rideshares
- integrate the map and the JOMO guide, i.e. everything what the Dust app currently does
- integrate everything Talk currently does
- add LLM-based AP writing assistance (based on the AP How do we run Advice Processes?)
- add all the functionality for BurnerBox
- technical
- set up as a Progressive Web App (PWA) to allow seamless use on mobile
- allow "one-click deployment" onto own server, e.g. using Fly
- i18n
- Make sure that you have recent versions of Node.js and Docker installed
- Clone this repositorys
- Run
npm install
- Run
npm run supabase:start
- Copy the contents from .env.template to .env and use the keys from the output of the previous command to populate the file. If you are running on somewhere else than localhost update the URLs as well.
- Run
npm run dev
- Go to http://localhost:3000
- Click on "Click to login", enter any email address and click on "Send magic link"
- Go to http://localhost:54324/monitor and click on the first entry
- Copy the 6-digit code from that email into your login tab and submit it
- Go to http://localhost:54323/project/default/editor and click on "profiles" on the left
- Set "is_admin" to TRUE for your user
- Reload your tab with http://localhost:3000/
- Click on the gear icon titled "Administration" in the top left
- Click on "Projects" to reach http://localhost:3000/admin/projects
- Click on "Add project" and enter the following
- Name:
The Borderland 2025
- Type:
burn
- Slug:
the-borderland-2025
(determined automatically)
- Name:
- Click on "Submit"
- Click on "The Borderland 2025" in the left bar to reach http://localhost:3000/burn/the-borderland-2025
- Click on "Configuration" and scroll to the bottom to reach http://localhost:3000/burn/the-borderland-2025/admin/config
- Go to https://dashboard.stripe.com/test/apikeys, copy out the secret key (starting with
sk_test_
) and copy it into thestripe_secret_api_key
field of the burn config. You will need a stripe account in advance for this. - Make sure you have the stripe command line tools installed. If you do not have these installed (you can test by typing in stripe in your command line) find instructions here: https://docs.stripe.com/stripe-cli
- Run
npm run stripe:listen
in a separate console. Follow the instructions on activating the keys. Once done run the command again, copy out the webhook signing secret (starting withwhsec_
) and copy it into thestripe_webhook_secret
of the burn config - Click on "Save configuration"
Please contact synergies@hermesloom.org for collaboration and co-creation.