Aerostack
Aerostack Official

Aerostack Official

verified_user Reputation: 5

@aerostack • Full Stack Developer

Functions 16
MCP Servers 0
Skills 0

code Functions

code

Recommendation Engine

ecommerce

Personalized recommendations with user history tracking. Ingest your catalog, log interactions, get AI-ranked recommendations with explanations.

code

Semantic Search

devops

Natural language search over any content. Ingest documents, search by meaning not keywords. Returns ranked results with relevance scores.

code

AI Chat with Memory

ai

Persistent chat with conversation history stored in KV. Each session remembers previous messages. Supports streaming.

code

Content Moderator

ai

AI content moderation with configurable rules. Classify text as safe/unsafe, detect categories (spam, hate, nsfw), cache decisions for repeat content.

code

Data Extractor

ai

Extract structured data from unstructured text. Define a schema, paste text, get JSON. Perfect for invoices, receipts, emails, and forms.

code

Email Writer

ai

Generate professional emails with configurable tone, length, and templates. Stores reusable templates in KV for consistent brand voice.

code

Multi-Model Router

devops

Route AI requests to different models based on task type. Configure routing rules, set fallbacks, compare responses across models side-by-side.

code

AI Summarizer

ai

Summarize text, articles, and documents. Configurable length, format (bullets/paragraph/key-points), and focus area.

code

Image Captioner

ai

Generate captions and alt text for images using AI. Supports URL input, configurable caption styles (descriptive, concise, alt-text, social-media).

code

Knowledge Base + MCP

devops

RAG-powered knowledge base with built-in MCP server. Connect to Claude Desktop, Cursor, or any MCP client. Ingest docs, chat, and search via MCP tools.

code

Webhook Processor

integration

Receive webhooks, extract key data with AI, store processed results in KV, and forward to downstream URLs. Configurable processing rules per source.

code

Docs Q&A Bot

content

RAG-powered Q&A over your documentation with citations. Ingest docs via /ingest, ask questions via /chat, search semantically via /search.

code

Customer Support Bot

customer-support

Deflect support tickets with AI-powered answers, confidence scoring, and escalation signals. Returns should_escalate: true when confidence is low so you can route to a human agent.

code

Legal Document Analyzer

legal

Upload contracts and ask questions. Scope queries to a specific document, extract named clause types in parallel (payment, termination, liability, etc.). Powered by llama-3.1-70b.

code

OpenAI Chat Proxy

devops

A zero-config proxy for OpenAI /v1/chat/completions with streaming passthrough and CORS support. Replace the API key placeholder and deploy instantly — free public URL included.

code

CSV to JSON Converter

utility

Converts CSV data into JSON format.