Skip to content

Latest commit

 

History

History
121 lines (88 loc) · 6.91 KB

File metadata and controls

121 lines (88 loc) · 6.91 KB

Artalk

Artalk

npm version npm downloads Docker Pulls Go Report Card CircleCI Codecov npm bundle size

中文Official WebsiteLatest ReleaseChangelog

🌌 Artalk is a simple yet feature-rich commenting system that you can deploy out of the box and integrate into any blog, website, or web application.

  • 🍃 Frontend ~40KB, pure Vanilla JS
  • 🍱 Backend Golang, efficient lightweight cross-platform
  • 🐳 One-click deployment via Docker, convenient and fast
  • 🌈 Open-source program, self-hosted, privacy-first

Features

Installation

Deploy via Docker with one click:

docker run -d --name artalk -p 8080:23366 -v $(pwd)/data:/data artalk/artalk-go

Integrate Artalk into your webpage:

Artalk.init({
  el:      '#Comments',
  site:    'Artalk Blog',
  server:  'https://artalk.example.com',
  pageKey: '/2018/10/02/hello-world.html'
})

Learn More →

For Developers

Pull requests are welcome!

See Development and Contributing for information on working with the codebase, getting a local development setup, and contributing changes.

Contributors

Your contributions enrich the open-source community, fostering learning, inspiration, and innovation. We deeply value your involvement. Thank you for being a vital part of our community! 🥰

Supporters

Stargazers repo roster for @ArtalkJS/Artalk

Repobeats Analytics

Alt

Stargazers over time

Stargazers over time

License

MIT

FOSSA Status

FOSSA Status