Software engineering first · Colombo & Singapore

We build business systems,
then make them intelligent.

Inventory, POS, ERP and computer vision that already run real operations, extended with RAG, chat-with-your-data and private self-hosted AI. Your data never leaves your servers.

Four systems are live right now. Demo logins are printed on the product cards below, so you can judge the work rather than the pitch.

docgraph/retrieval-pipelineRunning
  1. GuardrailScreen and classifyThe question is checked, then a retrieval strategy is picked
  2. RetrieveHybrid searchpgvector cosine and keyword search, fused into one candidate set
  3. RerankDrop weak contextOnly passages that earn their place reach the model
  4. EnrichGraph and wikiFail-open by design, so it never blocks an answer
  5. AnswerCited generation[3 sources]Streamed back, every claim anchored to its source document
Runs on your hardwareAir-gap capable

Track record

Proof you can log into, not a pitch deck.

Live demo systems
4
Credentials are on the cards below
Products shipped
7
Working software, not slideware
Data ownership
100%
Self-hosted on hardware you control
Vendor lock-in
$0
Source and deploy scripts handed over
Sectors
  • Retail
  • Manufacturing
  • Field service
  • Logistics
  • Professional services

What we do

Engineer-led, privacy-first.

We ship working software, then add AI where it measurably pays for itself. Every engagement starts with the process costing you the most and ends with software running it.

Portfolio

Products you can try right now.

Not slideware. Four systems are live with the credentials printed below. Open one, break something, and judge the engineering for yourself.

NueEdge DocGraph

Live demoSelf-hosted

A graph-augmented RAG and document platform that compiles everything you upload into a maintained wiki, not just a chat box over a pile of PDFs. Documents are versioned, chunked and embedded, then compiled into concept pages, open questions and a knowledge changelog that compound as you add sources.

Built to run on your own hardware: air-gap compatible and tuned for open-weight 4B to 12B models, so sensitive documents never have to leave the building.

  • Graph-augmented RAG
  • Compiled wiki
  • Citations
  • Air-gap capable
  • Versioned documents

Retrieval pipeline

  1. 01Guardrail and classifyScreen the question, pick a strategy
  2. 02Hybrid retrievalpgvector cosine plus keyword, fused
  3. 03Rerank and filterDrop weakly relevant context
  4. 04Graph and wiki enrichFail-open, never blocks an answer
  5. 05Cited generationStreamed, anchored to sources

VisionOps

Beta

Camera-based detection and counting for vehicles, people and production-line items, with live annotated streams, unique-object counting and licence plate recognition. Works against CCTV and RTSP feeds, uploaded video and stills.

Every clip here is unedited VisionOps output, not a mock-up.

  • Object counting
  • ALPR
  • RTSP / CCTV
  • Live annotation
Vehicle detection and unique counting on a traffic feed
Licence plate recognition with person detection
Production-line item counting

NueEdge Inventory

Live demo

Multi-warehouse stock control with barcoding, transfers, reorder alerts and finance-grade reporting. Procurement through to AR/AP in one system.

  • Multi-warehouse
  • Barcoding
  • Reporting
Open live demo

demo login: admin@local · Passw0rd1

NueEdge POS

Live demo

Fast point of sale that pairs with NueEdge Inventory. Sales, returns, shift management, receipts, pack-size selling and counter-sales shortcuts.

  • Point of sale
  • Receipts
  • Shifts
Open live demo

demo login: admin@local · Passw0rd1

NueEdge ERP & Servicing

Live demo

Field-service and ERP workflows: job cards, technicians, parts, work orders, estimates, quality checks and full customer service history.

  • Job cards
  • Servicing
  • Finance
Open live demo

demo login: admin@iss.local · Admin123

Deep-Forecast

Beta

A multi-agent research engine. Researcher, Analyst, Critic, Forecaster and Writer run in sequence to produce citation-backed reports with graded evidence and quantitative forecasts. Runs fully offline on local models.

  • Multi-agent
  • Citations
  • Self-hosted

Second Brain Engine

Released

A private, local-first engine that turns scattered notes, PDFs and decisions into a maintained, Obsidian-compatible Markdown knowledge graph. Ships as a CLI, a Python library, a sandboxed MCP server and a local web UI over a folder of plain files.

  • Local-first
  • Markdown-native
  • MCP server

Knowledge engine

Knowledge that compounds.

Most AI tools start from zero on every question. Ours do not. Both knowledge engines are built on the same principle: the second document about a topic should update what you know, not sit beside it as another unread file.

Open weights, your hardware

Security by architecture, not by policy.

Both engines default to open-source models running locally through Ollama, tuned for the 4B to 12B class that fits on hardware you already own. DocGraph is air-gap compatible: documents, embeddings and the compiled wiki stay in your own PostgreSQL and object storage.

  • Local Ollama by default, no API key required
  • Air-gap compatible deployment
  • Provider keys read from the environment, never written to disk or logged
  • Your documents are never training data

Automatic model routing

The right model for each job, chosen for you.

Work is classified into fifteen distinct model purposes, from embeddings and reranking through to reasoning, vision and financial extraction, and each is routed to the model that handles it best. A 27B reasoning model is wasted on a classification call; a 4B model should not be writing your financial narrative.

  • Fifteen model purposes routed independently
  • One active generation route: Ollama, OmniRoute, OpenRouter, OpenAI, Claude, Gemini or DeepSeek
  • Optional OmniRoute proxy handles provider fallback
  • Generation route switches without touching the embedding model, so the vector index never has to be rebuilt

A wiki that maintains itself

Karpathy's LLM-wiki pattern, no Obsidian required.

The idea is usually demonstrated as a folder of Markdown edited by hand. DocGraph implements the same loop as a multi-user application: PostgreSQL, object storage and background jobs instead of a vault on one laptop. Upload a document and it is compiled into a page, reviewed, cross-referenced, and folded into concept pages that already exist.

  • Sources compile into maintained concept pages, not duplicates
  • Builder, Judge and Manager review gate before anything integrates
  • Auto-maintained Open Questions page and Knowledge Changelog
  • Semantic lint job flags contradictions between pages

The loop, every source runs it

  1. 1Ingest

    Sources are preserved and versioned. Text, figures and images are extracted, chunked and embedded.

  2. 2Compile

    A wiki page is drafted, judged and committed, then merged into the concept pages it belongs to.

  3. 3Query

    Ask questions against the corpus. Wiki pages give orientation; citations stay tied to source documents.

  4. 4Lint

    The knowledge base is checked for contradictions and drift. It reports, it never silently edits.

Two ways to run it.

The same pattern, built twice for genuinely different situations: a shared platform for a team, and a private vault for one person.

NueEdge DocGraph

For teams

A server application. Multi-user auth and role-based access, versioned documents, background job processing, and a web UI for chat, documents, wiki, authoring and admin. The knowledge base lives in PostgreSQL with pgvector, which is what makes permissions, versioning and concurrent access work properly.

Stack
.NET 10 · Next.js 16 · PostgreSQL + pgvector · MinIO
Storage
Database and object storage, no vault on a laptop
Access
Multi-user, RBAC, per-user provider keys
Extras
Financial report analysis · DOCX and PDF export · fine-tune dataset prep

Second Brain Engine

For individuals

A folder of plain Markdown you own outright, driven by a CLI, a Python library, and an MCP server that lets Claude Desktop or your IDE work against the vault directly. Open the same folder in Obsidian and the graph is simply there. Compatible with it, never dependent on it.

Stack
Python 3.11+ · SQLite FTS5 · Markdown + frontmatter
Storage
Plain files on your disk, no database, no accounts
Access
Single user, local-only web UI bound to 127.0.0.1
Extras
MCP server · weekly review · cited answers filed back

Safe by construction

Every path resolves inside the vault. Parent-directory traversal, absolute paths and symlink escapes are rejected. There is no delete tool and no shell tool. Writes are backed up and audit-logged, and read-only mode drops every write tool entirely.

Why NeuralsEdge

Four reasons, all of them checkable.

  1. 01

    Engineers first, AI second

    We come from shipping production business software in C#/.NET, Python, databases and deployments. AI gets added where it measurably helps, not as a demo trick that falls over on a Monday morning.

  2. 02

    Your data stays yours

    Every solution can run fully self-hosted: local models, local vector stores, on-premise vision processing. No customer data flows to a third-party API unless you deliberately choose it.

  3. 03

    Proof over promises

    Four products are live for you to log into today, and the demo credentials are printed on this page. We would rather show working software than a pitch deck.

  4. 04

    No lock-in, ever

    You get the source, the deployment scripts and the documentation. If we disappeared tomorrow, your systems keep running and someone else can maintain them.

Who you’d be working with

A decade of software engineering, pointed at AI.

NeuralsEdge started in 2012 as a C# and .NET shop. That matters more than it sounds: most of what goes wrong with AI projects is not the model, it is the integration, the data and the operations around it, and all three are ordinary software engineering.

We work out of Colombo and Singapore, which means senior engineering at a rate that does not require a board sign-off, in a timezone that overlaps both Asia-Pacific and Europe.

What we optimise for

Systems you can operate without us. Documented, observable, self-hosted, and handed over with the source.

What we won’t do

Ship a demo and call it a deployment. If it cannot survive a Monday morning, it is not finished.

Talk to the team
  1. 2012

    Founded on C# and .NET

    Enterprise software delivery, a decade before the word "AI" appeared on a single one of our invoices.

  2. 2019

    Data and integration work

    Pipelines, ETL and systems integration across finance, logistics and retail clients in four countries.

  3. 2023

    Retrieval and automation practice

    RAG systems, workflow automation and computer vision, built on the same engineering discipline as everything before it.

  4. Today

    A product portfolio

    Seven products, four of them live for anyone to log into: inventory, POS, ERP, vision and two knowledge engines.

How an engagement runs

Four phases. No mystery.

Most AI projects fail in the gap between a convincing demo and a system somebody has to run on a Monday. This is how we close that gap.

  1. 01Week 1

    Map

    We sit with the people doing the work and document the process as it actually runs, not as the org chart says it does. You keep the map whether or not you hire us.

  2. 02Weeks 2–3

    Prototype

    One workflow, end to end, against your real data on your own hardware. Small enough to throw away, real enough to prove the economics before you commit to the rest.

  3. 03Weeks 4–8

    Ship

    The full build: integrations, permissions, error handling, monitoring, and the unglamorous reliability work that decides whether this is still running in a year.

  4. 04Ongoing

    Hand over

    Source code, deployment scripts, documentation and dashboards, then a support window while your team takes the wheel. The goal is that you stop needing us.

Stack

What we build with.

Chosen per project, not per fashion cycle. Everything here is running in one of the products above, and if your team already has something that works, we build on it rather than replacing it.

Backend
C# / .NET 8.NET 10Python 3.11+ASP.NET CoreHangfire
Frontend
Next.jsTypeScriptReactTailwind
Data
PostgreSQLpgvectorSQLite FTS5MinIOMongoDB
Models
OllamaOpen-weight 4B–27BClaudeOpenAIGeminiDeepSeek
Retrieval
Hybrid searchRerankingKnowledge graphMCP
Vision
RF-DETRByteTrackFastALPRRTSP ingest
Infrastructure
DockerDocker ComposenginxRailwaySelf-hosted VPS

Next step

Tell us what you run today.

Inventory, POS, ERP, CCTV, a shared drive nobody can search: describe what you have and we will tell you honestly what AI can add, what it would take, and roughly what it would cost. If the answer is that it is not worth doing, we will say so.

Response time
Within 24 hours
First call
Free, 30 minutes
Outcome
A written scope, no obligation