B1 Church is a mobile app and website that helps congregations stay connected by integrating various church services and external resources into one customizable platform. It offers features such as online giving, self-check-in for attendance, live streaming of services, and an interactive member directory. Visit B1.church to learn more.
The only reason this program is free is because of the generous support from users. If you want to support us to keep this free, please head over to ChurchApps or sponsor us on GitHub. Thank you so much!
We have a great community for end-users on Facebook. It's a good way to ask questions, get tips and follow new updates. Come join us!
If you discover an issue or have a feature request, simply submit it to our issues log. Don't be shy, that's how the program gets better.
If you would like to contribute in any way, head over to our Slack Channel and introduce yourself. We'd love to hear from you.
If you'd like to set up the project locally, see our development guide. The short version is:
- Copy
dotenv.sample.txt
to.env
and updated it to point to the appropriate API urls. - Install the dependencies with:
npm install
- run
npm start
to launch the project.
You may create a test account at https://staging.b1.church/ if you are using the staging api urls.