nowfound

Alternatives

Products that do what 1667, a terminal UI for writing fiction with language models does

Hi HN. I built 1667 for my own fiction work and now use it each day. This probably has a limited audience. Maybe an audience of one... Why a terminal interface for story writing? I'm a dev. I like to use terminals for a lot of stuff. Most WebUIs feel off to me. That's the only reason. One thing that bothers me about writing in existing tools is that they don't fit the way I write. The mental model of my story is a tree. I try many takes usually continue with just one, but sometimes I want to try an alternate route and see where this goes. And that can branch again in many places. See what…

  1. 1
    Txt Muse122

    Write 10x better, not 10x faster

    2023

  2. 2
    Fig216

    Visual apps and shortcuts for your terminal

    2020

  3. 3

    A conversational AI interface to build intelligent workflows

    Apr 2026

  4. 4
    Wordin125

    Write long content with AI without losing context

    2025

  5. 5

    Script writing tool that leverages large language models

    2022

  6. 6
    mpai105

    Make existing Codex and Claude Code sessions multiplayer

    Aug 2026 · godfaddaai.github.io

  7. 7
    Pencil97

    An intelligent writing environment for novelists.

    2018

  8. 8

    A free AI assistant for developers who live in the terminal.

    Jun 2026 · ghost-cli.eu.cc

  9. 9

    for thoughts you’re embarrassed to open Notion for.

    Dec 2025

  10. 10UN

    Hi HN, I just released a very simple AI Shell / CLI tool that lets you convert natural language directly into executable shell commands. Built with python to simplify terminal workflows and help you quickly run commands without memorizing syntax. It has two main usage modes: One-shot mode: Quickly execute commands using natural language. Example: ai "find all PNG files larger than 5MB" The AI responds with the appropriate command and asks if you want to execute it. Interactive chat mode: Start a terminal chat session with the AI (ai -i) to iteratively build commands or scripts. Some…

    2025 · github.com

  11. 11QG

    This is a tool which lets you easily manage different versions of ideas, helpful for writing essays. I've found myself wanting this every single time I go through the drafting process when writing, and I've been frustrated every time I find myself accidentally working on an old draft just because there was a paragraph that I liked better. This solves it. I hope the community like this as much I enjoyed working on it! Note that it's currently a beta waitlist because there's some bugs with the undo/redo state management and so I want to dogfood it for a bit for reliability. It says April…

    Mar 2026 · quillium.bryanhu.com

  12. 12RA

    Hello HN! Just wanted to share a small project I've been working for the last few months. It's a tool called Runal, a text-based creative coding environment that runs in the terminal. It works similarly as processing or p5js but it does all the rendering as text. And it can either be scripted with JavaScript or used as a Go package. It's open-source and cross-platform (linux, macOS, windows). It seems to me that text/ascii-art aesthetics are really popular in creative coding communities, so I though it would make sense to create a tool that runs on a platform which can render text only.…

    2025 · github.com

  13. 13

    You're not writing a book. You're building a universe.

    Jun 2026 · storyforai.com

  14. 14HC

    This is a model I’ve been thinking about lately. It demonstrates a pattern that I’m wondering could exist, where terminal applications, BBS-style shared user boards, and other expressions of creativity and sharing are created with web technologies but rendered into the terminal and accessed over SSH. I like that this brings back some kind of old days of the internet feeling and uses web technologies but sidesteps the public World Wide Web, even though it’s still on the internet. You can try it out too right now, and I’m thinking about making the self-hosting specialized applications part a…

    Jul 2026 · duetbrowser.com

  15. 15

    The AI Writing Studio That Remembers Your Entire Novel

    Jul 2026 · inkweaver.ai

  16. 16GF

    Just open-sourced a small terminal tool I’ve been working on. The idea came from wondering how useful it’d be if you could just describe the kind of dataset you need, and it would go out, do the deep research, and return something structured and usable. You give it a description, and it pulls relevant info from across the web, suggests a schema based on what it finds, and generates a clean dataset. The schema is editable, and it also adds a short explanation of what the dataset covers. In some cases, it even asks follow-up questions to make the structure more useful. Started off as a quick…

    2025 · github.com

  17. 17IM

    Hey HN! We've built an AI powered technical writer that allows you to automate creating comprehensive, MDX-formatted documentation with just a few clicks. How It Works: - Upload screenshots: Start by uploading screenshots of your product. - Describe features: Provide a brief description of the features you want documented. - Generate documentation: Our AI will analyze your inputs and automagically generate detailed documentation in MDX format. - Deploy instantly: With just one click, you can deploy your new documentation online. Continuous Integration: Automated updates: Integrate our npm…

    2024 · app.paparazzidocs.com

  18. 18

    Keep your story world consistent, chapter one to the last

    Jul 2026 · litmemo.com

  19. 19

    AI fiction that keeps continuity. One story, many forms.

    Jun 2026 · miragoldswritingforge.com

  20. 20IA

    I like the idea of taking one thing and turning it into another—very much inspired by NotebookLM and wondered what it might take to generate full graphic novels, with consistent characters, narrative flow, story arc, etc. Developed a 7-pass scripting enrichment system (beat analysis, adaptation filtering, character deep dives) before generating any images. Dual backend: Google Gemini for scripting (2M context window) and either Gemini or OpenAI for image generation with 3-tier model fallback (comparing the performance of both). It's not great. Would love feedback on the pipeline.

    Mar 2026 · arv.in

  21. 21PT

    I vibe-coded a terminal tool called Pluqqy (I had a dormant domain on hand) to help me keep LLM context organized while coding with AI. It’s my first time writing Go and my first terminal app, built almost entirely with Claude Code. • What it does: Pluqqy lets you manage prompts, rules, and context as small building blocks, then stitch them together into a single file (like AGENT.md or CLAUDE.md) that your coding agent can consume. It’s meant to reduce context drift and make iteration easier. • Why I built it: I was losing track of my agent context between sessions and wanted something…

    Oct 2025 · github.com

  22. 22TA

    Hi everyone! I built this because I wanted a little bit more organization around my Claude sessions, worktrees and plans while staying in the terminal and not relying on another SaaS tool. Since it's a command line tool, the added bonus is that Claude can use `td` directly. The td calendar was just a fun add-on but the Claude session stats have been pretty interesting! Let me know what you think!

    Apr 2026 · github.com

  23. 23SG

    Hi everyone! Want to share something I'm working on. Here is the brief description: From a single text prompt, craft dynamic worlds (both fictional and real-life, of any kind) filled with interacting NPCs pursuing goals, and control (human-in-the-loop) their behaviour and world state in real-time. Text-to-image to visualise every single step of change in the world's and NPC's state. My main goal was to check if it's possible to use LLMs (GPT-4 currently) to make characters interact with each other but in the end, it ended up with a neat little app where users can interfere with NPC's (and…

    2024 · github.com

  24. 24TW

    I want to share a new dataset of 331 reward-hackable environments. These are real environments used in Terminal Bench and adjacent benchmarks. I first got interested in this because, as a reviewer of Terminal Bench, I noticed a lot of our tasks were hackable. I also noticed that many contributors to the benchmark do so because it provides credibility when selling environments to labs. Hence, TBench tasks are, in my opinion, held to a higher quality standard than those being used today for RL. No one is spending hours manually reviewing the $1B in tasks being purchased by major labs. As far…

    Apr 2026 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →