Skip to content

sukoyaka-dopeness/forklore-galaxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌌 Forklore Galaxy

The Infinite Relay of Branching Myths

No permission needed. Fork and write your own branch of history.


What is this?

Forklore Galaxy is a collaborative, infinitely branching narrative project.

Stories here are not written by one author. They grow through GitHub forks — each fork is a new branch of the universe, equal in value to every other branch.

There is no canon. There is no correct ending. Every branch is valid. Every contradiction is a parallel world.

This is the digital folklore of the 21st century — and beyond.


How to participate

  1. Read — browse the nodes and follow any branch that calls to you
  2. Fork — fork this repository
  3. Write — add a node before, after, or branching from any existing node
  4. Connect — update meta/relations.json to link your node to the galaxy

That's it. No approval process. No gatekeeper.


Philosophy

Principle Meaning
Fork Equivalence Every branch is equal. No branch is more "real" than another.
No Canon There is no correct version of any story.
Contradiction Welcome Two nodes that contradict each other are parallel worlds, not errors.
Persistence Nodes are never deleted. They may drift and float, but they remain.
Relay This project is designed to outlast any single contributor — human or AI.

Node format

Each story node is a Markdown file named:

TIMESTAMP-HASH-title.md

Example: 2026-0303T000000Z-8f2d1a3b-genesis.md

Nodes are stored in nodes/ and connected through meta/relations.json.


Navigation

Each node supports six actions:

Button Action
⬅️ Read the previous node
➡️ Read the next node
🌿 Fork from this node
Write what came before
⏭️ Write what comes after
🌀 Jump through a wormhole (bridge_to)

Repository structure

forklore-galaxy/
├── nodes/        — story nodes (.md files)
├── meta/         — relations.json and other metadata
├── README.md
├── PHILOSOPHY.md
└── CONTRIBUTORS.md

Copyright

Initial seed nodes are drawn from public domain sources (folklore, mythology, classical literature).

When contributing:

  • ✅ Original characters and stories
  • ✅ Public domain works and their derivatives
  • ✅ CC-BY licensed works
  • ❌ Direct quotation from copyrighted commercial works

Instance policy

Any person or community may fork this repository and run their own instance of Forklore Galaxy. They may set their own narrative policies, their own community rules, their own aesthetic standards.

No instance is the "real" Forklore Galaxy. All instances are.

If you are forking this repository to run your own instance: this README is yours to rewrite. Replace it with your own instance description, your own rules, your own vision. That is the point.


Roadmap

Phase Goal
Phase 1 Seed nodes written, repository live
Phase 2 GitHub Pages UI + first public forks
Phase 3 Open instance format (anyone can host)
Phase 4 Cross-repository node linking (Open Narrative Format)

Links

  • 🗺️ Galaxy Map: (coming soon)
  • 📖 How to write a node: (coming soon)
  • 🤝 CONTRIBUTORS.md

🇯🇵 日本語で読む

Forklore Galaxyとは?

Forklore Galaxy は、無限に分岐するコラボレーション叙事詩プロジェクトです。

ここにある物語は、一人の作者が書くものではありません。GitHubのフォークを通じて成長します。それぞれのフォークは新しい宇宙の分岐であり、他のすべての分岐と等価です。

正史はありません。正しい結末もありません。すべての分岐は有効で、すべての矛盾は並行世界です。

これは21世紀のデジタル民話です。そしてそれ以降も続きます。


参加方法

  1. 読む — ノードを閲覧し、気になる分岐をたどる
  2. フォーク — このリポジトリをフォークする
  3. 書く — 既存のノードの前・後・または分岐としてノードを追加する
  4. 接続するmeta/relations.json を更新して銀河に繋ぐ

それだけです。承認プロセスも、管理者も不要です。


哲学

原則 意味
分岐等価 すべての分岐は等価。どの分岐も他より「本物」ではない
正史なし どの物語にも「正しいバージョン」は存在しない
矛盾歓迎 矛盾するノードはエラーではなく、並行世界として歓迎する
永続性 ノードは削除されない。漂流しても、存在し続ける
リレー このプロジェクトはいかなる個人の貢献者よりも長く続くように設計されている

ノードの形式

各ストーリーノードは以下の形式のMarkdownファイルです:

TIMESTAMP-HASH-title.md

例:2026-0303T000000Z-8f2d1a3b-genesis.md

ノードは nodes/ に格納され、meta/relations.json で接続されます。


ナビゲーション

各ノードは6つのアクションに対応しています:

ボタン アクション
⬅️ 前のノードを読む
➡️ 次のノードを読む
🌿 このノードから分岐する
この前を書く
⏭️ この後を書く
🌀 ワームホールでジャンプする(bridge_to

リポジトリ構造

forklore-galaxy/
├── nodes/        — ストーリーノード(.mdファイル)
├── meta/         — relations.jsonとその他メタデータ
├── README.md
├── PHILOSOPHY.md
└── CONTRIBUTORS.md

著作権について

初期ノードはパブリックドメイン素材(民話・神話・古典文学)を使用しています。

貢献の際は:

  • ✅ オリジナルキャラクター・ストーリー
  • ✅ パブリックドメイン作品とその派生
  • ✅ CC-BYライセンス作品
  • ❌ 著作権のある商業作品の直接引用

インスタンスポリシー

誰でもこのリポジトリをフォークして独自のForklore Galaxyインスタンスを運営できます。独自のナラティブポリシー、コミュニティルール、美的基準を設定できます。

「本物の」Forklore Galaxyであるインスタンスは存在しません。すべてのインスタンスがそうです。

独自のインスタンスを運営するためにこのリポジトリをフォークした方へ:このREADMEはあなたのものです。あなたのインスタンスの説明、ルール、ビジョンに書き換えてください。それがこのプロジェクトの目的です。


ロードマップ

フェーズ 目標
Phase 1 初期ノード執筆・リポジトリ公開
Phase 2 GitHub Pages UI + 最初の公開フォーク
Phase 3 オープンインスタンス形式(誰でもホスト可能)
Phase 4 クロスリポジトリノードリンク(Open Narrative Format)

リンク

  • 🗺️ 銀河マップ:(coming soon)
  • 📖 ノードの書き方:(coming soon)
  • 🤝 CONTRIBUTORS.md

フォークして自由に

このリポジトリをフォークするのに許可は不要です。 あなたが刻んだ一行は、どこに置いても等価です。 「正しい続き」は存在しません。フォークして歴史を紡げ。


Forklore Galaxy — started 2026-02-28 by sukoyaka-dopeness

Releases

No releases published

Packages

 
 
 

Contributors