SilentTech
Free forever · No signup · No watermark

Cinematic text cut animations for any word you can think of.

Silent Tech generates dense, match-cut style animations that highlight your word or phrase across hand-crafted passages. Type a word, hit create, download an MP4. No accounts, no fees, no nonsense.

Price
$0

Free, always.

Watermark

None.

Install
web

Runs in browser.

live previewrendering

Features

Everything you need to ship a word-driven video.

Silent Tech is designed for creators and developers. Use the editor to export a video in seconds, or wire the public API into your own product.

  • Any word, any phrase

    Type literally anything — a name, a brand, a sentence — and we weave it into a sequence of dense, hand-crafted passages with cinematic highlights.

  • Five animation styles

    Classic, Documentary, Editorial, Noir, and Cinema. Each preset has its own pacing, typography, and aspect ratio.

  • Match-cut frames

    Animations cycle across multiple typographic frames so the same word feels meaningful in different contexts — the signature look of modern social video.

  • Download as MP4

    Capture the live animation as a video file directly in your browser. No upload, no processing queue, no email.

  • Public API

    A free REST API mirrors every editor capability. Generate animation configs and embeddable players from any backend or workflow.

  • Unlimited usage

    No quotas, no rate-limited free tier, no surprise paywall. Silent Tech is built to stay free.

Examples

Five styles. Infinite words.

Every example below is rendering live in your browser — the same engine that powers the editor and the API.

  • Paper — anchored centerfreedom
  • Paper — long formmemory
  • Paper — brand markhorizon
  • Documentary — long formarchive
  • Editorial — magazinerelease
  • Classic — neon stagesilent

For developers

A free public API for word-driven video.

Use the same engine that powers the editor inside your own product. Generate animation configs, embed live players, or render videos in your worker — all without an API key.

  • No authentication required
  • JSON-first responses, including embeddable URLs
  • Stable IDs so the same word renders the same animation
POST /api/animate
// Generate a text-cut animation config for any word
const res = await fetch('https://devils.studio/api/animate', {
  method: 'POST',
  headers: { 'content-type': 'application/json' },
  body: JSON.stringify({
    word: 'horizon',
    style: 'paper',
    frames: 24, // ~4s of paper-cut video at 6fps
  }),
})

const animation = await res.json()
// → { id, word, style, frames: [{ text, highlight, durationMs }, ...] }

FAQ

Questions, answered.

Make your first text cut animation in seconds.

Type a word. Pick a style. Download the video. There is genuinely nothing else to do.