Spline preview

Bring Intelligence to No-Code

Built for tech-savvy professionals, agencies and companies  who want more from their no-code tools. 0CodeKit adds AI features, dynamic data handling, and even JavaScript or Python execution – all inside your existing platform.
GDPR-compliant. Scalable.
Made in Germany.

Integrate with

Zapier logo white
n8n logo white
Make logo white
workato logo white
integrately logo white

Trust the numbers

25k+

Running workflows

140+

API Endpoints

10k+

Active users

Features for many usage
We provide the one API that makes all of that possible and blends into the world's leading automation platforms and more.
AI-Powered APIs
Use the capabilities of AI through APIs designed for various tasks, including natural language processing, chatbot creation, recommendation systems, image recognition, and beyond. 0CodeKit provides state-of-the-art AI tools right at your fingertips, enabling you to build more intelligent applications.
PDF Management
Manipulate and extract information from PDF documents like never before. With endpoints for PDF generation, merging, compression, and text extraction, 0CodeKit handles all your PDF needs in seconds.
Code editor
Run and execute code directly from 0CodeKit. Whether you’re validating small scripting tasks, automating programming workflows, or building custom compilers, our Code Executor makes it quick and secure to run scripts in various languages.
Image editing
Our image endpoints offer strong features for seamless picture processing and management, making it easy to run image actions.  From conversion and resizing to format modifications, these endpoints deliver high-quality outcomes.
Generation
Our generate endpoints offer a wide array of tools to create unique and random outputs, such as city names, numbers, text, and images. These endpoints are perfect for testing, prototyping, or adding dynamic content to your applications with ease.

Javascript and Python Code editor

Our code editor is designed with developers in mind, offering an intuitive interface and robust features that simplify coding tasks. With real-time syntax highlighting, intelligent code suggestions, and seamless integration with our APIs, you can develop and test your code efficiently.

"0CodeKit offers real added value compared to the standard Make functionalities and is used by our team on a daily basis!"

Simon Blickenstorfer
blinno gmbh logo

Why choose us?

You may wonder why is it beneficial for you to use 0CodeKit. Don‘t worry, we got you covered!
vs
0CodeKit logo
No hidden fees. No surprises
Extensive endpoint library
Fast Code Execution
Many AI features
Safe and GDPR Compliant
Support and learning materials
Other Tools
Complicated fee structure
No more than 15 features
Slower Code Execution
No AI features
Not GDPR Compliant
Limited support

Learn what others say about 0CodeKit

Hear directly from our clients about their experiences and the impact our technology has had on their operations
It empowers me to meet unique requirements quickly
From language detection and OCR to temporary storage, image processing, and executing JavaScript—the possibilities are endless.
Sven O. Rimmelspacher
CEO
Pickert GmbH
0CodeKit offers real added value
compared to the standard Make functionalities and is used by our team on a daily basis! It’s simple, reliable, and works exactly as expected.
Simon Blickenstorfer
Co-founder
Blinno GmbH
What used to take hours is now completed in seconds.
We use its code execution and endpoints for reporting and data processing.  For our operations, it’s a clear efficiency driver and saves valuable resources.
Holger Peschke
Founder
AI.mation

Latest use cases

New Advanced OCR Endpoint

This blog introduces the Advanced PDF OCR, an upgraded endpoint from 0CodeKit in partnership with natif.ai, offering structured data extraction from PDFs. Unlike the basic OCR, it returns organized information, allowing users to specify fields for extraction.

AI Endpoints for Simplified Workflows

This blog highlights the integration of AI into various apps using 0CodeKit's AI endpoints, which facilitate automation and connectivity with AI services. Key endpoints include 'Text entity detection', 'Check content policy', 'Generate JavaScript Code, and more.

AI Endpoints for Content Analysis and Development

This blog introduces 0CodeKit's AI endpoints, designed to facilitate content analysis, transformation, generation, and security. Key features include extracting and analyzing data, identifying languages and moods, detecting objects and text in images, and more.

Frequently Asked Questions

Can I use npm packages / external libraries?
Arrow

Yes — you can require(...) npm modules. import syntax is not supported. Dependencies will be automatically installed.

What about execution limits / runtime?
Arrow

Each execution runs up to 3 minutes. The JS runs on the Bun runtime. Pricing is 50 credits per execution.

How do I return results from the JS executor?
Arrow

Use a return { … } at top level, or assign to global result (do not redeclare it). Avoid console prints if you want output data.