RedPlanetHQ / RedPlanetHQ/core
Export data from SaaS to local/docker (md export + import/embedding regen)
@saimanoj is already working on this.
Since Feb 10, 2026.
- Dominant language
- TypeScript
- Stars
- 2k
- Forks
- 194
- Avg merge
- 12m
- Merged PRs (30d)
- 2
Description
Summary:
A user in Discord asked about exporting app.getcore (SaaS) data to a local Docker install. Today there’s no one-click export. Proposed approach is to export all documents as Markdown and provide a local import path; optionally provide a script/API to transfer/recreate embeddings. Note that embedding model differences in local installs may change similarity search results, so MD-based export/import plus embedding regeneration is preferred. Follow-up in thread asks if there is an API/script to fetch embeddings and effectively enable a 'transfer of brain'.
Discord thread: https://discord.com/channels/1347867796624900206/1470655117165461566
Acceptance criteria:
- Markdown export from SaaS for all docs/spaces, including metadata (ids, created/updated timestamps, hierarchy).
- Local import from Markdown into Docker/local install.
- Embedding regeneration during import.
- Optional script/API for bulk export/import.
- Documentation/instructions for end users.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.