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.
Clone this repo:
git clone [email protected]:luveqz/dear-ghost.git
cd dear-ghost
Install the dependencies:
npm install
Start the development server on localhost:3000
:
npm run vercel:dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
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.
- Background image by Andre Benz (@trapnation).
This project is licensed under the MIT License. See the LICENSE file for details.