codeDevelopers

Developer Documentation

Build with Neon Innovation Lab's developer tools. Integrate AI models, test APIs, and accelerate your development workflow.

šŸš€ Quick Start

Get started with Neon Innovation Lab's developer ecosystem. Our tools are designed to streamline your workflow and accelerate development.

AI Playground

AI Playground

Test 42+ AI Models in One Place

Overview

AI Playground lets you compare responses from 42+ AI models side-by-side. Test ChatGPT, Claude, Gemini, and more all in one place to find the best AI for your needs.

Features

  • 42+ AI Models: GPT-4, Claude 3.5, Gemini, Llama, Mistral, and more
  • Side-by-Side Testing: Compare up to 4 models simultaneously
  • Batch Processing: Upload CSV files for bulk testing
  • Cost Analysis: Track token usage and API costs
  • 50+ Templates: Pre-built prompts for common use cases

Getting Started

# 1. Visit AI Playground
https://ai-playground-indol.vercel.app

# 2. Connect Your Accounts
• Link your OpenAI account
• Link your Anthropic account  
• Link your Google AI account

# 3. Start Comparing
• Choose AI models to test
• Write your question or prompt
• See side-by-side results

API Integration (Coming Soon)

Programmatic access to AI Playground's model comparison engine will be available in Q2 2026.

// Future API Example (Beta)
const response = await fetch('https://api.neoninnovationlab.com/v1/compare', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    models: ['gpt-4', 'claude-3-5-sonnet', 'gemini-pro'],
    prompt: 'Explain quantum computing',
    max_tokens: 500
  })
});
API Verse

API Verse

REST API Testing for Web & Mobile

Overview

API Verse is a lightweight REST API testing tool available on web and Android. Test endpoints, debug HTTP requests, and explore APIs without leaving your browser or mobile device.

Features

  • HTTP Methods: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS
  • Custom Headers: Add authentication, content-type, and custom headers
  • Request Body: JSON, form-data, urlencoded, raw text
  • Response Analysis: Status codes, headers, body, response time
  • Public API Directory: 500+ pre-configured public APIs

Example Request

# GET Request Example
URL: https://api.github.com/users/octocat
Method: GET
Headers:
  Accept: application/vnd.github.v3+json
  
# POST Request Example
URL: https://jsonplaceholder.typicode.com/posts
Method: POST
Headers:
  Content-Type: application/json
Body: {
  "title": "Test Post",
  "body": "This is a test",
  "userId": 1
}
GPS Mock

GPS Mock

Location Testing for Developers

Overview

GPS Mock is a developer tool for testing location-based features in Android apps. Mock GPS coordinates, simulate routes, and test geofencing without physical movement.

Features

  • Mock Locations: Set custom GPS coordinates instantly
  • Route Simulation: Pre-define routes for testing navigation
  • Speed Control: Adjust movement speed for realistic simulation
  • Saved Locations: Quick access to frequently used coordinates
  • Developer Mode: Requires Android developer options enabled

Setup Instructions

# Android Setup
1. Enable Developer Options
   Settings → About Phone → Tap "Build Number" 7 times

2. Enable Mock Location
   Settings → Developer Options → Select Mock Location App → GPS Mock

3. Launch GPS Mock
   - Enter coordinates OR select from map
   - Tap "Start Mocking"
   - Your location is now mocked

# Coordinates Format
Latitude: 25.2048  (Dubai)
Longitude: 55.2708

# Stop Mocking
Tap "Stop Mocking" to restore real GPS

SDKs & Libraries (Upcoming)

Official SDKs for popular programming languages are in development. Expected release: Q3 2026.

codeJavaScript/TypeScript

npm install @neoninnovationlab/sdk
# Coming Q3 2026

codePython

pip install neoninnovationlab
# Coming Q3 2026

Support & Resources

šŸ’” Pro Tip: Join our developer community for early access to new features, beta testing opportunities, and exclusive API credits.

Ready to Build?

Explore our full suite of developer tools and start building today.