RedPlanetHQ / RedPlanetHQ/core

Export data from SaaS to local/docker (md export + import/embedding regen)

Open
#409 0 comments 0 reactions 1 assignee View on GitHub

@saimanoj is already working on this.

Since Feb 10, 2026.

export feature import
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:

  1. Markdown export from SaaS for all docs/spaces, including metadata (ids, created/updated timestamps, hierarchy).
  2. Local import from Markdown into Docker/local install.
  3. Embedding regeneration during import.
  4. Optional script/API for bulk export/import.
  5. Documentation/instructions for end users.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.