Skip to content

A minimal HTML5 PWA/SPA that implements a dynamic notes space with an OpenAI-powered conversational interface.

License

Notifications You must be signed in to change notification settings

sysread/scratch

Repository files navigation

Scratch

Synopsis

A minimal HTML5 PWA/SPA that implements a dynamic notes space with an OpenAI-powered conversational interface.

Try it out

Try it out on GitHub pages.

Note that I had to add sysread.github.io to the allow-list in my browser (Opera) as well as my ad-blocker extension.

ALSO note that this is a work in progress. Expect a metric tonne of console.logs as I put this bad boy together.

Getting started

Using Docker

git clone git@github.com:sysread/scratch.git
cd scratch
docker build -t scratch .
docker run -d -p 8080:80 scratch

Manual

This setup requires your own web server. The instructions below use python's built in development server.

git clone git@github.com:sysread/scratch.git
cd scratch
python -m http.server 8000

About

A minimal HTML5 PWA/SPA that implements a dynamic notes space with an OpenAI-powered conversational interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published