Stop hunting for that one RemoteEvent handler. Just ask nebulops where it is.
The intelligent context layer for Roblox Studio. Find scripts, trace logic, and understand complex systems in seconds.
Luau-optimized Recursive Chunking. Automatically scrubs PII and hardcoded secrets via Regex before indexing to Pinecone.
Powered by Claude 3.5 Haiku via AWS Bedrock. Optimized RAG retrieval provides the model with the exact code context needed to generate accurate, project-specific answers.
Custom Lambda Authorizers and DynamoDB transactions handle atomic API key rotation and strict namespace isolation.
Intelligent Search
Code Ingestion
Security & Rotation
nebulops utilizes Logical Multi-Tenancy at the database level. Every developer is assigned a unique tenant_id which acts as a mandatory namespace filter for all vector operations in Pinecone. This ensures zero cross-pollination between project indexes.
Before any code leaves the Roblox environment, it passes through a Pre-Ingestion Scrubber. We utilize optimized Regex patterns to identify and redact hardcoded credentials, high-entropy strings, and proprietary access tokens, ensuring sensitive infrastructure metadata never reaches the cloud.
The plugin features an Asynchronous Batch-Processing engine. By grouping scripts into chunks of 20 and implementing a task.wait() drip-feed, we respect Roblox's HttpService limits while maintaining high-speed ingestion.
Identity management is handled via DynamoDB Transactions. Our TransactWriteItems logic ensures that new key creation and old key deletion happen atomically, preventing account lockouts or orphaned identities if a network interruption occurs.