{"id":50576042,"url":"https://github.com/enzotng/chatty-ai","last_synced_at":"2026-06-04T22:01:55.187Z","repository":{"id":236137518,"uuid":"791979294","full_name":"enzotng/chatty-ai","owner":"enzotng","description":"Chatty AI is a chatbot based on ChatGPT, enabling users to generate code in any web programming language they wish.","archived":false,"fork":false,"pushed_at":"2024-06-12T14:35:28.000Z","size":558,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-13T04:59:09.481Z","etag":null,"topics":["api","artificial-intelligence","chatgpt","development","prompt-engineering","react","typescript"],"latest_commit_sha":null,"homepage":"https://chatty-ai-sigma.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enzotng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-25T18:32:40.000Z","updated_at":"2024-06-12T14:35:32.000Z","dependencies_parsed_at":"2024-04-25T20:26:04.844Z","dependency_job_id":"ea21b60f-62bb-477f-aaa3-328462ef11a4","html_url":"https://github.com/enzotng/chatty-ai","commit_stats":null,"previous_names":["enzotng/chatty"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/enzotng/chatty-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzotng%2Fchatty-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzotng%2Fchatty-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzotng%2Fchatty-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzotng%2Fchatty-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enzotng","download_url":"https://codeload.github.com/enzotng/chatty-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enzotng%2Fchatty-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33921352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","artificial-intelligence","chatgpt","development","prompt-engineering","react","typescript"],"created_at":"2026-06-04T22:01:54.188Z","updated_at":"2026-06-04T22:01:55.180Z","avatar_url":"https://github.com/enzotng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Integration of ChatGPT in Prompt Engineering for Web Development\n\n## Introduction\n\nThis project aims to explore how integrating AI tools such as ChatGPT can enhance web development by facilitating code generation, creating interactive chatbots, and other functionalities. It provides a comprehensive tutorial on using ChatGPT for prompt engineering with concrete examples and illustrations.\n\n## Objectives\n\n-   Understand the principles of prompt engineering and its importance in web development.\n-   Explore the possibilities of integrating ChatGPT in web development.\n-   Create an interactive chatbot using ChatGPT to respond to user queries on a website.\n-   Use ChatGPT to generate HTML, CSS, or JavaScript code based on specific requests.\n-   Document the integration process and results with screenshots, annotated source code, and concrete examples.\n\n## Project Structure\n\n-   **chatty-frontend**: The frontend application built with React, Typescript, Vite, and SCSS.\n-   **chatty-backend**: The backend application providing the API for the ChatGPT integration.\n\n## Setup\n\n### chatty-frontend\n\n#### Installation\n\n```bash\ncd chatty-frontend\nnpm install\nnpm run dev\n```\n\n#### .env\n\n```bash\nVITE_APP_BACKEND_URL=\n```\n\n### chatty-backend\n\n```bash\ncd chatty-backend\nnpm install\nnpm run prisma\nnpm run dev\n```\n\n#### .env\n\n```bash\n# OpenAI API\nOPENAI_API_URL=https://api.openai.com/v1/chat/completions\nOPENAI_API_KEY=\n\n# JWT KEY\nJWT_SECRET_KEY=\n\n# VERCEL\nPOSTGRES_URL=\nPOSTGRES_PRISMA_URL=\nPOSTGRES_URL_NO_SSL=\nPOSTGRES_URL_NON_POOLING=\nPOSTGRES_USER=\nPOSTGRES_HOST=\nPOSTGRES_PASSWORD=\nPOSTGRES_DATABASE=\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenzotng%2Fchatty-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenzotng%2Fchatty-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenzotng%2Fchatty-ai/lists"}