Skip to main content
ClaudeWave

Northside Intelligence Portal

ToolsOfficial Registry0 stars0 forksTypeScriptUpdated 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.
Use cases

Tools overview

# 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`.

What people ask about northside-intelligence

What is northsideventuresllc-sketch/northside-intelligence?

+

northsideventuresllc-sketch/northside-intelligence is tools for the Claude AI ecosystem. Northside Intelligence Portal It has 0 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install northside-intelligence?

+

You can install northside-intelligence by cloning the repository (https://github.com/northsideventuresllc-sketch/northside-intelligence) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is northsideventuresllc-sketch/northside-intelligence safe to use?

+

Our security agent has analyzed northsideventuresllc-sketch/northside-intelligence and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains northsideventuresllc-sketch/northside-intelligence?

+

northsideventuresllc-sketch/northside-intelligence is maintained by northsideventuresllc-sketch. The last recorded GitHub activity is dated 2026-09-23, with 6 open issues.

Are there alternatives to northside-intelligence?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy northside-intelligence to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>