百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
A

Artalk

> 前端框架
开源

您的自托管评论系统。 | Self-hosted Comment System

2.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

您的自托管评论系统。 | Self-hosted Comment System

# Artalk [Homepage](https://artalk.js.org) • [Documentation](https://artalk.js.org/en/guide/deploy.html) • [Latest Release](https://github.com/ArtalkJS/Artalk/releases) • [Changelog](https://github.com/ArtalkJS/Artalk/blob/master/CHANGELOG.md) • [简体中文](./README.zh.md) • [日本語](./README.ja.md) Artalk is an intuitive yet feature-rich comment system, ready for immediate deployment into any blog, website, or web application. - Client ~40KB, crafted with pure Vanilla JS, framework-agnostic - Server powered by Golang, offering efficient and lightweight cross-platform performance - One-click deployment via Docker, ensuring ease and speed - Open-source software, self-hosted with privacy as a priority ## Features * [Sidebar](https://artalk.js.org/guide/frontend/sidebar.html): Quick management, intuitive browsing * [Social Login](https://artalk.js.org/guide/frontend/auth.html): Fast login via social accounts * [Email Notification](https://artalk.js.org/guide/backend/email.html): Various sending methods, email templates * [Diverse Push](https://artalk.js.org/guide/backend/admin_notify.html): Multiple push methods, notification templates * [Site Notification](https://artalk.js.org/guide/frontend/sidebar.html): Red dot marks, mention list * [Captcha](https://artalk.js.org/guide/backend/captcha.html): Various verification types, frequency limits * [Comment Moderation](https://artalk.js.org/guide/backend/moderator.html): Content detection, spam interception * [Image Upload](https://artalk.js.org/guide/backend/img-upload.html): Custom upload, supports image hosting * [Markdown](https://artalk.js.org/guide/intro.html): Supports Markdown syntax * [Emoji Pack](https://artalk.js.org/guide/frontend/emoticons.html): Compatible with OwO, quick integration * [Multi-Site](https://artalk.js.org/guide/backend/multi-site.html): Site isolation, centralized management * [Admin](https://artalk.js.org/guide/backend/multi-site.html): Password verification, badge identification * [Page Management](https://artalk.js.org/guide/frontend/sidebar.html): Quick view, one-click title navigation * [Page View Statistics](https://artalk.js.org/guide/frontend/pv.html): Easily track page views * [Hierarchical Structure](https://artalk.js.org/guide/frontend/config.html#nestmax): Nested paginated list, infinite scroll * [Comment Voting](https://artalk.js.org/guide/frontend/config.html#vote): Upvote or downvote comments * [Comment Sorting](https://artalk.js.org/guide/frontend/config.html#listsort): Various sorting options, freely selectable * [Comment Search](https://artalk.js.org/guide/frontend/sidebar.html): Quick comment content search * [Comment Pinning](https://artalk.js.org/guide/frontend/sidebar.html): Pin important messages * [View Author Only](https://artalk.js.org/guide/frontend/config.html): Show only the author's comments * [Comment Jump](https://artalk.js.org/guide/intro.html): Quickly jump to quoted comment * [Auto Save](https://artalk.js.org/guide/frontend/config.html): Content loss prevention * [IP Region](https://artalk.js.org/guide/frontend/ip-region.html): Display user's IP region * [Data Migration](https://artalk.js.org/guide/transfer.html): Free migration, quick backup * [Image Lightbox](https://artalk.js.org/guide/frontend/lightbox.html): Quick integration of image lightbox * [Image Lazy Load](https://artalk.js.org/guide/frontend/img-lazy-load.html): Lazy load images, optimize experience * [Latex](https://artalk.js.org/guide/frontend/latex.html): Integrate Latex formula parsing * [Night Mode](https://artalk.js.org/guide/frontend/config.html#darkmode): Switch to night mode * [Extension Plugin](https://artalk.js.org/develop/plugin.html): Create more possibilities * [Multi-Language](https://artalk.js.org/guide/frontend/i18n.html): Switch between multiple languages * [Command Line](https://artalk.js.org/guide/backend/config.html): Command line operation management * [API Documentation](https://artalk.js.org/http-api.html): Provides OpenAPI format documentation * [Program Upgrade](https://artalk.js.org/guide/backend/update.html): Version check, one-click upgrade ## Installation Deploy Artalk Server with Docker in one step: ```bash docker run -d \ --name artalk \ -p 8080:23366 \ -v $(pwd)/data:/data \ -e "TZ=America/New_York" \ -e "ATK_LOCALE=en" \ -e "ATK_SITE_DEFAULT=Artalk Blog" \ -e "ATK_SITE_URL=https://example.com" \ artalk/artalk-go ``` Integrate Artalk Client into your webpage: ```ts Artalk.init({ el: '#Comments', site: 'Artalk Blog', server: 'https://artalk.example.com', pageKey: '/2018/10/02/hello-world.html' }) ``` We offer various installation methods, including binary files, go install, and package managers for Linux distributions. [**Learn More →**](https://artalk.js.org/en/guide/deploy.html) ## For Developers Pull requests are welcome! See [Development](https://artalk.js.org/en/develop/) and [Contributing](./CONTRIBUTING.md) 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 ## Repobeats Analytics ## Stargazers over time ## License [MIT](./LICENSE)

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Goartalkblogcomment-systemcommenting

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架