|
||
---|---|---|
.. | ||
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
README.md | ||
index.html | ||
package.json | ||
prettier.config.js | ||
tsconfig.json | ||
vite.config.ts | ||
yarn.lock |
README.md
writers-delight
Write notes, essays, and stories with an AI assistant (live demo).
This demo uses react-admin's built-in AI capabilities to provide an inline writing assistant. Try editing a composition to see text suggestions appearing in ghost text.
By default, the suggestions use fake latin text, but you can connect the app to OpenAI to get real suggestions powered by ChatGPT. Your OpenAI API key will not be sent to any third-party, just to the OpenAI API.
This is an offline-first application: all your compositions are stored in your browser's local storage. You can even use it offline.
Installation
Install the application dependencies by running:
yarn
You will need an active subscription for React-admin Enterprise Edition.
Development
Start the application in development mode by running:
yarn dev
Production
Build the application in production mode and deploy it to gh-pages by running:
yarn build
yarn deploy