17 comments

  • arrsingh1 hour ago
    This looks really nice! Congratulations on building something awesome, especially in a space that&#x27;s &quot;crowded&quot; with the big players.<p>I want to give kudos to two things:<p>1. It took you 10 months to build this. This is focused product development and craftsmanship which is very different from Vibe coding something. So let this be a reminder to all the &quot;I can vibe code this or that in a weekend&quot;. Good products &#x2F; experiences take time.<p>2. You&#x27;ve pursued building something in a space that anyone would normally dismiss right away: &quot;Why would anyone use this? Google Docs&#x2F; Word etc already does this&quot; or &quot;MSFT &#x2F; GOOG will destroy you&quot;. Good on you for picking something that is hard and building it well. I actually had this idea and almost built it but dismissed it myself for the same reasons as above. So reminder again for the builders in the back: Doesn&#x27;t matter if there is a 800lb gorilla building this, if you can execute it better go for it.<p>Kudos!
    • artursapek45 minutes ago
      Thanks, that&#x27;s nice. Yeah it&#x27;s been 10 months, and 7 of them completely full time... living off savings. I think there&#x27;s plenty of room for innovation with word processors now that we have LLMs and the big players are unlikely to go far outside the box.
  • Surac33 minutes ago
    Subsciption and Online means not for me
  • patate0071 hour ago
    I&#x27;m building a similar project, and I may open-source it. I&#x27;m using OnlyOffice and a coding agent that modifies the files with Python libraries in a sandbox (e.g. python-pptx for PowerPoint files).<p>Have you also considered using a solution like OnlyOffice for your product? Or a &quot;Notion-like&quot; lib such as Tiptap or PlateJS?
    • artursapek36 minutes ago
      I definitely looked at TipTap and ended up building off their Y.js backend, which is great: <a href="https:&#x2F;&#x2F;tiptap.dev&#x2F;docs&#x2F;hocuspocus&#x2F;getting-started&#x2F;overview">https:&#x2F;&#x2F;tiptap.dev&#x2F;docs&#x2F;hocuspocus&#x2F;getting-started&#x2F;overview</a><p>I wanted to build something canvas-based, so that eliminated most of these options. I also just wanted full control of that part of my stack... it&#x27;s the core product after all. There are several TipTap&#x2F;ProseMirror wrappers out there already.<p>You should share yours though, would be interested to see
  • washbasin4 hours ago
    Er, is right click disabled on this page? Certainly seems to be in any browser I pick. If so, why?
  • artursapek33 minutes ago
    Thanks for the feedback. It seems my post got flag-bombed at some point. I can&#x27;t reply to takahitoyoneda anvevoice techpulse_x or Remi_Etien. feel free to email me art@art.cx
  • the__alchemist4 hours ago
    Anecdote from a frustrated typer. There are no good word processors. MS office and Libre&#x2F;open-whatever-they-call-it-now-office are bloated mess. I did a deep dive on this a few months ago, and there are 0 light&#x2F;good options. There are a few that show up in google searches, but they are all disappointing in one way or another.<p>So, thoughts on a non-AI lightweight word processor.
    • dbacar3 hours ago
      I am not a defender of Word (2024) but it starts in 1-2 seconds in my laptop.<p>Actually the speed is a problem when you have hundreds of pages with track changes and comments.<p>Maybe you should check Wordperfect or WordStar ;)
    • codethief4 hours ago
      What features would you expect from a good word processor? What features should it leave out, i.e. features make MS Office &#x2F; OpenOffice &#x2F; LibreOffice a bloated mess?
      • the__alchemist4 hours ago
        Start fast (maybe &lt;100ms), respond instantly, good UX.
        • shivenjoshi3 hours ago
          It is absolutely crazy to me that this is criteria. Office 2003 checked those boxes in that era. This was a solved thing that somehow warrants further deliberation now. I believe it is The Great Moore&#x27;s Law Compensator.
    • shivenjoshi4 hours ago
      AbiWord<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;AbiWord" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;AbiWord</a>
      • the__alchemist4 hours ago
        Ty. I looked at that, and unfortunately cannot recall why I rejected it.
    • nubg4 hours ago
      What exactly would the perfect tool look like?
      • the__alchemist4 hours ago
        Perfect isn&#x27;t the goal. But something on the tier of KiCad, Blender, Zed, Sublime, etc.
    • artursapek4 hours ago
      Revise is that, actually. It&#x27;s a free, lightweight, fast word processor at its core. It also has real-time collaboration, also free. You don&#x27;t need to use the AI features.<p>It even supports code blocks, LaTeX, and Mermaid diagrams.<p>Also, the passive spelling&#x2F;grammar checking in the editor is powered by LLMs and completely free. It will catch mistakes that other word processors won&#x27;t, such as malapropisms.
      • the__alchemist4 hours ago
        Ty; will check it out. That wasn&#x27;t one of the one I looked at.<p>Edit: Ah I see, from the OP. Unfortunately, I think Subscription-based, web-app, and vibe-coded would individually be deal breakers. Combined indicates it&#x27;s not the sort of tool I seek.
  • tomtomistaken4 hours ago
    How do you make sure the LLM catches and reports all grammar mistakes if I ask for it?
    • artursapek3 hours ago
      I&#x27;ve built an agent loop that has a self-review step, and it&#x27;s pretty good at catching mistakes. It&#x27;s able to scan the document in chunks and use tools to surgically change small parts.
  • tyleo5 hours ago
    This looks wonderful!<p>I do a decent amount of writing on my blog and for work so I was thinking, &quot;why doesn&#x27;t this product appeal to me?&quot;<p>I think I&#x27;m hesitant to spent yet another monthly subscription on something. I get decent mileage just copying and pasting sections into Claude so it&#x27;s hard to justify another $8 a month on another tool.<p>I also do a decent amount of my editing in raw markdown files and apply styling almost as a post-process. Part of the problem is that I&#x27;m always pasting documents into corporate portals (Confluence, Wiki&#x27;s, Google Docs) and they don&#x27;t always copy formatting in the way I&#x27;d expect. So I just write raw text and format it after paste.
    • artursapek5 hours ago
      Thanks for the feedback. The pitch with Revise is it&#x27;s a fully integrated agent inside a word processor. The &quot;copy and paste between ChatGPT and docs&quot; is the workflow I set out to improve on a la PG&#x27;s &quot;find something people are doing and figure out a way to do it that doesn&#x27;t suck.&quot; I think you&#x27;d find it&#x27;s a much better user experience, especially when you&#x27;re iterating a lot on something.<p>I get that subscriptions turn some people off, and I&#x27;m open to other ideas of how to make a project like this financially sustainable. I don&#x27;t want to do ads :)
      • tyleo5 hours ago
        Can this be integrated inside of something like Google Docs or Microsoft Word? Or is that more of an aspiration at this point? The vibe I got from the landing page was that it&#x27;s a standalone app.
        • artursapek5 hours ago
          Not without having control over those products and their source code, which is why I built an alternative. From my testing, the Revise agent is more capable than Gemini+Docs and Copilot are right now.
  • wellsjohnston5 hours ago
    Wonderful product :)
  • bartlomein5 hours ago
    Looks really cool!
  • rvz5 hours ago
    This would <i>really</i> work well for teams. Are there any limits into how many people can collaborate on Revise?
    • artursapek5 hours ago
      No enforced limits right now, but HN might find the performance bounds of my backend today. I am planning to add team&#x2F;org accounts soon!
  • lapalapa4 hours ago
    Looks nice, very nice.<p>Why don&#x27;t you use your local open source llm, without the interaction of big models? I mean, more work, but you don&#x27;t need to pay your cut to them. Just asking.
    • artursapek4 hours ago
      Yes, an eventual goal is to let Revise use a local LLM.
  • takahitoyoneda48 minutes ago
    [dead]
  • anvevoice1 hour ago
    [dead]
  • Remi_Etien1 hour ago
    [dead]
  • techpulse_x4 hours ago
    [dead]