# Lilbots

> A web-based platform to create, deploy, and share AI-powered scripts (bots) using JavaScript or Python, with built-in API access to OpenAI, Anthropic, ElevenLabs, and more.

Lilbots is a web-based IDE and deployment platform that lets developers build, run, and share AI-powered scripts — called "bots" — without managing infrastructure, API keys, or OAuth flows. The platform describes itself as "the best place to create, deploy and share AI powered scripts," combining a Monaco-based code editor with instant cloud deployment and a community bot marketplace.

## What It Is

Lilbots sits at the intersection of a cloud scripting environment and an AI bot marketplace. Users write bots in JavaScript (Deno) or Python directly in the browser, and the platform automatically generates a UI, deploys the script to the cloud, and makes it accessible via web, API call, or scheduled trigger. The core pitch is that you write only the logic — Lilbots handles the rest, including injecting API credentials for integrated services.

## Built-In API Access

One of Lilbots' most distinctive features is its pre-wired API integrations. Rather than requiring users to sign up for separate services, obtain API keys, or manage OAuth2 flows, Lilbots injects credentials at runtime for a growing list of services:

- **OpenAI** – GPT-4o for text, image, and speech generation
- **Anthropic** – Claude 3.5 for text and multimodal tasks
- **ElevenLabs** – Human-like text-to-speech
- **Browserbase** – Headless browser automation in the cloud
- **Firecrawl** – Web scraping and data extraction
- **Google** – Gmail, Drive, Sheets, Docs, and more
- **GitHub** – Repository and issue access
- **Spotify** – Playlist and search access
- Microsoft, Salesforce, and Notion are listed as coming soon

## Community Bot Marketplace

Lilbots hosts a public explore page where community members publish and share bots across categories including Social Media, Finance, Media Creation, Legal, and Software Development. Featured community bots include a Sherlock-based social account finder, a blog post writer with web context, a SQL query bot, a podcast generator from Wikipedia pages, and a resume-job fit evaluator. Bots can be marked as "Forkable," allowing other users to copy and modify them.

## Deployment and Trigger Model

Once a bot is built, it can be triggered from multiple surfaces: a generated web UI accessible from any device, a direct API call, or a scheduled cron-style run. The platform positions this as a significant upgrade over a local `.py` file — the bot is always on and reachable without any server management on the user's part.

## Team Workspaces and Collaboration

Lilbots includes a workspace feature for teams, enabling shared bot libraries, collaborative editing, audit trails for bot runs, and shared service accounts. This makes it suitable for small teams that want to build internal automation tools without setting up their own infrastructure.

## AI Copilot

The platform includes a built-in AI pair programmer that can fix bugs, write functions, autocomplete code, or generate entire bots from a natural language prompt. This lowers the barrier for less experienced developers to build functional automation scripts.

## Features
- AI-powered web IDE with Monaco editor
- Code in JavaScript (Deno) or Python
- Built-in API access to OpenAI, Anthropic, ElevenLabs, Browserbase, Firecrawl, Google, GitHub, Spotify
- Instant cloud deployment with auto-generated UI
- Trigger bots via web, API call, or schedule
- AI copilot for code generation, bug fixing, and autocomplete
- Community bot marketplace with forkable bots
- Team workspaces with shared service accounts
- Audit trails for bot runs
- Bot collections by category (Social Media, Finance, Legal, etc.)

## Integrations
OpenAI, Anthropic, ElevenLabs, Browserbase, Firecrawl, Google (Gmail, Drive, Sheets, Docs), GitHub, Spotify, Microsoft (coming soon), Salesforce (coming soon), Notion (coming soon)

## Platforms
LINUX, WEB, API

## Pricing
Freemium — Free tier available with paid upgrades

## Links
- Website: https://www.lilbots.io
- Documentation: https://docs.lilbots.io/
- EveryDev.ai: https://www.everydev.ai/tools/lilbots
