Open-Core Workspace Layout
Open-Core Workspace Layout
Section titled “Open-Core Workspace Layout”The open-core workspace is rooted at open-core/.
apps/ web/ Svelte 5 and Vite frontend for the local app api/ Go backend and API serverpackages/ shared/ Shared pure code used by web and API packagesinfra/ docker/ Docker Compose and container build configurationdb/ Shared database configuration and migration supportdocs/ Astro and Starlight documentation siteKeep source files close to the code they explain. Durable public documentation belongs in open-core/docs/; short entry-point notes can stay in package READMEs and link to canonical docs pages.