luveqz / dear-ghost

A minimalist text editor for creative writing with language models.

Home Page:https://dearghost.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Dear Ghost logo over a foggy city background

Intro

Last year changed the way I write short-stories. Large language models opened new ways to do it. So I started building this text-editor to explore those new ways.

The thing is: as I built it, I realized I didn’t want to have a commercial relationship with this project. That’s why I’m open sourcing it.

Setup

Clone this repo:

git clone git@github.com:luveqz/dear-ghost.git
cd dear-ghost

Install the dependencies:

npm install

Dev Server

Start the development server on localhost:3000:

npm run vercel:dev

Build

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Screenshot

Editor screenshot

Contributing

I would love to hear about other ways to build a fiction/memoir writing tool, but also want to be clear about this being a very personal, opinionated one. Please have this in mind before working on a PR.

Maybe the best starting point for a contribution could be a more casual chat. Feel free to reach out.

Credits

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A minimalist text editor for creative writing with language models.

https://dearghost.co

License:MIT License


Languages

Language:Vue 69.9%Language:TypeScript 26.4%Language:JavaScript 2.7%Language:CSS 1.0%