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

3 Practical Python Automations

In this blog, we demonstrate how 0CodeKit's "Execute Python code" endpoint streamlines workflow tasks through three scenarios: identifying duplicate items in lists, extracting sub-20-degree temperatures from data, and generating transcripts from YouTube videos.

Website to PDF Conversion Automation

Discover how to automate the conversion of multiple websites into a single, ad-free PDF document that's easy to share, annotate, and store offline. In this blog, we guide you through setting up this automation using 0CodeKit and Dropbox.

Google Docs Entity Extraction Automation

This blog details setting up automation for data extraction from Google Drive documents using 0CodeKit's 'Text entity detection'. By enabling quick and accurate data extraction, this process enhances decision-making, information retrieval, and business intelligence.

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.