# surmon.me
**Repository Path**: trusted-list/surmon.me
## Basic Information
- **Project Name**: surmon.me
- **Description**: 🌱 My digital vihāra, built by me.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: https://surmon.me
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-03-18
- **Last Updated**: 2026-04-16
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Surmon.me
[](https://github.com/surmon-china/nodepress)
[](https://vuejs.org)
[](https://github.com/surmon-china/surmon.me/stargazers)
[](https://stats.uptimerobot.com/Q2k7OTXxJN/791570495)
[](/LICENSE)
**My personal website and blog, built with [Vue](https://vuejs.org). API services are provided by [NodePress](https://github.com/surmon-china/nodepress).**
**[Surmon.me](https://surmon.me)**
**[Related projects](https://github.com/stars/surmon-china/lists/surmon-me)**
- **RESTful API service:** [`NodePress`](https://github.com/surmon-china/nodepress) built with NestJS.
- **Blog AI agent:** [`surmon.me.ai`](https://github.com/surmon-china/surmon.me.ai) built on Cloudflare.
- **Blog admin site:** [`surmon.me.admin`](https://github.com/surmon-china/surmon.me.admin) built with React and [Veact](https://github.com/veactjs/veact).
- **Blog native app:** [`surmon.me.native`](https://github.com/surmon-china/surmon.me.native) built with React Native.
## Screenshot


## Development Setup
```bash
# install dependencies
$ pnpm install
$ pnpm run dev
$ pnpm run build
$ pnpm run start
# lint test
$ pnpm run lint
# release
$ pnpm run release
```
## Actions setup
- Any PR opened → [`CI:Build test`](.github/workflows/test.yml)
- New tag `v*` → [`CI:Create Release`](.github/workflows/release.yml)
- New Release created → [`CI:Deploy`](.github/workflows/deploy.yml) → Execute server [deploy script](./scripts)
### Changelog
Detailed changes for each release are documented in the [release notes](/CHANGELOG.md).
### License
Licensed under the [MIT](/LICENSE) License.