VoiceBridge is a free and open source web app that helps children or adults with autism communicate by offering visual tools for daily activities, including navigating places, choosing food, and accessing calming music playlists.
Built with:
- Supply values for the environment variables. A sample file can be found in
.env.sample
. - That's it. Depnding on your hosting provider, the next steps vary wildly. I choose to host this on Coolify, which is a self-hosted version of Vercel, basically. But if you're new to next.js, I'd recommend trying out Vercel.
- Supply your
defaultConnectionString
inlib/mongo-client.ts
- Run
gulp create-indexes
at the repo root to create indexes for the collections in your mongodb instance.- If you get an error about gulp not being found, run
npm install -g gulp
to install gulp globally, then try again.
- If you get an error about gulp not being found, run