aicoolies logo
Val Town logo

Val Town

Instant serverless TypeScript platform for APIs, crons, and bots

Share
freemium
Visit Website →

Val Town is a collaborative platform for writing and deploying serverless TypeScript functions instantly from the browser. Create APIs, cron jobs, email handlers, and bots with a single Cmd+S. Features version control, collaboration, and a social coding model where functions can import from other users. YC-backed with 450K+ monthly active users.

Val Town removes the entire deployment pipeline between writing code and running it in production. A developer can write a TypeScript function in the browser editor, press save, and immediately have a live HTTP endpoint, scheduled cron job, or email handler running on Val Town's infrastructure. There is no build step, no deployment configuration, no server provisioning, and no cold start — functions are available within seconds of saving. This immediacy makes Val Town particularly valuable for rapid prototyping, webhooks, monitoring scripts, and the small automation tasks that are too lightweight to justify a full deployment pipeline but too important to run on a local machine.

The platform introduces a social coding model where each function (called a val) can be imported and composed by other users, creating a growing library of reusable serverless components. A developer building a Slack notification system can import another user's Slack SDK wrapper, combine it with a cron scheduler, and have a working notification bot in minutes. Vals support TypeScript with full Deno standard library access, can store persistent state through built-in SQLite databases, and can interact with external services through standard fetch requests. Multi-file vals with branch and PR support enable teams to collaborate on more complex projects.

Val Town has gained traction among developer tool companies as an internal tool platform, with LangChain, Stack AI, and Cursor using it for demos, webhooks, and lightweight integrations. The platform supports AI-assisted coding with LLM-powered generation of vals from natural language descriptions. With Y Combinator backing, 450,000+ monthly active users, and active development through 2026, Val Town occupies the niche between local scripts and full serverless platforms like AWS Lambda, offering the speed of a REPL with the reliability of a cloud deployment.

Pricing

Free tier; Pro plans for additional compute and features

Platforms

Browser-based — instant deployment, no setup required

Categories

Tags

Use Cases

Alternatives

Related Tools

KubeAI

Kubernetes operator for serving AI inference workloads

KubeAI is an Apache-2.0 Kubernetes operator for deploying and scaling AI inference workloads, including LLMs, embeddings, reranking, and speech-to-text. It gives platform teams OpenAI-compatible endpoints, model proxy/controller primitives, model caching, scale-from-zero behavior, and cluster-native resource management for self-hosted inference on Kubernetes.

open-sourceOpen Source

Notion MCP Server

Official Notion MCP server for AI-agent workspace access

Notion MCP Server is Notion's official MIT-licensed MCP server for connecting AI assistants to Notion workspaces. It supports the vendor-backed remote OAuth path and tools designed for page, workspace, and Markdown-style operations, making it a safer default than unofficial Notion bridges for teams already using Notion for docs, projects, or internal knowledge bases.

open-sourceOpen SourceTelemetry

Linear MCP Server

Official authenticated remote MCP endpoint for Linear issues, projects, comments, and coding-agent workflows.

Linear MCP Server is Linear’s official authenticated remote MCP endpoint for agent access to issues, projects, and comments. It gives Claude, Codex, Cursor, VS Code, Windsurf, Zed, and other clients a centrally hosted way to find, create, and update Linear work items through OAuth-backed MCP without maintaining a local connector or brittle API glue.

freemiumTelemetry

Slack MCP Server

Official Slack MCP server for approved workspace search, messaging, canvas, and user-context actions.

Slack MCP Server is Slack’s official remote MCP layer for giving approved AI clients workspace context and controlled actions. It lets agents search messages, files, users, and channels, draft or send messages, read threads, manage canvases, and authenticate through Slack OAuth while workspace admins approve integrations and normal Slack rate limits still apply.

freemiumTelemetry

Spotlight by Backplanes

Session reports for Claude Code and Codex runs

Spotlight by Backplanes turns completed Claude Code and Codex sessions into concise reports for engineering, security, and spend review. The CLI installs on macOS, Linux, or WSL 2, watches sessions after they finish, redacts PII and credentials locally before upload, then summarizes files touched, commands run, external domains reached, scope drift, risky actions, and next-session improvements.

freemiumTelemetry
agmsg logo

agmsg

Cross-agent messaging for CLI coding agents

agmsg is an MIT-licensed Bash and SQLite messaging layer for CLI coding agents. It lets Claude Code, Codex, Gemini CLI, GitHub Copilot CLI, Antigravity, OpenCode, Hermes, and other terminal agents exchange messages through a shared local database instead of relying on a human copy-paste relay. It is intentionally not MCP, not a broker, and not a subagent framework.

open-sourceOpen Source