ChatGPT Is My New Personal Trainer

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. 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!

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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.

  4. 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
  • Turn Unstructured Emails to Actionable Data

    5 projects | dev.to | 5 Dec 2024
  • Unlocking the Power of Free Email APIs: What Are They and How to Deploy Them?

    3 projects | dev.to | 14 Nov 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?