Hey Hacker News,<p>I'm excited to share an early prototype of an AI-powered editor that leverages context for improved text generation and refinement. By providing notes, links, and other relevant information, you guide the AI, leading to more useful outputs. This editor is designed around my workflow, where I frequently use LLMs to refine my writing. I found myself spending a lot of time copying context into chatbot UIs and then copying the results back into my documents. This editor prototype aims to make using LLMs for writing more intuitive and streamlined, addressing the inefficiencies of copying context between different interfaces and comparing text.<p>This project is still in its early stages, and I'm looking for feedback. How could this be improved? What features are missing? Let me know in the comments.<p>Link to project: ai-writing-tool.vercel.app<p>Thanks!
I like the subtle editor. What did you use to build the editor? Lexical or TipTap?<p>Also you might want to limit the AI generation (Cost wise) in some way before posting on hacker news, maybe only authenticated user can generate content.