Aerostack Official
@aerostack • Full Stack Developer
code Functions
Recommendation Engine
ecommerce
Personalized recommendations with user history tracking. Ingest your catalog, log interactions, get AI-ranked recommendations with explanations.
Semantic Search
devops
Natural language search over any content. Ingest documents, search by meaning not keywords. Returns ranked results with relevance scores.
AI Chat with Memory
ai
Persistent chat with conversation history stored in KV. Each session remembers previous messages. Supports streaming.
Content Moderator
ai
AI content moderation with configurable rules. Classify text as safe/unsafe, detect categories (spam, hate, nsfw), cache decisions for repeat content.
Data Extractor
ai
Extract structured data from unstructured text. Define a schema, paste text, get JSON. Perfect for invoices, receipts, emails, and forms.
Email Writer
ai
Generate professional emails with configurable tone, length, and templates. Stores reusable templates in KV for consistent brand voice.
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.
AI Summarizer
ai
Summarize text, articles, and documents. Configurable length, format (bullets/paragraph/key-points), and focus area.
Image Captioner
ai
Generate captions and alt text for images using AI. Supports URL input, configurable caption styles (descriptive, concise, alt-text, social-media).
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.
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.
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.
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.
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.
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.
CSV to JSON Converter
utility
Converts CSV data into JSON format.