whatisgithub

What is neuralair?

hsankc/neuralair — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · developerComplexity · 3/5Setup · moderate

In one sentence

A hackathon demo imagining a Solana-coordinated marketplace and dashboard for autonomous delivery drones.

Mindmap

mindmap
  root((NeuralAir))
    What it does
      Drone mission marketplace
      Live fleet dashboard
      AI natural language dispatcher
      Simulated charging network
    Tech stack
      Next.js
      React
      TypeScript
      Solana
    Use cases
      Blockchain drone coordination demo
      DePIN pitch prototype
      Hackathon UI reference
    Audience
      Developers
      Hackathon judges
      Web3 builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Study or fork this as a reference UI for a blockchain-coordinated drone fleet dashboard.

USE CASE 2

Demo a DePIN style charging network pitch using the Sky Charge section.

USE CASE 3

Try natural language drone dispatch commands against the AI dispatcher.

What is it built with?

Next.jsReactTypeScriptSolana

How does it compare?

hsankc/neuralair0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardeasy
Complexity3/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Drone movement and much of the mission flow are simulated, an OpenAI API key is optional for the AI dispatcher.

So what is it?

NeuralAir is a hackathon project that imagines Solana, a blockchain network, acting as the coordination layer for a network of autonomous delivery drones. It presents itself as a decentralized aviation network where drone missions like cargo delivery, agriculture, firefighting support, and traffic monitoring can be posted to an open marketplace, and where a fleet of drones, charging stations, and pilots would coordinate through the blockchain rather than one central company. The app has several main screens. A dashboard shows a live interactive map of drones, their routes, and basic fleet statistics like battery levels and active flights, along with an AI dispatcher that can accept natural language requests, such as asking it to send the nearest drone to a location, and reply with a parsed instruction. A marketplace lets you browse and create drone missions and, on Solana's test network, connect a Phantom wallet to simulate paying into an escrow address. A Sky Charge section models a decentralized network of charging pods for drones, showing live charging sessions and running totals of energy used and money earned. A control page offers a first person, keyboard controlled flight view, and a flight logs page keeps a searchable history of past flights that can be exported as a CSV file. The README is direct that this is a demo built for hackathon judging rather than a working aviation system: drone movement and much of the mission activity are simulated for a reliable walkthrough, though the wallet connections and interface are real when configured, and the architecture is designed with an eye toward later connecting to real drone hardware using the MAVLink protocol family. The project is built with Next.js, React, and TypeScript, uses Solana's Devnet test network, and can optionally call the OpenAI API for its natural language dispatcher, falling back to canned replies if no API key is set.

Copy-paste prompts

Prompt 1
Walk me through the main screens in NeuralAir, from the dashboard to the marketplace to Sky Charge.
Prompt 2
Explain how NeuralAir's AI dispatcher turns a natural language request into a structured command.
Prompt 3
Help me connect a Phantom wallet to NeuralAir's Solana Devnet marketplace to test a mission payment.
Prompt 4
What parts of NeuralAir are simulated versus real, based on the README's disclosure?

Frequently asked questions

What is neuralair?

A hackathon demo imagining a Solana-coordinated marketplace and dashboard for autonomous delivery drones.

What language is neuralair written in?

Mainly TypeScript. The stack also includes Next.js, React, TypeScript.

How hard is neuralair to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is neuralair for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.