Neon Database Resources
Settings statusline 136
Resource-focused Neon monitor showing storage usage, compute consumption, and cost tracking. Perfect for monitoring resource usage and billing. Setup: Add variables to your project's .env file or export them: NEON_ENDPOINT, NEON_DATABASE, NEON_API_KEY, and NEON_PROJECT_ID. Shows storage usage, compute hours, estimated costs, activity metrics, and resource consumption tracking.
npx claude-code-templates@latest --setting statusline/neon-database-resources claude-code — neon-database-resources
Content
JSON
{
"description": "Resource-focused Neon monitor showing storage usage, compute consumption, and co..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); DIR=$(echo "$input" | jq -r ".workspace.current_dir" 2>/d..."
}
}