cody VS Ghost

Compare cody vs Ghost and see what are their differences.

cody

AI that knows your entire codebase (by sourcegraph)

Ghost

Independent technology for modern publishing, memberships, subscriptions and newsletters. (by TryGhost)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
cody Ghost
18 297
1,593 45,431
28.4% 1.0%
9.9 10.0
6 days ago 6 days ago
TypeScript JavaScript
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cody

Posts with mentions or reviews of cody. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-17.
  • Ollama is now available on Windows in preview
    7 projects | news.ycombinator.com | 17 Feb 2024
    Cody (https://github.com/sourcegraph/cody) supports using Ollama for autocomplete in VS Code. See the release notes at https://sourcegraph.com/blog/cody-vscode-1.1.0-release for instructions. And soon it'll support Ollama for chat/refactoring as well (https://twitter.com/sqs/status/1750045006382162346/video/1).

    Disclaimer: I work on Cody.

  • My 2024 AI Predictions
    3 projects | news.ycombinator.com | 8 Jan 2024
    Have you tried Cody (https://cody.dev)? Cody has a deep understanding of your codebase and generally does much better at code gen than just one-shotting GPT4 without context.

    (disclaimer: I work at Sourcegraph)

  • 🚀 7 AI Tools to Improve your productivity: A Deep Dive 🪄✨
    5 projects | dev.to | 3 Jan 2024
    3️⃣ Cody AI 🤖
  • An ex-Googler's guide to dev tools
    2 projects | news.ycombinator.com | 28 Nov 2023
    Author of the post here—as another commenter mentioned, this is indeed a bit dated now, someone should probably write an updated post!

    There's been a ton of evolution in dev tools in the past 3 years with some old workhorses retiring (RIP Phabricator) and new ones (like Graphite, which is awesome) emerging... and of course AI-AI-AI. LLMs have created some great new tools for the developer inner loop—that's probably the most glaring omission here. If I were to include that category today, it would mention tools like ChatGPT, GH Copilot, Cursor, and our own Sourcegraph Cody (https://cody.dev). I'm told that Google has internal AI dev tools now that generate more code than humans.

    Excited to see what changes the next 3 years bring—the pace of innovation is only accelerating!

  • LocalPilot: Open-source GitHub Copilot on your MacBook
    6 projects | news.ycombinator.com | 19 Oct 2023
    I'm sorry to hear that. We have made a lot of improvements to Cody recently. We had a big release on Oct 4 that significantly decreased latency while improving completion quality. You can read all about it here: https://about.sourcegraph.com/blog/feature-release-october-2...

    We love feedback and ideas as well, and like I said are constantly iterating on the UI to improve it. I'm actually wrapping up a blog post on how to better leverage Cody w/ VS Studio, that'll be out either later today or sometime tomorrow. As far as feedback though: https://github.com/sourcegraph/cody/discussions/new?category... would be the place to share ideas :)

  • Show HN: Ollama for Linux – Run LLMs on Linux with GPU Acceleration
    14 projects | news.ycombinator.com | 26 Sep 2023
    Ollama is awesome. I am part of a team building a code AI application[1], and we want to give devs the option to run it locally instead of only supporting external LLMs from Anthropic, OpenAI, etc. Those big remote LLMs are incredibly powerful and probably the right choice for most devs, but it's good for devs to have a local option as well—for security, privacy, cost, latency, simplicity, freedom, etc.

    As an app dev, we have 2 choices:

    (1) Build our own support for LLMs, GPU/CPU execution, model downloading, inference optimizations, etc.

    (2) Just tell users "run Ollama" and have our app hit the Ollama API on localhost (or shell out to `ollama`).

    Obviously choice 2 is much, much simpler. There are some things in the middle, like less polished wrappers around llama.cpp, but Ollama is the only thing that 100% of people I've told about have been able to install without any problems.

    That's huge because it's finally possible to build real apps that use local LLMs—and still reach a big userbase. Your userbase is now (pretty much) "anyone who can download and run a desktop app and who has a relatively modern laptop", which is a big population.

    I'm really excited to see what people build on Ollama.

    (And Ollama will simplify deploying server-side LLM apps as well, but right now from participating in the community, it seems most people are only thinking of it for local apps. I expect that to change when people realize that they can ship a self-contained server app that runs on a cheap AWS/GCP instance and uses an Ollama-executed LLM for various features.)

    [1] Shameless plug for the WIP PR where I'm implementing Ollama support in Cody, our code AI app: https://github.com/sourcegraph/cody/pull/905.

  • Cody – The AI that knows your entire codebase
    14 projects | news.ycombinator.com | 26 Aug 2023
    Awesome. The repository is at https://github.com/sourcegraph/cody for anyone who hasn't seen it yet.
    14 projects | news.ycombinator.com | 26 Aug 2023
    Great to hear you're getting a ton of value out of it!

    On the annoying parts, yeah, we want to improve these.

    Overly positive English prose in Markdown is probably a function of the underlying LLM in use (Claude/GPT-4, plus experimental support for others). I guess the risk is that we overcorrect too far and suddenly the Markdown suggestions are off-putting. If you have any specific examples you'd feel comfortable posting to https://github.com/sourcegraph/cody/discussions/358, that would be helpful.

    On inline suggestions (autocomplete), we are under much tighter latency constraints than for chat or commands, so the context used for autocomplete is lighter right now. This is a huge area of effort for us, and we're watching completion acceptance rate really closely. We are making autocomplete use embeddings for context in more cases, and @beyang is adding a fast local context search path as well.

    On the VS Code extension APIs used, yes, there are some new proposed APIs that are not yet freely available to extensions that will help. For now, the new `Cody: Fixup` command is much smoother UX than the inline comment `/fix whatever`—give that a try and let us know if that is better.

    Thanks!

    14 projects | news.ycombinator.com | 26 Aug 2023
    Hi we are tracking Sublime requests here: https://github.com/sourcegraph/cody/discussions/10
    14 projects | news.ycombinator.com | 26 Aug 2023
    I’m sorry about that. Our code (https://github.com/sourcegraph/cody), which is open source (Apache 2), doesn’t do anything to move the cursor, so I have no idea how that would have happened. Would you be willing to try to repro that in an issue or give us some more info so we can look into it?

Ghost

Posts with mentions or reviews of Ghost. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-22.
  • Faster Blogging: A Developer's Dream Setup
    4 projects | dev.to | 22 Feb 2024
    glee our dev friendly blogging setup has been undergoing a huge transformation for the last few weeks. For those who don't know, glee is a simple open source CLI tool that converts markdown posts into ghost blog posts. Check out the glee demo video when you have a moment! glee: Dev-friendly Blogging Setup
  • Open-Source Headless CMS in 2024
    9 projects | dev.to | 30 Jan 2024
    ⭐️ 45,000 https://github.com/tryghost/ghost/stargazers Ghost is more than a CMS; it's a whisper in the digital night, a storyteller weaving narratives in the underground. For the bloggers and content punks, Ghost brings Markdown, mobile optimization, and a slick, streamlined approach to shaking up the content cosmos.
    9 projects | dev.to | 30 Jan 2024
    Ghost: The Underground Storyteller
  • Deploy Ghost with MySQL DB replication using helm chart
    4 projects | dev.to | 19 Jan 2024
    Ghost is used by creators to run their own website to publish private content
  • Self-hosting Ghost with Docker and PlanetScale
    2 projects | dev.to | 14 Jan 2024
    PlanetScale and Ghost were previously incompatible due to differences in their support for foreign key constraints. With PlanetScale now supporting foreign key constraints, a seamless collaboration between the two is achievable. Nonetheless, there remain minor incompatibilities that require resolution.
  • A New Blog for 2024
    3 projects | news.ycombinator.com | 2 Jan 2024
    I'm a big fan of Ghost for new blogs https://github.com/tryghost/ghost
  • Nx - Highlights of 2023
    14 projects | dev.to | 28 Dec 2023
    Ghost -
  • Open Source alternatives to tools you Pay for
    21 projects | dev.to | 8 Dec 2023
    Ghost - Open Source Alternative to Medium
  • Different flavors of content management
    9 projects | dev.to | 28 Aug 2023
    The most typical approach is having a CMS admin panel sit somewhere on the server; everyone with an account uses this. This is a very convenient approach, especially when working with a team. This way, many people can work on different articles simultaneously without worrying about potential conflicts or overwriting stuff. The only con is related to security - everyone can try to get inside, and if you forget to update our CMS or some user have a weak password, it can be someone outside of our team. WordPress, Drupal, CraftCMS, or Ghost are perfect examples of such CMSs.
  • A group of Motherboard folks just spun up their own new independent outlet
    2 projects | news.ycombinator.com | 23 Aug 2023
    The site is built with Ghost[0] and subscriptions are managed by Outpost[1].

    Design is clean, loads fast, and articles are stacked, so I wish them luck. It's pretty ruthless out there, but a few good stories on HN front-page[2] should at least get this syndicated in all the best places.

    [0]: https://ghost.org/ (they've also forgotten to change the default article:publisher URL which leads to Ghost's FB page)

    [1]: https://outpost.pub/

    [2]: https://news.ycombinator.com/item?id=37222672

What are some alternatives?

When comparing cody and Ghost you can also consider the following projects:

Strapi - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

KeystoneJS - The most powerful headless CMS for Node.js — built with GraphQL and React

ApostropheCMS - A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.

Hexo - A fast, simple & powerful blog framework, powered by Node.js.

Bludit - Simple, Fast, Secure, Flat-File CMS

WordPress - WordPress, Git-ified. This repository is just a mirror of the WordPress subversion repository. Please do not send pull requests. Submit pull requests to https://github.com/WordPress/wordpress-develop and patches to https://core.trac.wordpress.org/ instead.

Wagtail - A Django content management system focused on flexibility and user experience

Grav - Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony

Postleaf - Simple, beautiful publishing with Node.js.

Elanat - Elanat is ASP.NET Core CMS. Elanat is add-on oriented framework. The Elanat kernel is designed to create an add-on for it as easily as possible; the Elanat kernel contains a variety of add-ons; the structure of Elanat allows the programmer to create a new web system containing different types of add-ons.

Anchor CMS

Hugo - The world’s fastest framework for building websites.