riml-me
About
riml-me is a modern web application built with Next.js 15.2 (App Router), React 19, TailwindCSS, and TypeScript. It uses pnpm as the package manager and includes Biome, ESLint, and Vitest for development tooling. The project is intended for developers creating and maintaining a…
Details
- Author
- RimlTempest
- Downloads
- 292
- Categories
- Other
Jump to
- Next.js 15.2 App Router architecture
- React 19 with TypeScript 5.5.4
- TailwindCSS 3.4.4 for styling
- pnpm 20.1.2 for dependency management
- Biome formatting and ESLint linting
- Vitest for unit testing with coverage support
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
riml-meCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies with pnpm install, and start the development server with pnpm dev (or npm run dev, yarn dev, bun dev). The app runs on http://localhost:3000. Tests are run with pnpm test and linting/formatting with pnpm lint and pnpm format.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"riml-me": {
"riml-me": {
"command": "bun",
"args": [
"dev"
]
}
}
}
}
McpServers
{
"riml-me": {
"command": "bun",
"args": [
"dev"
]
}
}
riml-me
このプロジェクトは、Next.js App Routerを使用したモダンなウェブアプリケーションです。
技術スタック
- フロントエンド
- Next.js 15.2 (App Router)
- React v19
- TailwindCSS 3.4.4
- TypeScript 5.5.4
- 開発ツール
- pnpm 20.1.2 (パッケージマネージャー)
- Biome (フォーマッター)
- ESLint (リンター)
- Vitest (テストフレームワーク)
プロジェクト構成
/
├── apps/ # アプリケーションコード
│ └── app/ # メインアプリケーション
│ ├── src/ # ソースコード
│ │ ├── app/ # Next.js App Router
│ │ └── components/ # 共通コンポーネント
│ ├── public/ # 静的ファイル
│ └── ...
├── packages/ # 共有パッケージ
│ ├── biome-config # Biomeの設定
│ ├── eslint-config # ESLintの設定
│ └── vitest-config # Vitestの設定
└── ... (設定ファイル類)
セットアップ
必要条件
- Node.js 20.18.0
- pnpm 20.1.2
インストール
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



