# Inscribed: Create Stop Motion Animations and Slides with Excalidraw

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/chunrapeepat-inscribed
Generated for open source discovery and AI-assisted research.

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.

GitHub: https://github.com/chunrapeepat/inscribed
OSRepos URL: https://osrepos.com/repo/chunrapeepat-inscribed

## 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.

## Topics

- TypeScript
- Excalidraw
- Animation
- Presentation
- Drawing Tool
- React
- Slideshow

## Repository Information

Last analyzed by OSRepos: Wed May 06 2026 01:10:26 GMT+0100 (Western European Summer Time)
Detail views: 2
GitHub clicks: 0

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## 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:

1. Fork the repository: `https://github.com/chunrapeepat/inscribed`
2. Clone your fork: `git clone https://github.com/YOUR_USERNAME/inscribed.git`
3. Create a new branch: `git checkout -b feature/your-feature-name`
4. Install dependencies: `pnpm install`
5. Start the development server: `pnpm dev`

**Using Docker:**
For Docker users, Inscribed can be set up for development or production environments.

*Development:*
bash
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:*
bash
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](https://youtu.be/CLJvvGVErMY 'Watch Demo' target='_blank') or by trying the application directly at [inscribed.app](https://inscribed.app 'Try Inscribed' target='_blank'). 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:

*   [GitHub Repository](https://github.com/chunrapeepat/inscribed 'GitHub Repository' target='_blank')
*   [Watch Demo](https://youtu.be/CLJvvGVErMY 'Watch Demo' target='_blank')
*   [Try Inscribed](https://inscribed.app 'Try Inscribed' target='_blank')
*   [Provide Feedback](https://github.com/chunrapeepat/inscribed/issues 'Provide Feedback' target='_blank')