Skip to main content
ClaudeWave

Northside Intelligence Portal

ToolsRegistry oficial0 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
57/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/24/2026
Get started
Method: Clone
Terminal
git clone https://github.com/northsideventuresllc-sketch/northside-intelligence
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Casos de uso

Resumen de Tools

# Northside Intelligence Portal

Single Next.js app serving:

- **Public landing** — [northsideintelligence.com](https://northsideintelligence.com) (`/`)
- **Internal ops dashboard** — `/ops` (password-protected, JB-only)

## Stack

- Next.js 14 (App Router, TypeScript, Tailwind CSS)
- Supabase client (NI-Brain: `kxijunwgbrlfzvgkhklo`)
- Vercel deployment

## Setup

```bash
npm install
cp .env.example .env.local
```

Generate an admin secret:

```bash
openssl rand -hex 20
```

Add your Supabase anon key, service role key, `NI_ADMIN_SECRET`, and `OPS_SESSION_SECRET` to `.env.local`.

```bash
npm run dev
```

- Landing: http://localhost:3000
- Ops login: http://localhost:3000/ops/login
- Ops dashboard: http://localhost:3000/ops (after login)

## Environment variables

| Variable | Description |
|----------|-------------|
| `NEXT_PUBLIC_SUPABASE_URL` | Supabase project URL |
| `NEXT_PUBLIC_SUPABASE_ANON_KEY` | Public anon key |
| `SUPABASE_SERVICE_ROLE_KEY` | Server-only service role |
| `NI_ADMIN_SECRET` | Ops login password (never stored in cookies) |
| `OPS_SESSION_SECRET` | HMAC key for signed `ni_ops_token` session cookies |
| `NEXT_PUBLIC_APP_URL` | Canonical app URL |

## Ops auth

Login posts to `/api/ops/auth`. On success, middleware verifies a signed, expiring `ni_ops_token` httpOnly cookie (HMAC via `OPS_SESSION_SECRET`) — the cookie value is never the admin password. Logout: `DELETE /api/ops/auth`.

## Revenue tracker

Ops revenue fields persist in **localStorage** until database sync is added.

## Sector 3 tools (NI ecosystem)

Canonical wiring lives in `src/lib/sector3-registry.ts` and mirrors `arm3_tools` slugs in NI-Brain.

| Tool | Subdomain | Repo | Supabase table |
|------|-----------|------|----------------|
| ReplyFlow | replyflow.northsideintelligence.com | [replyflow](https://github.com/northsideventuresllc-sketch/replyflow) | `replyflow_profiles` |
| GrantBot | grantbot.northsideintelligence.com | [grantbot](https://github.com/northsideventuresllc-sketch/grantbot) | `grantbot_profiles` |

## Brand

- Background: `#07080C`
- Accent: electric cyan (`#00D4FF`)
- Tagline: *We find the gaps and make it better.*

Replace `/public/logo.png` with the official NI logo when ready.
# Northside Intelligence

Public landing page for [northsideintelligence.com](https://northsideintelligence.com) — Sector 3 tool directory.

## Stack

- Next.js 14 (App Router)
- Tailwind CSS

## Development

```bash
npm install
npm run dev
```

Tool metadata lives in `src/lib/tools.ts`.

Lo que la gente pregunta sobre northside-intelligence

¿Qué es northsideventuresllc-sketch/northside-intelligence?

+

northsideventuresllc-sketch/northside-intelligence es tools para el ecosistema de Claude AI. Northside Intelligence Portal Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-23.

¿Cómo se instala northside-intelligence?

+

Puedes instalar northside-intelligence clonando el repositorio (https://github.com/northsideventuresllc-sketch/northside-intelligence) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar northsideventuresllc-sketch/northside-intelligence?

+

Nuestro agente de seguridad ha analizado northsideventuresllc-sketch/northside-intelligence y le ha asignado un Trust Score de 57/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene northsideventuresllc-sketch/northside-intelligence?

+

northsideventuresllc-sketch/northside-intelligence es mantenido por northsideventuresllc-sketch. La última actividad registrada en GitHub es del 2026-09-23, con 6 issues abiertos.

¿Hay alternativas a northside-intelligence?

+

Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.

Despliega northside-intelligence en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: northsideventuresllc-sketch/northside-intelligence
[![Featured on ClaudeWave](https://claudewave.com/api/badge/northsideventuresllc-sketch-northside-intelligence)](https://claudewave.com/repo/northsideventuresllc-sketch-northside-intelligence)
<a href="https://claudewave.com/repo/northsideventuresllc-sketch-northside-intelligence"><img src="https://claudewave.com/api/badge/northsideventuresllc-sketch-northside-intelligence" alt="Featured on ClaudeWave: northsideventuresllc-sketch/northside-intelligence" width="320" height="64" /></a>