# Slack Bolt Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/slack-bolt
> Markdown URL: https://aitinkerers.org/technologies/slack-bolt.md
> Technology record last updated: 2026-09-18T15:13:46Z
> Generated: 2026-09-21T06:44:38Z

Bolt is the official, modular framework for building Slack apps with JavaScript, Python, or Java.

Bolt handles the essential boilerplate of Slack app development: OAuth flows, rate limiting, and request verification. It provides a structured interface for managing interactive components (Modals and Home tabs) and real-time events via the Slack Events API. Developers use it to deploy Slash commands and shortcuts while leveraging Socket Mode for local testing behind firewalls. The framework supports three core languages (JavaScript, Python, and Java) and uses a middleware-based architecture to process incoming payloads. It is the standard toolkit for building secure, scalable integrations on the Slack platform.

- Official technology site: https://slack.dev/bolt-js/
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Claude in the Channel: Building an Autonomous Frontend Agent for No-Code Teams](https://tokyo.aitinkerers.org/talks/rsvp_ILK68XIsX3A)

I’ll demonstrate how I turned a Slack channel into a functional "Frontend Desk" where designers and admin staff ship production code without touching an IDE, or having to pay for a no-code platform or a content delivery network (CDN). The system connects a Slack bot to a Claude-powered agent sitting on a server with a live clone of our React/Vite/Tailwind repository. I’ll walk through the technical plumbing that allows the bot to: * Ingest design specs and SVGs directly from Slack threads. * Contextualize those assets within a complex codebase to perform precise UI updates. * Trigger a password-protected staging environment for instant visual feedback. * Execute a `/approve` flow that handles the merging and deployment to GitHub Pages.

- Event context: AI Tinkerers Tokyo - Toranomon Meetup - February 19, 2026 — 2026-02-19 — Tokyo
- Public talk page: https://tokyo.aitinkerers.org/talks/rsvp_ILK68XIsX3A

## Related Technologies

- [Claude API](https://aitinkerers.org/technologies/claude-api) ([Markdown](https://aitinkerers.org/technologies/claude-api.md)) — 20 public demos
- [Claude Code](https://aitinkerers.org/technologies/claude-code) ([Markdown](https://aitinkerers.org/technologies/claude-code.md)) — 215 public demos
- [DOM](https://aitinkerers.org/technologies/dom) ([Markdown](https://aitinkerers.org/technologies/dom.md)) — 1 public demo
- [frontend](https://aitinkerers.org/technologies/frontend) ([Markdown](https://aitinkerers.org/technologies/frontend.md)) — 6 public demos
- [React](https://aitinkerers.org/technologies/react) ([Markdown](https://aitinkerers.org/technologies/react.md)) — 219 public demos
- [React 19](https://aitinkerers.org/technologies/react-19) ([Markdown](https://aitinkerers.org/technologies/react-19.md)) — 6 public demos
- [React Router](https://aitinkerers.org/technologies/react-router) ([Markdown](https://aitinkerers.org/technologies/react-router.md)) — 5 public demos
- [Tailwind CSS](https://aitinkerers.org/technologies/tailwind-css) ([Markdown](https://aitinkerers.org/technologies/tailwind-css.md)) — 22 public demos
- [TypeScript 5](https://aitinkerers.org/technologies/typescript-5) ([Markdown](https://aitinkerers.org/technologies/typescript-5.md)) — 2 public demos
- [Vite](https://aitinkerers.org/technologies/vite) ([Markdown](https://aitinkerers.org/technologies/vite.md)) — 17 public demos
