DEV Community

Casualwriter
Casualwriter

Posted on

A minimal ChatGPT client by vanilla javascript, run from local or any web host

Hi, all,

would like to introduce "vannilla-chatgpt" - a minimal ChatGPT client by vanilla javascript, run from local or any web host

This program aims to code a full functional chatGPT client using only raw HTML/CSS/JavaScript with minimal coding effort, in the purpose of exploring the minimum requirements of utilizing chatGPT features without the need for a server, framework, or additional resources.

This program offers basic conversation functions with some enhancements for conversation content

  1. refined printout
  2. easy to copy code-block and content
  3. export conversation to markdown
  4. voice recognition and speak answer

layout

It is available as a single HTML file, which run directly from local or GitHub source folder.

For more details, please visit github: https://github.com/casualwriter/vanilla-chatgpt

Have a nice day,

Top comments (0)