Reach your goals faster with this health and productivity tool.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
To get a local copy up and running follow these simple steps.
-
npm
npm install npm@latest -g
-
PostgreSQL database
- I recommend using either PlanetScale or Railway.
-
Clone the repo
git clone https://github.com/raymondkneipp/bioboost-app.git
-
Install NPM packages
npm install
-
Set up the Next Auth DiscordProvider
- Head to the Applications section in the Discord Developer Portal, and click on “New Application”
- In the settings menu, go to “OAuth2 => General”
- Copy the Client ID and paste it in
DISCORD_CLIENT_ID
in.env
. - Under Client Secret, click “Reset Secret” and copy that string to
DISCORD_CLIENT_SECRET
in.env
. Be careful as you won’t be able to see this secret again, and resetting it will cause the existing one to expire. - Click “Add Redirect” and paste in
<app url>/api/auth/callback/discord
(example for local development:http://localhost:3000/api/auth/callback/discord
) - Save your changes
-
Set up Next Auth
Set
NEXTAUTH_SECRET
in.env
using output fromopenssl rand -base64 32
-
Connect to Database
Set
DATABASE_URL
in.env
to the connection URL provided by your database provider. -
Push schema to database
npx prisma db push
-
Open Prisma Studio
npx prisma studio
-
Run the project
npm run dev
- Habit Stacks
- Order habits
- Frequency (weekly, on these days, etc.)
- Time to begin / complete
- Bad Habits
- Goals
- Short term goals (within 2 months)
- Medium term goals (within 2 years)
- Long term goals (2+ years)
- SMART goals
- Mood
- "great", "good", "okay", "bad", "awful"
- additional notes
- Journal
- 3 things to accomplish tomorrow
- List things you are grateful for
- Yearly, monthly self reflection journal
- Water tracker
- Weight tracker
- Sleep tracker
- No electronics past X
- Caffeine tracker
- No caffeine past X time
- No more than X mg of caffeine per day
- Feature to slowely taper down
- Time boxing
- Workout tracker
- Cardio tracker
- Meal tracker / meal planner
- Breathing exercises
- Meditation guides
- Intermittent fasting
- Stretching
- Warm up / dynamic
- Cool down / static
- Whiteboard
- A place to write down ideas
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Raymond Kneipp - @rfkquery - [email protected]
Project Link: https://github.com/raymondkneipp/bioboost-app