Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A private board for your favorite Bible verses, sermons, and anything else you need to be encouraged when life happens. Built with NextJS+React and TypeScript

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Faith Dashboard is an open-source, self-hosted web application for keeping a private board of Bible verses, sermons, and encouragement content, built with Next.js, React, and TypeScript.
Faith Dashboard is a private board application where users store favorite Bible verses, sermon notes, and other encouraging content to revisit when needed. It takes user-entered religious and motivational content and displays it on a dashboard that you can keep open in a browser tab. The project runs on Next.js with React and TypeScript, uses Supabase for backend services, and is authored by Caleb Evans, released under the MIT License.
After cloning the repository, you must install the pnpm package manager globally, then run pnpm install to install dependencies. The next step is setting up Supabase: install Docker and the Supabase CLI through Homebrew, start Docker and run supabase init and supabase start. The supabase start command prints an API URL and anon key that you paste into a .env.local file as NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY. Finally, run pnpm exec next dev and open http://localhost:3000 to use the app.
Faith Dashboard is free and open-source under the MIT License. There are no paid tiers or subscription fees; you self-host the application with your own Supabase instance.
Yes, Faith Dashboard is free to use and modify. It is released under the MIT License, so you can run it on your own infrastructure without paying a license fee.
Faith Dashboard is built with Next.js (the React framework) and TypeScript. It uses Supabase as its backend for data storage, pnpm for package management, and Docker to run the local Supabase instance. The setup requires Homebrew on macOS to install Docker and the Supabase CLI.
Install pnpm globally, then run pnpm install. After that, install Docker and the Supabase CLI with Homebrew, start Docker, and run supabase init and supabase start to get your local API URL and anon key. Add these to a .env.local file and run pnpm exec next dev to start the server.
Faith Dashboard is authored by Caleb Evans, as shown in the project copyright notice spanning 2021-2023. The project is hosted on GitHub under the caleb531 repository.
