AI-powered text editor for short story writing
Top 91.4% on sourcepulse
Wordcraft is an AI-powered text editor designed for short story writers, offering a user-friendly interface to leverage state-of-the-art generative language models like Gemini. It aims to simplify prompt engineering, empowering writers to utilize advanced AI capabilities for creative text generation.
How It Works
Wordcraft utilizes a prompt engineering approach, where carefully crafted input prompts guide large language models (LLMs) like Gemini to perform specific writing tasks. The application's architecture is designed for flexibility, allowing customization of few-shot examples in /app/context
to influence the AI's writing style and genre. Operations and controls for interacting with the LLM are managed in /app/core/operations
, while model interactions and output parsing occur in /app/models
.
Quick Start & Requirements
npm i
npm run dev
.env
file: API_KEY="<INSERT_API_KEY>"
.Highlighted Details
/app/context/json
.Maintenance & Community
This project is not an officially supported Google product. No specific community channels or roadmap information are provided in the README.
Licensing & Compatibility
The README does not explicitly state a license. Given its origin and lack of explicit licensing, commercial use or integration into closed-source projects may require clarification from the authors.
Limitations & Caveats
The application stores API keys client-side for development ease, which is not recommended for production. The project is not an officially supported Google product, implying potential for unannounced changes or deprecation.
2 weeks ago
Inactive