https://github.com/t4ko0522/connectix2
https://github.com/t4ko0522/connectix2
nextjs vrchat websocket
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/t4ko0522/connectix2
- Owner: T4ko0522
- License: apache-2.0
- Created: 2025-04-07T18:24:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-28T05:55:30.000Z (8 months ago)
- Last Synced: 2025-10-28T07:20:21.670Z (8 months ago)
- Topics: nextjs, vrchat, websocket
- Language: TypeScript
- Homepage: https://cntx.in
- Size: 7.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Connectix2
## 注意
これは個人開発のアプリでコードは他人が読めたものじゃないです。

[サイトはこちらから](https://cntx.in)
**Connectix2**は、各種SNSリンクに加え、**VRChatユーザー向けプロフィール機能**を提供する自己紹介ページ作成アプリです。
CSSやJavaScriptの知識がなくても、視覚的にプロフィールの外観や機能をカスタマイズできます。
旧バージョンの [Connectix](https://github.com/T4ko0522/Connectix) をNext.js用いてフロントエンド・バックエンドともに再構築しています。
## 🎯 目標
- **VRChatユーザー向けのプロフィール共有**
VRChatの埋め込み要素をプロフィールに組み込むことで、VRChatユーザー同士のプロフィール共有プラットフォームを提供
- **パフォーマンス向上**
SSR/SSGを活用し、高速なページ表示
- **柔軟なインフラ構成**
XServer VPS + Kubernetes により、スケーラブルで堅牢なデプロイ環境を構築
## 🔐 セキュリティポリシー
Connectix2はVRChatの連携に際して、**VRChatのログイン情報を必要としません**。
## 🛠 技術スタック
| 分類 | 使用技術 |
| ---------------- | ----------------------------- |
| フレームワーク | Next.js 15.2.4 (React 19.1.4) |
| 言語 | TypeScript, Python |
| UI/スタイリング | Tailwind CSS, shadcn/ui |
| ホスティング | XServer VPS(Kubernetes) |
| ホスティング | VPSの契約が切れたのでvercel |
| パッケージ管理 | pnpm |
## 🧱 デプロイ構成(予定)
- インフラ: XServer
- アプリ: コンテナ化されたNext.jsフルスタックアプリ
- CI/CD: GitHub Actions
## 🙋♂️ Contribution
バグ報告・機能提案は[Issues](https://github.com/T4ko0522/Connectix2/issues)へどうぞ。
Pull Requestも歓迎します!
## 📄 ライセンス
Apache License 2.0
詳細は [LICENSE](https://github.com/T4ko0522/Connectix2/blob/main/LICENSE) を参照してください。
```
Copyright 2025 T4ko0522
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```