Source Code for Ghost

hey guys! I’m the founder of a digital publication currently considering implementing Ghost as a CMS solution. The requirements of our publication will require extremely comprehensive changes to be made to the source code, which I cannot seem to find anywhere on your github. Give that ghost is an open source project, does the source code for ghost exist/publicly available?

@Alex_Pan all of the source code is on GitHub, I’m surprised you had trouble finding it. The main repos are pinned at the top of Ghost’s GitHub Organisation page but I’ll repeat them here…

GitHub - TryGhost/Ghost: Turn your audience into a business. Publishing, memberships, subscriptions and newsletters. - the main server-side application
GitHub - TryGhost/Admin: Ghost's admin client - the single-page admin application
GitHub - TryGhost/Casper: The default theme for Ghost - the default handlebars theme
GitHub - TryGhost/gatsby-starter-ghost: A starter template to build lightning fast websites with Ghost & Gatsby - the Gatsby.js starter template for using a staticly generated front-end instead of the default handlebars based themeing system

If you want more information about how Ghost is architected at a high level that is covered in the docs:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.