git404hub

what is ignis fr?

danstta/ignis — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · developerComplexity · 4/5Setup · moderate

tl;dr

An open-source platform that combines a visual design template editor with drag and drop workflow automation for generating branded images at scale.

vibe map

mindmap
  root((Ignis))
    What it does
      Design templates
      Workflow automation
      Branded assets at scale
    Tech stack
      Next.js
      PostgreSQL
      Inngest
      Tailwind CSS
    Use cases
      Marketing images
      Location photo search
      Notion automation
      Batch rendering
    Audience
      Developers
      Design teams
      Early stage project

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate branded marketing images automatically from a reusable design template.

VIBE 2

Build an automated workflow that finds, ranks, and picks the best photo for a location.

VIBE 3

Connect Notion, Google Drive, and AI models into one automated content pipeline.

VIBE 4

Render batches of template variations from a list of input images.

what's the stack?

TypeScriptNext.jsPostgreSQLTailwind CSSInngest

how it stacks up fr

danstta/ignis0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardeasy
Complexity4/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Needs a PostgreSQL database, Bun, and an Inngest account for background job execution, more integrations need extra API keys.

No license information was found in the README.

in plain english

Ignis is an open-source platform that combines design templating with workflow automation, similar to mixing a tool like Canva with a tool like Zapier. It is built for teams that need to create branded images and other visual assets automatically and at scale, rather than designing each one by hand. The design side offers a canvas based template editor where you can add text, images, and shapes, style text with fonts, colors, and gradients, and reuse a defined brand identity, such as colors, fonts, and logos, across every template. Finished designs are rendered as PNG images on the server. The automation side lets you build workflows on a visual canvas made of connected nodes. Available nodes cover things like receiving webhook data to start a workflow, searching for and ranking images with AI vision models, calling a language model with a custom prompt, pausing for a human to review or pick a design, rendering a filled in template as a final image, updating a Notion page, and listing or uploading files in Google Drive. Workflows can pause partway through so a person can step in, then continue automatically afterward. Ignis connects to outside services including Google Drive, OpenAI, Claude, Azure AI Foundry, and Notion, and workflow jobs run in the background using a service called Inngest, which handles retries so a failed step does not have to start the whole workflow over. Under the hood it is built with Next.js, PostgreSQL, and Tailwind CSS, and accounts are handled with email and password login, with optional Google or GitHub social login. To try it locally you clone the repository, install dependencies with Bun, set a database URL and session secret in an environment file, run the database migrations, and start the development server. The project notes it is in an early stage, so its features and setup may still change between releases. The full README is longer than what was shown.

prompts (copy fr)

prompt 1
Walk me through setting up Ignis locally with Bun and a PostgreSQL database.
prompt 2
Explain how the Rank Images and Categorize Images workflow nodes in Ignis work together.
prompt 3
Show me how to design an Ignis workflow that reviews and updates a Notion page.
prompt 4
Help me configure the environment variables needed to deploy Ignis to Vercel.

Frequently asked questions

what is ignis fr?

An open-source platform that combines a visual design template editor with drag and drop workflow automation for generating branded images at scale.

What language is ignis written in?

Mainly TypeScript. The stack also includes TypeScript, Next.js, PostgreSQL.

What license does ignis use?

No license information was found in the README.

How hard is ignis to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is ignis for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.