Social.Income.explained.mp4
Social Income is a radically simple solution in the fight against poverty. The global open-source initiative converts donations into an unconditional basic income, which is sent directly to the mobile phones of people living in poverty in the Global South.
Admin Tool | Website | Mobile App | |
---|---|---|---|
Purpose | Make it simple to manage payments, contributors and recipients | Raising donations and inform the public | Make it simple for recipients to manage payments and surveys |
Instructions | Readme | Readme | Readme / Contributing |
Localhost | localhost:3000 / 4000 | localhost:3001 | – |
Staging | staging-admin.socialincome.org | staging.socialincome.org | Testflight / App Distribution |
Production | admin.socialincome.org | socialincome.org | iOS / Android |
Issues | Open issues | Open issues | Open issues |
-
Choose an issue and leave a comment that you'd like to work on it (upon we assign it to you)
↗
All issues↗
Help wanted↗
Good first issues -
Setup the basic development environment
↓
Setup -
Clone the repo and work on it
↓
Developing -
Create a PR and wait for it to be reviewed
-
If approved, the PR will be merged into the
main
branch, first on the staging and subsequently on production↓
Deployments
Frontend developers: You can also develop UI components with Tailwind CSS and shadcn/ui independent of the website (Readme / Contributing). The components are all collected in our Storybook.
We are mainly leveraging the following tools:
- Firestore for data management
- Firebase Authentication for user management
- Firebase Hosting to serve static content, such as the admin app
- Vercel for website hosting
- Firebase Functions to run backend code in a serverless framework
- Firebase Storage to store documents and other files
- Firebase Emulators for the local dev environment
Node.js: brew install node@18
(Homebrew). Make sure you are using
Node.js 18. Follow
this
guide to switch between different versions of Node.js if need be.
java: brew install openjdk
(Homebrew). See also troubleshooting
below.
Troubleshooting
➜ socialincome-public git:(main) npm run firebase:serve
> @socialincome/[email protected] firebase:serve
> firebase emulators:start --project social-income-staging --config firebase.json --import ./seed
⚠ emulators: You are not currently authenticated so some features may not work correctly. Please run firebase login to authenticate the CLI.
i emulators: Shutting down emulators.
Error: Process `java -version` has exited with code 1. Please make sure Java is installed and on your system PATH.
-----Original stdout-----
-----Original stderr-----
The operation couldn’t be completed. Unable to locate a Java Runtime.
Please visit http://www.java.com for information on installing Java.```
Solution
$ brew install openjdk
$ sudo ln -sfn $HOMEBREW_PREFIX/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
npm install
Initiate development environments for specific tools as needed (see table above).
- Always start the Firebase emulator first with
npm run firebase:serve
— console dashboard is available at localhost:4000. - To start the Admin Tool, run
npm run admin:serve
and open localhost:3000. - To start the Website, run
npm run website:serve
and open localhost:3001. - To start the Storybook, run
npm run ui:serve
and open localhost:6006. (currently broken)
The package.json file gives you a good overview of the available commands.
Troubleshooting
Error: Could not start Firestore Emulator, port taken.
Solution (macOS): In most cases it is due to port 8080 or 8085, which can be killed with one command:
kill $(lsof -t -i:8080) $(lsof -t -i:8085)
No production credentials are needed for local development.
Developer Login for Admin Tool
Localhost Admin Tool Login (Link)
Choose "Sign in with Google" and select the listed "Admin ([email protected])" account.
Staging Admin Tool Login (Link)
Contact the dev team ([email protected]) which can assign you access rights to login.
Production Admin Tool Login (Link)
Only selected people from the SI team have access.
Developer Login for Website (Donor Dashboard)
Localhost Website Login (Link)
- Go to the Login page and select
- Sign in with username [email protected] and password [email protected].
Staging Website Login (Link)
To create a donor account in the staging environment, proceed through the donation process. Utilize the Stripe test card (4242 4242 4242 4242) for making a test donation.
Production Website Login (Link)
Only actual donors have accounts and can log in. Consider making a (symbolic) donation to create your own account.
An initial dataset is imported into the Firebase emulators at startup.
You have the flexibility to add, delete, or modify data directly through
your Admin Tool or the
Firestore Admin Interface
locally. After making any changes, you can export the updated data to
the seed folder using the command npm run firebase:export
.
We are using Prettier to format the code:
npm run format-code
.
Staging: PRs merged into main
are automatically deployed to
staging (Admin Tool /
Website) upon core developer
approval. Check Github Actions for details.
Experienced contributors can deploy directly
without approval.
Production: Deployments are made by core developers via GitHub releases.
Naming Convention
Use the format "release-YYYY-MM-DD" for naming releases (example:
release-2021-02-27
). For multiple releases on the same day, append a
suffix such as ".2", ".3", and so forth, to distinguish them (example:
release-2021-02-27.2
).
We have a function which triggers hourly backups of our production firestore database. The exports are saved to the social-income-prod bucket with a retention period of 30 days.
Restore Database
To restore the database you can import the most recent folder directly from the social-income-prod bucket.
You can report an issue or request a feature on our issue page. If you want to report a vulnareablity please refer to our security policy.
Troubleshooting Development
Problem: Added or amended translations do not appear in the localhost preview.
Solution: Remove the website/.next
folder, which is automatically
generated, then re-execute npm run website:serve
.
Become a contributor of Social Income (tax-deductible in Switzerland).
Become a sponsor and help ensure the development of open source software for more equality and less poverty. Donations through the GitHub Sponsor program are used for building a strong developer community.
Social Income is a non-profit association (CHE-289.611.695) based in Zurich, Switzerland. Connect with us X, Insta, LinkedIn, Facebook or by email.
We believe that transparency builds trust and trust builds solidarity. This is why we disclose our finances to the public.
Open Source isn’t an exclusive club. It’s made by people just like you. These individuals, amongst many others, have made significant contributions to Social Income's success:
We receive in-kind donations from Google Nonprofit, GitHub, Codemagic, Linktree, Twilio, Algolia, JetBrains, 1Password, Mux, Sentry and Lineto. Our tools also leverage other open-source technologies, including solutions like FireCMS, Storybook and Tailwind CSS.
This project is licensed under MIT, with the exception of the Unica77 font, which is exclusively licensed to Social Income.