by joeseesun · AI Tool · ★ 137
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
HTML代码分享工具 (Express版本) 这是一个基于Express.js开发的HTML代码分享工具,允许用户创建、分享和查看HTML代码片段。支持密码保护、会话管理和现代化的用户界面。 功能特点 HTML代码片段创建和分享:轻松创建和分享HTML代码 密码保护功能:可选择为代码片段设置密码保护 用户认证系统:支持登录认证,保护创建功能 响应式设计:现代化的用户界面,支持移动端 会话管理:安全的会话存储和管理 最近页面查看:快速访问最近创建的页面 技术栈 后端框架:Node.js + Express.js 模板引擎:EJS 数据库:SQLite3 会话存储:文件存储 (session-file-store) 其他依赖: body-parser:请求体解析 cors:跨域资源共享 crypto-js:加密功能 dotenv:环境变量管理 morgan:HTTP请求日志 marked:Markdown解析 mermaid:图表渲染 项目结构 html-go-express/ ├── app.js # 应用程序入口文件 ├── package.json # 项目依赖和脚本 ├── config.js # 配置文件 ├── .env # 环境变量(需要创建) ├── config/ # 配置目录 ├── models/ # 数据模型 │ ├── db.js # 数据库初始化 │ └── pages.js # 页面数据模型 ├── routes/ # 路由处理 │ └── pages.js # 页面路由 ├── views/ # EJS模板文件 │ ├── layout.ejs # 布局模板 │ ├── index.ejs # 首页模板 │ ├── login.ejs # 登录页面 │ ├── password.ejs # 密码验证页面 │ ├── error.ejs # 错误页面 │ └── partials/ # 模板片段 ├── public/ # 静态资源 ├── middleware/ # 中间件 │ └── auth.js # 认证中间件 ├── utils/ # 工具函数 ├── scripts/ # 脚本文件 ├── db/ # 数据库文件 ├── sessions/ # 会话文件存储 ├── Dockerfile # Docker
| Stars | 137 |
| Forks | 42 |
| Language | JavaScript |
| Category | AI Tool |
| Quality Score | 59.5647508925178/100 |
| Open Issues | 2 |
| Last Updated | 2025-06-05 |
| Created | 2025-03-27 |
| Platforms | docker, node |
| Est. Tokens | ~14k |
These tools work well together with quickshare for enhanced workflows:
Looking for a quickshare alternative? If you're comparing quickshare with other ai tool tools, these 2 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Skip to content github / docs Code Issues 80 Pull requests 35 Discussions Actions Projects 2 Security Insights
.NET MAUI skills for GitHub Copilot and Claude Code
Explore other popular ai tool tools:
quickshare is 快速分享大模型生成的HTML、Markdown、SVG、Mermaid代码. It is categorized as a AI Tool with 137 GitHub stars.
quickshare is primarily written in JavaScript.
You can find installation instructions and usage details in the quickshare GitHub repository at github.com/joeseesun/quickshare. The project has 137 stars and 42 forks, indicating an active community.
The top alternatives to quickshare on Agent Skills Hub include redesigned-pancake, maui-skills. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.