Lemma Design
A place to turn a brief into several live prototypes, try them, and keep revising the direction that works.
deepak-jha-kgp/lemma-design
Why it exists
A screenshot can show how something looks. It cannot tell you how the idea feels when you click, type, scroll, or move through it.
Lemma Design creates live HTML directions instead. You can compare genuinely different ideas, use them, comment on them, and ask for a precise change without losing the earlier version.
What it does
- Start a project from a short brief and any useful project files.
- Create several distinct design directions rather than recolors of one answer.
- Open and use each direction as a working HTML prototype.
- Leave feedback on the design and ask the reviser to change a specific direction.
- Keep the project, directions, comments, files, and generation history together.
What a normal use looks like
A team describes a new onboarding flow and asks for three directions. One is quiet and editorial, one is compact and fast, and one is more guided. The team clicks through all three, comments on the second, and revises it without throwing away the comparison.
How it is built on Lemma
This repository contains the pod itself, not just a screenshot or a prompt. The interface and the parts that do the work are installed together.
apps/lemma-design/— The live design studio, its editable source, and the packaged app Lemma installs.tables/— Projects, design directions, project files, feedback, comments, design systems, jobs, and generation runs.agents/— A planner decides the directions, a renderer creates them, and a reviser handles focused feedback.functions/— Checked pod operations such as deleting a project. The rest of the work is kept in the project's records and agent jobs.docs/product.png— A real screenshot of the studio, included so you can judge the product before importing it.
The files in this repo contain the structure and instructions. Your private records, connected accounts, credentials, and deployed URLs are added after import.
Install and remix on Lemma
The button opens Lemma's import flow for this exact GitHub repository:
https://lemma.work/import/github/deepak-jha-kgp/lemma-design
Open Lemma Design, create a project from one real brief, and compare the resulting prototypes. No customer files or previous design projects are bundled.
Import from the command line
git clone https://github.com/deepak-jha-kgp/lemma-design.git
cd lemma-design
lemma pods import . --dry-run
lemma pods import .
Make it yours
You do not need to keep this pod exactly as it is.
- Fork the repository.
- Change the instructions, app, tables, or rules for the way you work.
- Import your fork with
https://lemma.work/import/github/<your-github-name>/<your-repo>. - When it is useful, show your version here with one screenshot and a short note about what changed.
If this pod saved you from rebuilding the same thing, star the repo so the useful versions are easier to find.