Skip to content
@Lamatic

Lamatic.ai

Stack to Build Agentic SaaS → 10x faster | Opensource SDK ♦️ Collaborative Studio ♦️ Serverless Deployment

lamatic cover

Lamatic.ai

Stack to Build Agentic SaaS → 10x faster


Opensource SDK ♦️ Collaborative Studio ♦️ Serverless Deployment

Website | Docs| Join Slack community

Join lamatic.ai Slack Github Stars

Lamatic.ai - Build AI agents in low-code & deploy on edge | Product Hunt Lamatic.ai - Build AI agents in low-code & deploy on edge | Product Hunt Lamatic.ai | AI Tools Lamatic.ai


✨ About lamatic.ai

Lamatic.ai is a managed agent platform with a Visual Flow Builder, VectorDB, and deep Integrations to apps, data sources, and models. Build and deploy AI-powered GraphQL APIs and intelligent agents on the edge without heavy infra setup.

Try the hosted studio at studio.lamatic.ai

🌟 Mission: Empower everyone to create intelligent agents

Lamatic.ai is on a mission to democratize AI agent creation for developers, teams, and enterprises. We provide SDKs, APIs, and SDK-driven workflows that make it simple to build, deploy, and manage intelligent agents at scale. Whether you’re prototyping a chatbot, integrating enterprise knowledge, or deploying production-ready AI in edge environments, Lamatic accelerates your workflow with developer-first tools and managed infrastructure.

Table of Contents

🚀 Getting Started

Visit our documentation for detailed guides, use cases, and API references.

⚡ Quickstart with Lamatic SDK

Install the SDK:

npm install lamatic

Initialize in your project:

import { Lamatic } from "lamatic";
 
const lamatic = new Lamatic({
  apiKey: "your-api-key",
  projectId: "your-project-id",
  endpoint: "your-endpoint",
});
 
async function main() {
  const flowId = "your-flow-id";
  // sample payload
  const payload = {
    prompt: "hey, how are you?"
  }
  try {
    const response = await lamatic.executeFlow(flowId, payload);
    console.log(response);
  } catch (error) {
    console.error(error);
  }
}
 
main();

Checkout SDK Docs for complete instructions.

Development Steps with SDK

  1. Create a Flow in Cloud Studio

    • Define logic using the visual builder.
    • Add nodes: models, APIs, databases, or custom logic.
    • Save and version your flow.
  2. Connect via SDK

    • Import the Lamatic SDK.
    • Authenticate with your API key.
    • Use runFlow() or query() to interact with deployed flows.
  3. Embed in Your Application

    • Integrate into web apps, backend services, or automation scripts.
    • Use with frameworks like Next.js, Express, or serverless platforms.
  4. Deploy at Edge

    • Deploy flows directly from Lamatic Studio.
    • Low-latency inference with automatic scaling.
  5. Extend with Custom Nodes

    • Create reusable logic blocks.
    • Connect external APIs and internal tools.

☁️ Cloud Studio

Sign up for a free Lamatic Studio account to:

  • Build visual flows
  • Deploy GraphQL & AI-powered APIs
  • Manage sources, models, and integrations in one dashboard

✍️ Contribution

We welcome contributions to Lamatic:

  • Star the repo
  • Report issues & ideas
  • Submit pull requests
  • Extend the SDK with new bindings

Check out the contributing guide and our open issues.

📆 Contact Us

🔼 Back to top

Pinned Loading

  1. lamatic-nextra-starter-kit lamatic-nextra-starter-kit Public template

    A nextra based Documentation with Chatbot

    TypeScript 2 1

  2. Lamatic-Docs Lamatic-Docs Public

    A managed platform to build Agentic AI applictions

    MDX 10 13

  3. Index-to-lamatic Index-to-lamatic Public

    This Github Action Integrations allows you to fetch certain file types from your repository and send them as request to Lamatic.ai

    Shell

  4. AgentKit AgentKit Public

    Ready to Deploy Fullstack OpenSource Agentic Apps

    TypeScript 5 4

Repositories

Showing 10 of 18 repositories

Most used topics

Loading…