https://github.com/curt/klaxon
A lightweight, single-author, blog-centric ActivityPub server developed using the Phoenix Framework in Elixir.
https://github.com/curt/klaxon
activitypub blog elixir phoenix
Last synced: 12 months ago
JSON representation
A lightweight, single-author, blog-centric ActivityPub server developed using the Phoenix Framework in Elixir.
- Host: GitHub
- URL: https://github.com/curt/klaxon
- Owner: curt
- License: agpl-3.0
- Created: 2023-02-25T22:00:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T09:00:24.000Z (about 1 year ago)
- Last Synced: 2025-06-20T10:19:08.066Z (about 1 year ago)
- Topics: activitypub, blog, elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 984 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Klaxon
Klaxon aims to be a lightweight, single-author, blog-centric
[ActivityPub](https://www.w3.org/TR/activitypub/) server. It is being developed
using the excellent [Phoenix Framework](https://www.phoenixframework.org/) and
is written mostly in [Elixir](https://elixir-lang.org/).
## Status
At the moment, Klaxon is, at best, pre-alpha code.
There is no meaningful documentation and no support.
Use it at your own risk.
## Author
Klaxon is written and maintained by [Curt Gilman](https://github.com/curt).
## License
Copyright © 2023-2025 Curt Gilman
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .