App Collection

13 ready-to-use applications

NeuralAI App Collection

13 real applications available in Python and Java for Cloud Run. Each app executes real code, consumes resources (tokens, time, API) and saves output in the File Explorer.

πŸ§ͺ

Test & Utility

🐍

Hello World Test

Initial server verification: tests code execution, mathematical operations, strings and file access. Includes check of pre-installed libraries (pandas, matplotlib, numpy, requests). Ideal as first test after activating Cloud Run.

Use cases:

Server configuration verificationPython/Java library testFile access check
πŸ”

Secure Password Generator

Generates cryptographically secure passwords using SecureRandom (Java) or secrets (Python). Supports customizable length (16-32 characters) and also generates readable passphrases. Includes password strength calculator.

Use cases:

Secure credential generationRandomness testPassphrase creation
🌍

World Clock

Retrieves current time in various cities worldwide using the public worldtimeapi.org API. Displays date, time and UTC offset for each timezone. Does not require API key.

Use cases:

Timezone displayExternal HTTP call testInternational scheduling
πŸ€–

NeuralAI API

πŸ’¬

NeuralAI Chat AI

Send prompts to NeuralAI API and receive AI responses in real time. Consumes tokens from API balance. Supports text analysis, content generation, Q&A and any artificial intelligence task.

Use cases:

Text analysisContent generationQ&AGeneric AI tasks
🎨

AI Image Generator

Generates AI images from text prompts using NeuralAI API. Consumes API tokens. Generated image is saved as PNG in File Explorer. Supports detailed descriptions for customized results.

Use cases:

Visual prototypesCreative contentImage generation testGraphic mockups
πŸ“Š

Data & Web

πŸ•ΈοΈ

Real Web Scraping

Downloads real web pages, extracts title, main text and links using HTML regex. Supports two modes: raw extraction (without AI) or AI analysis with NeuralAI that summarizes content (consumes tokens). Saves results as TXT file in File Explorer.

Use cases:

Site monitoringPublic data extractionContent researchCompetitor analysis
πŸ“ˆ

CSV Data Chart

Reads CSV files from File Explorer, auto-detects numeric columns and generates charts (line, bar, pie, scatter) using matplotlib. Handles missing values and saves chart as PNG.

Use cases:

Sales visualizationStatisticsData reportsDashboard
πŸ“Š

CSV Data Analysis

Analyzes CSV files calculating complete statistics for numeric columns: mean, median, standard deviation, minimum, maximum, quartiles. Uses pandas for processing. Ideal for exploratory analysis.

Use cases:

Exploratory analysisStatistical reportDataset quality checkBusiness intelligence
πŸ’±

Real Exchange Rates

Retrieves real exchange rates from free public API (open.er-api.com). Supports customizable base currency (EUR, USD, GBP...) and target currency filter. Does not require API key.

Use cases:

Currency convertersFinancial dashboardsExchange rate monitoringExternal HTTP tests
πŸ’°

Price Monitor AI

Scrapes e-commerce product pages, extracts current prices and records history in CSV. Supports single monitoring (direct URL) or multiple (CSV with URL list). Tracks changes over time (increase/decrease/stable). Optional AI mode for market analysis and purchase recommendations.

Use cases:

Competitor monitoringDiscount trackingPurchase decisionsPrice intelligence
πŸ”

SEO Auditor AI

Performs complete SEO audit on web pages: checks title tag, meta description, headings (H1), images (alt text), mobile viewport, HTTPS. Calculates score 0-100 with grade (A/B/C/D) and issue list. Saves report as TXT.

Use cases:

SEO optimizationTechnical auditPre-launch checklistQuality monitoring
πŸ“ž

AI Calls

☎️

SIP Trunk Required (BYOT)

Apps in this section initiate real AI voice calls via the Retell AI platform. To work, you must configure a personal SIP Trunk (Bring Your Own Telephony) associated with the Β«Cloud ServerΒ» service in your profile. Without an active trunk with the Cloud Server service, calls will fail with a Β«no_sip_trunkΒ» error.

πŸ“ž

Single AI Call

Initiates a single AI voice call via "Outbound Ai Agent" service. AI calls specified number, talks about indicated topic and introduces itself on behalf of company. Parameters: number, agent name, topic, voice, language.

Use cases:

Call testingTargeted single callsAppointment confirmationsReminders
πŸ“£

Outbound Marketing AI

Reads CSV file with contacts and initiates automatic AI calls for each number. Full customization: agent name, company, topic, questions, knowledge mode, voicemail/IVR action. Automatically generates "marketing-results.csv" with outcomes (success/error, call ID).

Use cases:

Marketing campaignsAppointment confirmationsSurveysCustomer recoveryFollow-up
πŸ’‘

Common Features

  • β€’ Dual implementation: each app is available in both Python and Java with the same features
  • β€’ Real execution: code is executed on Google Cloud Run, not simulated
  • β€’ Resource consumption: API tokens, Retell minutes (for calls), Cloud Run execution time
  • β€’ File Explorer: output automatically saved as files (CSV, TXT, PNG) in the server sandbox
  • β€’ Configurable parameters: each app has variables to customize (API key, URL, file, options)
  • β€’ Optional AI mode: some apps support additional AI analysis (Web Scraping, Price Monitor) that consumes extra tokens