ChatGPT Is My New Personal Trainer

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • serverless-ai-fitness

    App that uses GhatGPT to generate workouts and email them to you

  • I am thrilled to take "workout building" off my plate. It's something I've enjoyed for a long time but I'm ready to have someone else do it for me. This was a fun project to build and I hope you take it and run with it. It's fully open-source and available for a PR!

  • sendgrid-nodejs

    The Official Twilio SendGrid Led, Community Driven Node.js API Library

  • Finally, I use the SendGrid API to send the workout email to myself. I could have used Amazon SES, but I already had SendGrid fully functional and configured to send emails in response to an EventBridge event as part of my newsletter platform. I just use putEvents with a DetailType of Send Email, pass the html, subject, and to fields in the Detail, and boom - email sent. SendGrid also has a great free tier that allows me to send up to 100 emails per day at no charge.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • liboai

    A C++17 library to access the entire OpenAI API.

  • This entire solution runs on some outstanding 3rd party APIs. First, of course, is the OpenAI API that enables us to communicate with ChatGPT. This API allows a decent amount of configuration to fine-tune the results you get back from the next-gen AI. You can adjust the level of creativity (I think of it as workout difficulty) with the temperature setting. The higher the temperature, the more creative of an answer you receive.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building an Appointment Booking app in Go

    2 projects | dev.to | 12 Jan 2024
  • Let's build a contact form with Next.js

    2 projects | dev.to | 29 Dec 2022
  • Need an easy email solution

    2 projects | /r/node | 26 Jun 2022
  • Build a serverless ChatGPT with RAG using LangChain.js

    8 projects | dev.to | 10 Apr 2024
  • How to use ApyHub to Build a Serverless Function in NodeJs?

    2 projects | dev.to | 13 Mar 2024