cody VS ApostropheCMS

Compare cody vs ApostropheCMS and see what are their differences.

cody

AI that knows your entire codebase (by sourcegraph)

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. (by apostrophecms)
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 ApostropheCMS
22 24
1,812 4,257
18.8% 0.7%
9.9 9.9
about 6 hours ago 2 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-04-07.
  • Ask HN: Cheapest way to use LLM coding assistance?
    1 project | news.ycombinator.com | 13 Apr 2024
    checkout the cody extension https://github.com/sourcegraph/cody available for various editors like vscode
  • The lifecycle of a code AI completion
    6 projects | news.ycombinator.com | 7 Apr 2024
    I don't think it is. There is a test file which includes C#, Kotlin, etc among supported languages, which aren't included in the file you linked: https://github.com/sourcegraph/cody/blob/main/vscode/src/com...

    But this test didn't seem to include TypeScript so it's obviously not comprehensive. I'm not convinced this information is actually in one place.

  • 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.
  • Code AI with Codebase Context
    1 project | news.ycombinator.com | 20 Jul 2023

ApostropheCMS

Posts with mentions or reviews of ApostropheCMS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-16.
  • How to Build an Ecommerce Website with ApostropheCMS
    4 projects | dev.to | 16 Feb 2024
    If you are not familiar with that technology, ApostropheCMS is an open-source website builder and CMS developed with modern technologies such as Vue.js and Node.js. It enables editors to effortlessly create and manage content through an intuitive UI, while developers have the ability to customize the admin UI by overriding existing Vue.js components and extending it with new menus and field types. At the same time, you keep the ability to use your technologies of choice on the front end. Learn more in the documentation.
  • How AI Is Transforming the CMS Industry
    1 project | dev.to | 26 Jul 2023
    Apostrophe's CTO, Tom Boutell, recently presented a talk at Philly Tech Week to share his experience using the OpenAI API to integrate AI into Apostrophe. If you are not familiar with this tool, Apostrophe is an open-source CMS built on modern technologies like Node.js and Vue.js that can operate as a traditional CMS, headless CMS, and website builder.
  • ApostropheCMS: The website builder solution you've been looking for
    1 project | news.ycombinator.com | 5 Apr 2023
  • ApostropheCMS Launches Document Versions Tool
    2 projects | dev.to | 17 Oct 2022
    ApostropheCMS allows multiple content contributors and editors to work on documents across multiple sites. Keeping track of when changes were made to a document and who made those changes is critical. The enterprise edition of ApostropheCMS has an important new tool for managing the content pipeline. The Document Versions tool facilitates the use and management of multiple versions of a document (page).
  • The Best 10+ Open Source Headless CMS 2022
    14 projects | dev.to | 10 Aug 2022
    Integrate your technology, including Express, MongoDB, npm, Vue.js, and Node.js, with flexible and native modules content APIs. In addition, Apostrophe provides a single dashboard for every operation so that you will never lack in searching for the perfect tool for your websites. You can also integrate with Jamstack to create robust custom solutions. Currently, it has 3.9k stars on GitHub.
  • ApostropheCMS
    1 project | news.ycombinator.com | 17 Jul 2022
  • Ask HN: What CMS are you using in 2022?
    11 projects | news.ycombinator.com | 11 Jul 2022
    As someone who dabbled in PHP but is mostly a self-taught JS hobbyist dev, I have been using and loving Directus (https://directus.io) since around the time they switched to Node. Development velocity is exceptional with new features released every couple of weeks and bugfixes/enhancements even more frequent, the community and core team is fantastic, and I like the fact that if I ever decide to switch to another CMS for some reason, there's no real import/export process, I just delete the directus_tables in my database, and done.

    Pocketbase (https://pocketbase.io/) piqued my interest after seeing it here and on ProductHunt, but I don't think it would be the right call for a client before it hits a stable release.

    I also very much enjoyed OctoberCMS (although it has its quirks), but there was a fairly acrimonious split in the community there, and OctoberCMS is no longer open source, and I haven't used the fork (WinterCMS: https://wintercms.com/)

    I enjoyed using Apostrophe (https://apostrophecms.com/) for a while, but ultimately I felt like I was doing a lot of stuff in a way that didn't come naturally to me, and although Mongo seems a logical choice when you look at Apostrophe's page model, it worried me a bit that the data would not be easy to move if I ever wanted to.

  • Do you know a good website builder like wordpress but in javascript or typescript ?
    2 projects | /r/selfhosted | 13 Jan 2022
    Check https://apostrophecms.com/.
  • Best Node.js CMS platforms for 2022
    4 projects | dev.to | 20 Dec 2021
  • Do More with Pieces
    4 projects | dev.to | 19 Nov 2021
    In this most recent release, in addition to batch operations, and the import / export modules, we have also rolled out an update to the open-graph module for A3, as well as shared additions, fixes, and changes. These updates, and all product related notes can be found on Github Discussions. To see all that is currently in the works or planned for Apostrophe, check out our product roadmap.

What are some alternatives?

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

ollama - Get up and running with Llama 3, Mistral, Gemma, and other large language models.

Open Classifieds - Yclas Self Hosted is a powerful script that can transform any domain into a fully customizable classifieds site within a few seconds.

zoekt - Fast trigram based code search

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

lsp-cody - A Client to Connect to the Cody LSP Gateway

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

koboldcpp - A simple one-file way to run various GGML and GGUF models with KoboldAI's UI

Ghost - Independent technology for modern publishing, memberships, subscriptions and newsletters.

llm-ls - LSP server leveraging LLMs for code completion (and more?)

sonicjs - SonicJs Headless CMS - Blazing Fast Headless CMS built on Cloudflare Workers. 100% Javascript Based

localpilot

AdminJS - AdminJS is an admin panel for apps written in node.js