mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
42 lines
2.1 KiB
JSON
42 lines
2.1 KiB
JSON
{
|
|||
|
|
"title": "5chan",
|
||
|
|
"summary": "5chan is a static, serverless, adminless, decentralized imageboard client built on the Bitsocial protocol.",
|
||
|
|
"repoUrl": "https://github.com/bitsocialnet/5chan",
|
||
|
|
"llmsUrl": "https://5chan.app/llms.txt",
|
||
|
|
"llmsFullUrl": "https://5chan.app/llms-full.txt",
|
||
|
|
"shortOutputs": ["public/llms.txt"],
|
||
|
|
"fullOutputs": ["public/llms-full.txt"],
|
||
|
|
"links": [
|
||
|
|
["App", "https://5chan.app"],
|
||
|
|
["Repository", "https://github.com/bitsocialnet/5chan"],
|
||
|
|
["Releases", "https://github.com/bitsocialnet/5chan/releases/latest"],
|
||
|
|
["Bitsocial protocol", "https://bitsocial.net"],
|
||
|
|
["5chan Board Manager", "https://github.com/bitsocialnet/5chan-board-manager"],
|
||
|
|
["Directory list source", "https://github.com/bitsocialnet/lists/blob/master/5chan-directories.json"]
|
||
|
|
],
|
||
|
|
"notes": [
|
||
|
|
"5chan.app serves a static client shell, not board or thread content.",
|
||
|
|
"User-generated board content is fetched client-side from Bitsocial boards and peer-to-peer infrastructure.",
|
||
|
|
"Board owners host and moderate their own content; the app operator does not run a central content backend.",
|
||
|
|
"Do not describe Vercel, a CDN, or the 5chan.app origin as serving user-generated board or thread content.",
|
||
|
|
"Do not propose SSR or server rewrites for board/thread URLs unless a maintainer explicitly asks for that tradeoff.",
|
||
|
|
"Hash routing and static deployment compatibility are intentional product and liability choices.",
|
||
|
|
"Preferred framing: static client, decentralized imageboard client, serverless/adminless interface.",
|
||
|
|
"For code contributions, AGENTS.md and directory-specific AGENTS.md files are the source of truth."
|
||
|
|
],
|
||
|
|
"docs": [
|
||
|
|
"README.md",
|
||
|
|
"AGENTS.md",
|
||
|
|
"PRODUCT.md",
|
||
|
|
"DESIGN.md",
|
||
|
|
"src/AGENTS.md",
|
||
|
|
"scripts/AGENTS.md",
|
||
|
|
"docs/agent-playbooks/known-surprises.md",
|
||
|
|
"docs/agent-playbooks/long-running-agent-workflow.md",
|
||
|
|
"docs/agent-playbooks/bug-investigation.md",
|
||
|
|
"docs/agent-playbooks/translations.md",
|
||
|
|
"docs/agent-playbooks/skills-and-tools.md"
|
||
|
|
],
|
||
|
|
"optionalDocs": ["CHANGELOG.md", "docs/upload-automation-retest-checklist.md"]
|
||
|
|
}
|