Inscribed: Create Stop Motion Animations and Slides with Excalidraw
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Inscribed is an innovative, slide-based tool for creating stop motion animations and engaging presentations. It leverages Excalidraw to provide an interactive drawing canvas, supporting features like image import, Google Fonts, and GIF export. This versatile tool is perfect for visual storytelling and dynamic slide creation.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Inscribed is a powerful, slide-based tool that empowers users to create compelling stop motion animations and dynamic presentations. Built upon the interactive drawing capabilities of Excalidraw, it offers a seamless experience for visual storytelling. Whether you're crafting animated sequences or designing engaging slides, Inscribed provides a rich set of features to bring your ideas to life.
Installation
To get started with Inscribed, you have options for local development or using Docker.
Local Development:
Follow these steps to set up Inscribed locally:
- Fork the repository:
https://github.com/chunrapeepat/inscribed - Clone your fork:
git clone https://github.com/YOUR_USERNAME/inscribed.git - Create a new branch:
git checkout -b feature/your-feature-name - Install dependencies:
pnpm install - Start the development server:
pnpm dev
Using Docker:
For Docker users, Inscribed can be set up for development or production environments.
Development:
docker compose up dev
# Or build and run in one command
docker compose up dev --build
After running, open your browser and navigate to http://localhost:5173.
Production:
docker compose up prod --build -d
# Or use Docker directly
docker build -t inscribed:latest .
docker run -p 8888:80 inscribed:latest
After running, open your browser and navigate to http://localhost:8888.
Examples
Inscribed excels at creating fluid stop motion animations and interactive slide presentations. You can explore its capabilities by watching a demo on YouTube or by trying the application directly at inscribed.app. It allows for frame-by-frame animation and dynamic slide transitions, all within an intuitive drawing environment.
Why Use Inscribed
Inscribed stands out with its unique combination of Excalidraw's interactive canvas and slide-based animation features. Key benefits include:
- Interactive Drawing Canvas: Powered by Excalidraw for intuitive design and creation.
- Animation & Presentation: Create captivating stop motion animations and engaging slideshows.
- Rich Feature Set: Includes keyboard shortcuts, customizable document size, image import, and Google Fonts integration.
- Flexible Export Options: Easily export presentations as GIFs, videos, or for iframe embedding.
- Self-Hosting Capability: Offers flexible deployment options with Docker for self-hosting.
Links
Explore Inscribed further through these official resources:
Related repositories
Similar repositories that may be relevant next.

code-session-memory: Automatic Vector Memory for AI Coding Sessions
August 15, 2026
code-session-memory provides automatic vector memory for various AI coding tools like OpenCode, Claude Code, Cursor, VS Code, Codex, and Gemini CLI. It indexes new messages into a vector database after each AI agent turn, enabling semantic search across all your past coding sessions. This tool ensures memory is shared across different platforms, enhancing developer productivity.

Cloudflare Computer: Give Your Agent a Virtual Filesystem
August 14, 2026
Cloudflare Computer is an innovative project that provides a virtual filesystem within a Durable Object, allowing agents to interact with a persistent state. It offers pluggable execution backends, including containerized Linux environments and serverless Workers, enabling flexible and powerful agent computing. Currently in preview, it's ideal for experiments and prototypes leveraging Cloudflare's edge infrastructure.

SwarmClaw: Self-Hosted AI Agent Runtime for Autonomous Swarms
August 13, 2026
SwarmClaw is an open-source, self-hosted AI agent runtime and multi-agent framework designed for autonomous agent swarms. It offers durable agent memory, MCP tools, schedules, and delegation, supporting over 23 LLM providers including Claude, GPT, Gemini, OpenRouter, and Ollama. This platform serves as a practical alternative to solutions like Claude Code and LangChain for those seeking self-hosted AI agent orchestration.

json-render: The Generative UI Framework for Dynamic Interfaces
August 12, 2026
json-render is a powerful Generative UI framework that allows developers to create dynamic, personalized user interfaces from natural language prompts. It ensures reliability by constraining AI-generated output to predefined components and actions, offering a predictable and safe way to build cross-platform UIs.
Source repository
Open the original repository on GitHub.
6 counted GitHub visits