AI for Web Devs: Project Introduction & Setup

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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. utils

    A collection of useful code snippets for any project (by AustinGil)

    For my projects, I also like to have a consistent theme, so I keep a file in my GitHub to copy and paste styles from. Obviously, if you want your own theme, you can ignore this step, but if you want your project to look as amazing as mine, copy the styles from this file on GitHub into the /src/global.css file. You can replace the old styles, but leave the Tailwind directives in place.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. vite

    Next generation frontend tooling. It's fast!

    Qwik uses Vite as a bundler, which is convenient because Vite has a built-in development server. It supports running our application locally, and updating the browser when files changes.

  4. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    This project won’t focus too much on styling, so this section is totally optional if you want to do your own thing. To keep things simple, I’ll use Tailwind.

  5. qwik

    Instant-loading web apps, without effort

    In this series, we’ll learn how to integrate OpenAI‘s AI services into an application built with Qwik, a JavaScript framework focused on the concept of resumability (this will be relevant to understand later).

  6. gptcli

    ChatGPT in command line with OpenAI API (gpt-3.5-turbo/gpt-4/gpt-4-32k)

    Next, we’ll also need an OpenAI account to have access to their API.

  7. OpenAI-DotNet

    A Non-Official OpenAI RESTful API Client for DotNet (by RageAgainstThePixel)

    In this series, we’ll learn how to integrate OpenAI‘s AI services into an application built with Qwik, a JavaScript framework focused on the concept of resumability (this will be relevant to understand later).

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

  • Create A YouTube Homepage Clone in Tailwind CSS and ReactJS

    3 projects | dev.to | 13 Jun 2024
  • Transforming Pixels into Imagination: Building an AI-Powered Image Generator with React.js and OpenAI API

    4 projects | dev.to | 19 Jul 2023
  • Is create-react-app Deprecated? What You Need to Know in 2025

    2 projects | dev.to | 11 May 2025
  • Building a Full-Stack AI Chatbot with FastAPI (Backend) and React (Frontend)

    3 projects | dev.to | 21 Apr 2025
  • What is the difference between a .ts and .tsx file extension?

    2 projects | dev.to | 2 Apr 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?