let’s dev GmbH & Co. KG - The brand for groundbreaking custom software

Blog

Top!

let’s dev | Scroll to top
let’s dev | Scroll to next content item

Hello

let’s dev | Scroll to previous content item
let’s dev Blog | MCP Figma Design to Code: Optimize AI Design Workflows
by Elena
02. June 2026

MCP Figma Design to Code: Optimize AI Design Workflows

Design-to-Code is one of the major promises of modern AI workflows. But anyone who has ever tried to automatically translate a complex Figma design into clean frontend code knows the problem: visually, the result often looks impressive, but structurally it is frequently far from production-ready code.

That is exactly where MCP, the Model Context Protocol, comes in. In combination with Figma Dev Mode, a well-maintained design system, and clear project rules, MCP can significantly reduce the gap between design and development.

The key point: AI does not automatically understand an interface just because it looks good. It needs structure, semantics, rules, and context.

What is MCP?

MCP (Model Context Protocol) is a standardized interface that allows AI models to communicate in a structured way with external tools, design systems, and development environments. In the context of Figma design-to-code, MCP enables AI models such as OpenAI, Claude, or GitHub Copilot to do more than analyze screenshots or static exports - they can access semantic design information directly.

Diagram showing the connection between code, AI agent, and Figma MCP server

Figure 1: MCP connects code, AI agent, and Figma Dev Mode.

Why MCP is relevant for UX and project teams

For UX teams, product owners, and project teams, MCP is not just a technical topic. It changes the way design decisions are transferred into development.

The biggest advantage lies in the connection between design, codebase, and design system. When the AI understands which components exist, which tokens are used, and which rules apply in the project, it can deliver much more consistent results. Figma recommends using components, Code Connect, variables, semantic layer names, Auto Layout, and annotations for better code.

This means: the better a design system is maintained, the more valuable it becomes for AI-assisted development. A good Figma structure is therefore not only a design quality factor, but directly a code quality factor.

From classic handoff to AI-assisted development

Figma Dev Mode: The classic standard

Before MCP, Figma Dev Mode was the central handoff point between design and development for many teams. Designers create interfaces in Figma, and developers then transfer measurements, colors, text styles, spacing, and assets from Dev Mode. This process works, but it is often manual. Developers have to interpret design decisions, map components, derive responsive behavior, and take technical rules from the codebase into account. This is often where friction appears.

Figma Dev Mode + MCP: More context for AI systems

With MCP, the classic Dev Mode workflow is extended by an AI-assisted context layer. The AI can use structured information from the Figma file through the Figma MCP server. This includes, for example, components, variables, assets, layout information, and concrete variants. OpenAI explains for Codex that the Figma skill can be used to access the Figma MCP server and retrieve structured design context, variables, assets, and the exact variant needed for implementation. This creates a more intelligent design-to-code process. The design is not only analyzed visually, but understood in its structure. Components, states, spacing, and hierarchies can be translated into code more effectively.

Figma Dev Mode + MCP + design system: the highest quality

The best results happen when MCP is not used in isolation, but connected to a complete design system and an existing codebase. Then the AI knows not only the design from Figma, but also:

The result is much more consistent code, better reusability, and an implementation that follows the design system. The decisive point: the more structured design system data is available, the more precise and higher quality the generated code will be.

Best practices

Before AI-assisted workflows can unfold their full potential in the design-to-code process, the design itself needs a solid foundation. The quality of the generated code no longer depends only on the tool or prompt used, but increasingly on the structure and systematics of the Figma file.

Large language models (LLMs) work particularly well with clear rules, consistent patterns, and reusable structures. That is precisely why classic design-system principles suddenly become highly important: components, variables, Auto Layouts, and clear naming conventions help the AI interpret interfaces correctly and derive consistent code from them.

The more structured and systematic a Figma file is, the better an AI system can understand design decisions.

Structure

The organization of a Figma file has a direct impact on how well AI systems can interpret the design. Simple layer structures or generic names like “Frame 24” or “Group 5” lead to non-reusable and unstructured code output. Therefore, the following guidelines should be followed:

Figma design with semantic structure and clear hierarchy

Figure 2: Clean Figma structure with semantic layers and components.

The result:

Comparison between unstructured and structured login design

Figure 3: Comparison between unstructured and structured login design.

Variables

Variables and tokens are among the most important foundations for high-quality code output. Without them, AI systems often fall back to hard values, such as fixed pixel sizes and hex codes. MCP can read variables directly and therefore generate consistent, design-system-compliant code. Therefore:

Figma variables and token structure as the foundation for consistent UI values

Figure 4: Figma variables and token structure as the foundation for consistent UI values.

Annotations

The AI or LLM does not automatically understand the functional meaning of an interface. Additional annotations help interpret interactions, behavior, and technical requirements more accurately. The following should be considered:

Figma design with annotations for content, development, accessibility, and interaction

Figure 5: Annotations give the AI additional context for content, development, accessibility, and interaction.

Rules

Large language models work most reliably when clear rules and fixed conventions are defined. That is exactly why it makes sense to store project-specific rules or guidelines. These rules describe the implicit knowledge of a codebase - in other words, things experienced developers would normally consider automatically, as well as additional instructions and design information. This includes, for example:


Example Guidelines Structure

guidelines/
|-- overview.md            <- project philosophy, source of truth hierarchy, global rules
|-- discovery.md           <- Figma MCP reading order, node inspection workflow
|-- setup.md               <- project architecture, providers, imports, build setup
|-- icon-discovery.md      <- icon lookup workflow, code connect icon mapping

foundations/
|-- variables.md           <- Figma Variables architecture, token collections
|-- color.md               <- semantic colors, token usage hierarchy
|-- typography.md          <- text styles, scale, weights, line heights
|-- spacing.md             <- spacing tokens, layout rhythm, gap strategy
|-- surfaces.md            <- backgrounds, containers, surface hierarchy
|-- elevation.md           <- shadows, layering, elevation levels
|-- radius.md              <- border radius scale, component mapping
|-- icons.md               <- icon sizing, icon usage rules
|-- modes.md               <- light mode, dark mode, theme variants
|-- focus.md               <- focus indicators, keyboard focus rules
|-- input-styling.md       <- inputs, validation states, field appearance

components/
|-- overview.md            <- component catalog, lookup strategy
|-- button.md              <- button variants, states, accessibility
|-- input.md               <- text fields, labels, validation
|-- modal.md               <- dialogs, overlays, focus management
|-- menu.md                <- dropdowns, context menus, keyboard support
|-- tabs.md                <- tab navigation, layouts, interactions
|-- navigation.md          <- nav bars, sidebars, breadcrumbs
|-- media.md               <- avatars, images, video components
|-- icons.md               <- icon components, wrappers, patterns

composition/
|-- overview.md            <- composition principles, layout decisions
|-- alignment.md           <- alignment rules, baselines, grids
|-- icons.md               <- icon placement within layouts
|-- surfaces.md            <- card stacking, nested containers
|-- layouts.md             <- grids, sections, responsive layouts
|-- density.md             <- whitespace, content density strategy
|-- hierarchy.md           <- visual weight, information hierarchy

accessibility/
|-- overview.md            <- WCAG AA philosophy and requirements
|-- keyboard.md            <- keyboard navigation and focus order
|-- forms.md               <- labels, errors, validation, autocomplete
|-- dialogs.md             <- modal accessibility and focus trapping
|-- navigation.md          <- landmarks, skip links, semantics
|-- contrast.md            <- color contrast and readability rules
|-- screenreaders.md       <- ARIA, announcements, semantic HTML
|-- wcag-aa.md             <- complete WCAG 2.2 AA reference
|-- react-checklist.md     <- mandatory accessibility review checklist

ai/
|-- roctoc.md              <- role, objective, context, task, output contract
|-- figma-mcp.md           <- MCP workflow and node inspection strategy
|-- code-connect.md        <- component discovery and reuse rules
|-- design-to-code.md      <- implementation workflow
|-- validation.md          <- code review and validation checks
|-- prompting.md           <- prompt templates, patterns, anti-patterns

How to Write Prompts Well

The MCP server provides the AI with all relevant information from Figma. How this information is processed and what quality the generated code reaches depends largely on the prompt.

A good prompt not only defines the task, but also provides the necessary technical context. This allows the AI, for example, to use existing components, take the correct project structure into account, use specific frameworks, or follow predefined development standards.

The rule is: the more concrete the instruction, the more precise the result. Good prompts therefore work less like commands and more like a briefing for an experienced development team.

Comparison of design without and with context

Figure 6: Context makes the prompt more precise.

The ROCTOC framework provides a helpful structure:


Prompt Example with the ROCTOC Framework

# ROLE

You are a Senior Frontend Engineer with a focus on Figma MCP, React, TypeScript, and design system implementation.

# OBJECTIVE

Implement the selected Login Card from Figma as production-ready React code.

The implementation must match the design pixel-perfectly and fully comply with the guidelines in the repository.

# CONTEXT

The project uses:

- React
- TypeScript
- Figma MCP
- Figma Code Connect
- Figma Variables

Important rules:

- No assumptions about shadcn/ui
- No assumptions about Iconoir
- No hardcoded colors
- No hardcoded spacing values
- No hardcoded border radius values
- No invented components when Code Connect exists

Source of truth order:

1. Code Connect component
2. Figma component
3. Figma variables
4. Custom implementation

# TASK

Analyze the selected Login Card in Figma.

Perform the following steps in exactly this order:

1. Identify all Figma components used
2. Check the available Code Connect references for each component
3. Identify all Figma variables used
4. Identify text styles
5. Identify the layout structure and Auto Layout properties

# OUTPUT REQUIREMENTS

## Design Analysis

Provide:

- used components
- used variants
- used variables
- used text styles

## Mapping

Show a mapping:

### Components

Figma Component -> React Component

### Tokens

Figma Variable -> used token

## Implementation

Generate:

- complete React component code
- TypeScript
- Imports
- Props Interface
- Accessibility
- responsive behavior

## Validation

Finally verify:

- no hardcoded colors
- no hardcoded spacing values
- no hardcoded radius values
- no duplicated components
- all possible Code Connect components used

# CONSTRAINTS

## Forbidden

- guessing Tailwind values
- guessing colors
- guessing radius values
- guessing spacing values
- rebuilding components when Code Connect exists

If information is missing in the Figma design:


1. Name the missing information
2. Make no assumptions
3. Suggest an alternative

# COMPLETION CRITERIA

The solution is only considered complete when:

- all components come from Code Connect or are newly created with justification
- all tokens come from Figma variables
- the structure matches the Figma layout
- no design decisions were invented

The special advantage in the MCP environment: large parts of this structure do not need to be reformulated for every request. Roles, architectural guidelines, coding standards, or design-system rules can be stored permanently in Markdown files as rules or guidelines.

Diagram showing the connection between code, AI agent, and Figma MCP server

Figure 7: Storing the prompt template as a Markdown file.

This often reduces the actual prompt to just the task itself:

Implement the selected Login Card from Figma.
Follow all project guidelines.

Avoid common mistakes

Many problems are not caused by the AI itself, but by unclear designs, missing rules, or context windows that are too large.

Figma recommends avoiding large or complex frames and selecting smaller areas instead, such as individual components or logical sections. Large selections can slow tools down, cause errors, or lead to incomplete answers.

In practice, this means working iteratively. First the header, then the card, then the pricing section, then responsive behavior. Small, clearly defined tasks usually produce better results than one large one-shot prompt.

Why design systems become more important through MCP

MCP does not make design systems obsolete. On the contrary, it increases their value.

A well-maintained design system provides the AI with exactly the structure it needs for good code. Components, tokens, variants, naming conventions, and documentation become machine-readable context.

If you want better AI-generated frontends in the future, you should first structure the design and codebase. MCP is not a replacement for systematics. MCP amplifies systematics.

Checklist

This is how you prepare Figma files optimally for MCP:

Conclusion: LLMs love structure, rules, and consistency

MCP fundamentally changes the Figma design-to-code process. Instead of only interpreting designs visually, AI systems can use structured design information and combine it with project rules, code conventions, and design-system components. However, the decisive success factor is not the tool alone. What matters is the quality of the context.

A clean Figma file, a well-maintained design system, clear variables, precise annotations, and well-written prompts lead to significantly better results. Teams that establish these foundations benefit from faster handoff, more consistent code, and fewer alignment loops between design and development.

The most important rule is:

The more structured the design, the better the code.


More articles from our blog

let’s dev Blog | UI/UX Trends 2026: Hype vs. Real Value in Design

Corporate

UI/UX Trends 2026: Hype vs. Real Value in Design

by Julian

2026-04-29

Read more
let’s dev Blog | Figma: Magic Button

Corporate

Figma: Magic Button

by Nadine R.

2026-04-01

Read more
let’s dev Blog | Figma Slots: More Flexible Design Systems

Corporate

Figma Slots: More Flexible Design Systems

by Katharina

2026-03-19

Read more
let’s dev Blog | UX hacks with AI tools for modern design teams

Corporate

UX hacks with AI tools for modern design teams

by UX Team

2026-01-28

Read more
let’s dev Blog | Uniform app icons on Google Play: What's behind the new icon design guidelines

Technical

Uniform app icons on Google Play: What's behind the new icon design guidelines

by Nadine R.

2026-01-13

Read more
let’s dev Blog | The let’s dev 2025 year in review: Exciting developments and new perspectives

Corporate

The let’s dev 2025 year in review: Exciting developments and new perspectives

by Julian

2025-12-18

Read more
let’s dev Blog | Migration of Android Apps to Android 16: Requirements, Opportunities, and Best Practices

Technical

Migration of Android Apps to Android 16: Requirements, Opportunities, and Best Practices

by Christian

2025-09-23

Read more
let’s dev Blog | iOS 26: Liquid Glass UI between design and accessibility

Corporate

iOS 26: Liquid Glass UI between design and accessibility

by Nadine

2025-09-10

Read more
let’s dev Blog | Turning the Common Data Model into a Practical Tool for Efficient Automotive Production Planning

Technical

Turning the Common Data Model into a Practical Tool for Efficient Automotive Production Planning

by Nadine B.

2025-08-25

Read more
let’s dev Blog | New Event Ticket Layout in Apple Wallet: More Overview, More Context, More Experience

Technical

New Event Ticket Layout in Apple Wallet: More Overview, More Context, More Experience

by Katharina

2025-08-20

Read more
let’s dev Blog | Apples User Interface in all-new glass design: The WWDC25

Technical

Apples User Interface in all-new glass design: The WWDC25

by Julian

2025-06-11

Read more
let’s dev Blog | NFC for Apple and Google Wallet Passes with Kortpress

Technical

NFC for Apple and Google Wallet Passes with Kortpress

by Aileen

2025-02-11

Read more
let’s dev Blog | Automations with Kortpress and Microsoft Power Automate

Technical

Automations with Kortpress and Microsoft Power Automate

by Aileen

2025-02-07

Read more
let’s dev Blog | Designing for a Better World – The World Usability Day in Stuttgart

Corporate

Designing for a Better World – The World Usability Day in Stuttgart

by Julia & Nadine

2024-11-19

Read more
let’s dev Blog | Sustainable UX Design (SUX)

Technical

Sustainable UX Design (SUX)

by Nadine B.

2024-10-30

Read more
let’s dev Blog | AI, enhanced performance and improved privacy: The Android 15 Update

Technical

AI, enhanced performance and improved privacy: The Android 15 Update

by Julian

2024-10-09

Read more
let’s dev Blog | Important accessibility standards for websites from 2025

Technical

Important accessibility standards for websites from 2025

by Nadine

2024-08-06

Read more
let’s dev Blog | Automated Workflows: Maximum Productivity thanks to Zapier

Technical

Automated Workflows: Maximum Productivity thanks to Zapier

by Antonia

2024-07-18

Read more
let’s dev Blog | Apple Intelligence and ChatGPT: The highlights of WWDC24

Technical

Apple Intelligence and ChatGPT: The highlights of WWDC24

by Julian

2024-06-13

Read more
let’s dev Blog | Big, bigger, OMR: let's dev and Kortpress at the OMR Festival 2024

Corporate

Big, bigger, OMR: let's dev and Kortpress at the OMR Festival 2024

by Julian

2024-05-24

Read more
let’s dev Blog | Discover Dynamic Island: another innovation in the world of iOS

Technical

Discover Dynamic Island: another innovation in the world of iOS

by Nico

2024-04-05

Read more
let’s dev Blog | The World Usability Day 2023

Corporate

The World Usability Day 2023

by Sina

2023-11-10

Read more
let’s dev Blog | Adobe Max 2023

Corporate

Adobe Max 2023

by Julia

2023-10-13

Read more
let’s dev Blog | Accessibility in web development

Technical

Accessibility in web development

by Sarah

2023-10-31

Read more
let’s dev Blog | Digital wallet cards: Strengthening customer engagement in the digital age

Corporate

Digital wallet cards: Strengthening customer engagement in the digital age

by Julian

2023-07-07

Read more
let’s dev Blog | Kortpress at the OMR Festival 2023 in Hamburg

Corporate

Kortpress at the OMR Festival 2023 in Hamburg

by Julian

2023-05-31

Read more
let’s dev Blog | Recap 2022: Smart Devices, Platform Business and innovative Research Projects

Corporate

Recap 2022: Smart Devices, Platform Business and innovative Research Projects

by Julian

2023-01-31

Read more
let’s dev Blog | Creating animations for websites using LottieFiles

Corporate

Creating animations for websites using LottieFiles

by Julian

2022-12-15

Read more
let’s dev Blog | Lean in Software Development

Technical

Lean in Software Development

by Sabrina

2022-12-08

Read more
let’s dev Blog | Adobe Max - Live from LA

Corporate

Adobe Max - Live from LA

by Jessica

2022-10-28

Read more
let’s dev Blog | Mensch und Computer 2022 - Facing Realities

Corporate

Mensch und Computer 2022 - Facing Realities

by Kerstin

2022-09-12

Read more
let’s dev Blog | EUREKA Innovation Award

Corporate

EUREKA Innovation Award

by Karl

2022-06-23

Read more
let’s dev Blog | WWDC 2022: Our update on Apple's new operating systems

Technical

WWDC 2022: Our update on Apple's new operating systems

by Julian

2022-06-08

Read more
let’s dev Blog | Docker and the hidden security hole

Technical

Docker and the hidden security hole

by Martin

2022-02-17

Read more
let’s dev Blog | The Christmas holidays are just around the corner - We are looking forward to the next year 2022!

Corporate

The Christmas holidays are just around the corner - We are looking forward to the next year 2022!

by Julian

2021-12-22

Read more
let’s dev Blog | Production and assembly of stacks and electro­lysers for hydrogen production

Corporate

Production and assembly of stacks and electro­lysers for hydrogen production

by Anton

2021-12-21

Read more
let’s dev Blog | Adobe Max 2021 - A global celebration of creativity

Corporate

Adobe Max 2021 - A global celebration of creativity

by Julia

2021-11-02

Read more
let’s dev Blog | Relational databases compared to object-oriented databases

Technical

Relational databases compared to object-oriented databases

by Julian

2021-10-14

Read more
let’s dev Blog | Apple Developer Program: What is it used for and what content does it offer me as a member?

Corporate

Apple Developer Program: What is it used for and what content does it offer me as a member?

by Julian

2021-09-30

Read more
let’s dev Blog | Sketch, Figma & Co. - We take a look at the most popular UI and Prototyping Tools in 2021

Corporate

Sketch, Figma & Co. - We take a look at the most popular UI and Prototyping Tools in 2021

by Ellen

2021-07-15

Read more
let’s dev Blog | Tailwind: An innovative project for the future use of old wind turbines

Corporate

Tailwind: An innovative project for the future use of old wind turbines

by Karl

2021-06-24

Read more
let’s dev Blog | Features, Fixes and Functions - A WWDC 2021 Sumup

Corporate

Features, Fixes and Functions - A WWDC 2021 Sumup

by Julian

2021-06-10

Read more
let’s dev Blog | Smart Prognosis of Energy with Allocation of Resources

Corporate

Smart Prognosis of Energy with Allocation of Resources

by Karl

2021-02-18

Read more
let’s dev Blog | Dasoman - Data-Sovereignty-Manager

Corporate

Dasoman - Data-Sovereignty-Manager

by Karl

2021-01-11

Read more
let’s dev Blog | We look back on the past months - And wish all the best for the coming year 2021!

Corporate

We look back on the past months - And wish all the best for the coming year 2021!

by Julian

2020-12-17

Read more
let’s dev Blog | iOS User Interface Tests

Technical

iOS User Interface Tests

by Nicolas

2020-11-12

Read more
let’s dev Blog | Adobe Max - Online for the first time

Corporate

Adobe Max - Online for the first time

by Julia

2020-10-29

Read more
let’s dev Blog | CAN2BLE

Technical

CAN2BLE

by Raphael

2020-09-24

Read more
let’s dev Blog | Mensch und Computer 2020 - Digital Change in the Flow of Time

Corporate

Mensch und Computer 2020 - Digital Change in the Flow of Time

by UX Team

2020-09-18

Read more
let’s dev Blog | Neumorphism – A new era of user interface design?

Technical

Neumorphism – A new era of user interface design?

by Julian

2020-08-13

Read more
let’s dev Blog | UX Research Part 3 - UX Methods

Technical

UX Research Part 3 - UX Methods

by Elena

2020-05-28

Read more
let’s dev Blog | UX Research Part 2 - What is UCD and what does User Research have to do with it?

Technical

UX Research Part 2 - What is UCD and what does User Research have to do with it?

by Elena

2020-04-23

Read more
let’s dev Blog | go-digital promotes establishment of home office workstations

Corporate

go-digital promotes establishment of home office workstations

by Karl

2020-03-19

Read more
let’s dev Blog | Google Passes - Card Management on Android Devices

Technical

Google Passes - Card Management on Android Devices

by Michelle

2020-03-12

Read more
let’s dev Blog | 100% code coverage in software testing - a reasonable goal?

Technical

100% code coverage in software testing - a reasonable goal?

by Raphael

2020-03-06

Read more
let’s dev Blog | Swift UI - Simple and fast implementation of user interfaces

Technical

Swift UI - Simple and fast implementation of user interfaces

by Tobias

2020-03-02

Read more
let’s dev Blog | In dialog with the business juniors - Exciting insights into business start-ups and digital transformation

Corporate

In dialog with the business juniors - Exciting insights into business start-ups and digital transformation

by Julian

2020-02-27

Read more
let’s dev Blog | Simplified testing of iOS push notifications in the simulator with Xcode 11.4

Technical

Simplified testing of iOS push notifications in the simulator with Xcode 11.4

by Manuel

2020-02-26

Read more
let’s dev Blog | National meeting of the consortium of the SPEAR research project at let's dev in Karlsruhe

Corporate

National meeting of the consortium of the SPEAR research project at let's dev in Karlsruhe

by Karl

2020-01-27

Read more
let’s dev Blog | UX Research Part 1 - Why User Research is so important

Technical

UX Research Part 1 - Why User Research is so important

by Elena

2020-01-23

Read more
let’s dev Blog | Dark Mode

Technical

Dark Mode

by Elisa

2020-01-09

Read more
let’s dev Blog | We wish you a Merry Christmas - And a Happy New Year!

Corporate

We wish you a Merry Christmas - And a Happy New Year!

by Julian

2019-12-20

Read more
let’s dev Blog | Exchange on the topic of digitization with the Business Club Luxembourg at the Embassy of Luxembourg in Berlin

Corporate

Exchange on the topic of digitization with the Business Club Luxembourg at the Embassy of Luxembourg in Berlin

by Karl

2019-12-17

Read more
let’s dev Blog | DaSoMan at the Internet+ Expo in Foshan (China)

Corporate

DaSoMan at the Internet+ Expo in Foshan (China)

by Karl

2019-12-13

Read more
let’s dev Blog | Google Play Console: Pre-Launch Reports

Technical

Google Play Console: Pre-Launch Reports

by Fabian

2019-12-11

Read more
let’s dev Blog | DevFest 2019 in Hamburg

Technical

DevFest 2019 in Hamburg

by Julian

2019-12-05

Read more
let’s dev Blog | Vernissage digital art in the media theater of the Humboldt University Berlin

Corporate

Vernissage digital art in the media theater of the Humboldt University Berlin

by Karl

2019-11-21

Read more
let’s dev Blog | World Usability Day 2019 in Karlsruhe - let's dev supports as main sponsor

Corporate

World Usability Day 2019 in Karlsruhe - let's dev supports as main sponsor

by Aileen

2019-11-11

Read more
let’s dev Blog | Gutted - Open Day at the Alter Schlachthof Karlsruhe 2019

Corporate

Gutted - Open Day at the Alter Schlachthof Karlsruhe 2019

by Julian

2019-09-26

Read more
let’s dev Blog | Mensch und Computer 2019 - Conference on User Experience and Usability in Hamburg

Corporate

Mensch und Computer 2019 - Conference on User Experience and Usability in Hamburg

by Elena

2019-09-17

Read more
let’s dev Blog | Business and Enterprise App Distribution on iOS

Technical

Business and Enterprise App Distribution on iOS

by Aileen

2019-08-05

Read more
let’s dev Blog | Digital Transformation - Chances and Challenges in the Automotive Industry, Agriculture and New Technologies

Corporate

Digital Transformation - Chances and Challenges in the Automotive Industry, Agriculture and New Technologies

by Karl

2019-07-17

Read more
let’s dev Blog | let's dev supports runners at the 7th KIT Championship

Corporate

let's dev supports runners at the 7th KIT Championship

by Karl

2019-07-05

Read more
let’s dev Blog | Automated testing of C++ code with Google Test and Google Mock - Part 2

Technical

Automated testing of C++ code with Google Test and Google Mock - Part 2

by Arne

2019-06-13

Read more
let’s dev Blog | Apple WWDC 2019: These are the highlights of the keynote

Technical

Apple WWDC 2019: These are the highlights of the keynote

by Nicolas

2019-06-05

Read more
let’s dev Blog | App Builders 2019

Technical

App Builders 2019

by Nicolas

2019-05-23

Read more
let’s dev Blog | Official opening of the Consolidation and Expansion Center (FUX)

Corporate

Official opening of the Consolidation and Expansion Center (FUX)

by Helena

2019-04-15

Read more
let’s dev Blog | Delegation from Nottingham to visit the Alter Schlachthof in Karlsruhe

Corporate

Delegation from Nottingham to visit the Alter Schlachthof in Karlsruhe

by Helena

2019-04-14

Read more
let’s dev Blog | The time has come: We are moving!

Corporate

The time has come: We are moving!

by Helena

2019-03-26

Read more
let’s dev Blog | Automated testing of C++ code with frameworks - part 1

Technical

Automated testing of C++ code with frameworks - part 1

by Arne

2019-02-20

Read more
let’s dev Blog | The app in the Google Play Store

Technical

The app in the Google Play Store

by Elisa

2019-01-24

Read more
let’s dev Blog | „UX Day“ 2018

Corporate

„UX Day“ 2018

by Aileen

2018-12-17

Read more
let’s dev Blog | let's dev supports SG Siemens volleyball players from Karlsruhe

Corporate

let's dev supports SG Siemens volleyball players from Karlsruhe

by Helena

2018-12-04

Read more
let’s dev Blog | SMEs shape digitalization - SME Conference 2018

Corporate

SMEs shape digitalization - SME Conference 2018

by Helena

2018-11-12

Read more
let’s dev Blog | Apple Wallet

Technical

Apple Wallet

by Maik

2018-10-26

Read more
let’s dev Blog | „Mensch und Computer“ 2018

Corporate

„Mensch und Computer“ 2018

by Judith

2018-09-24

Read more
let’s dev Blog | State Design Pattern in Android

Technical

State Design Pattern in Android

by Thomas

2018-09-17

Read more
let’s dev Blog | let's dev is an authorized consulting company in the „go-digital“ funding program

Corporate

let's dev is an authorized consulting company in the „go-digital“ funding program

by Helena

2018-09-01

Read more
let’s dev Blog | App Design & Development Conference 2018

Corporate

App Design & Development Conference 2018

by Helena

2018-08-14

Read more
let’s dev Blog | iOS 12: The top new features at a glance

Technical

iOS 12: The top new features at a glance

by Nicolas

2018-07-17

Read more
let’s dev Blog | let's dev at CEBIT

Corporate

let's dev at CEBIT

by Karl

2018-06-11

Read more
let’s dev Blog | Introduction to User Interface (UI) Testing with Espresso

Technical

Introduction to User Interface (UI) Testing with Espresso

by Raphael

2018-06-07

Read more
let’s dev Blog | The app in the Apple App Store: what information is needed?

Technical

The app in the Apple App Store: what information is needed?

by Aileen

2018-04-27

Read more
let’s dev Blog | Smart Pointer in C++

Technical

Smart Pointer in C++

by Matthias

2018-04-01

Read more
let’s dev Blog | User interface design for iPhone X: all innovations at a glance

Technical

User interface design for iPhone X: all innovations at a glance

by Helena

2018-02-07

Read more
let’s dev Blog | WebVR - Virtual Reality Experience in the Browser with the A-Frame Framework

Technical

WebVR - Virtual Reality Experience in the Browser with the A-Frame Framework

by Judith

2018-01-10

Read more
let’s dev Blog | Deutsche Bahn Open Data Hackathon

Corporate

Deutsche Bahn Open Data Hackathon

by Karl

2015-03-31

Read more
let’s dev Blog | Blur effects under iOS 7

Technical

Blur effects under iOS 7

by Katja

2014-04-24

Read more
let’s dev Blog | Beyond App Store - iOS application distribution

Technical

Beyond App Store - iOS application distribution

by Karl

2012-08-27

Read more
let’s dev Blog | Front-end architecture - Model View Presenter and Message Bus

Technical

Front-end architecture - Model View Presenter and Message Bus

by Karl

2011-03-08

Read more