https://github.com/carlbarrdahl/sampi
Write and publish censorship-proof articles with verifiable signatures from authors. Built on Ceramic Network.
https://github.com/carlbarrdahl/sampi
ceramic-network fleek idx ipfs mdx
Last synced: 5 months ago
JSON representation
Write and publish censorship-proof articles with verifiable signatures from authors. Built on Ceramic Network.
- Host: GitHub
- URL: https://github.com/carlbarrdahl/sampi
- Owner: carlbarrdahl
- Created: 2021-02-21T13:20:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T14:44:35.000Z (almost 5 years ago)
- Last Synced: 2025-08-10T05:41:26.055Z (5 months ago)
- Topics: ceramic-network, fleek, idx, ipfs, mdx
- Language: JavaScript
- Homepage: https://sampi.on.fleek.co
- Size: 313 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is ϡ?
Write and publish censorship-proof articles with verifiable signatures from authors.
- Write posts in Markdown
- Publish to ceramic.network for censorship-proof and verifiable signatures
- Curate feeds of interesting content
- Follow other content creators feeds
- Subscribe to ActivityStreams using HTTP (similar to RSS)
Inspired by Medium, are.na, RSS and ActivityStreams.
Example feed with multiple different types of content (audio, image, article):
https://sampi.on.fleek.co/#/feed/did:3:kjzl6cwe1jw146v3thhilgu50851kgs2esq18e3kr6cvy4ho6mb75r8d4ffg8cn
### How does it work?
- A schema is defined based on the ActivityStream object.
- Markdown is parsed with MDX so in addition to standard Markdown you can use html.
- Document is passed as scope so you can access variables from editor (`id`, `content`, `metadata`, `anchorProof`, `log`)