Showing 27 open source projects for "ai app creator"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking downβ€”with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    GPT AI Assistant

    GPT AI Assistant

    OpenAI + LINE + Vercel = GPT AI Assistant

    GPT AI Assistant is an application that is implemented using the OpenAI API and LINE Messaging API. Through the installation process, you can start chatting with your own AI assistant using the LINE mobile app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Generative AI for Beginners (Version 3)

    Generative AI for Beginners (Version 3)

    21 Lessons, Get Started Building with Generative AI

    ...The course covers everything from model selection, prompt engineering, and chat/text/image app patterns to secure development practices and UX for AI. It also walks through modern application techniques such as function calling, RAG with vector databases, working with open source models, agents, fine-tuning, and using SLMs. Each lesson includes a short video, a written guide, runnable samples for Azure OpenAI, the GitHub Marketplace Model Catalog, and the OpenAI API, plus a β€œKeep Learning” section for deeper study.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    OpenAI Assistants Quickstart

    OpenAI Assistants Quickstart

    OpenAI Assistants API quickstart with Next.js

    openai-assistants-quickstart is a template for using the Assistants API in a Next.js app, demonstrating streaming, tool use, and function calling in one place. The repository includes multiple example pages that each showcase specific capabilities, while all examples share the same underlying assistant with all capabilities enabled. The primary chat logic lives in the Chat component at app/components/chat.tsx, which manages rendering, streaming, and forwarding function calls. Server handlers...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Open WebUI

    Open WebUI

    User-friendly AI Interface

    ...Additionally, Open WebUI offers a Progressive Web App (PWA) for mobile devices, providing offline access and a native app-like experience. The platform also includes a Model Builder, allowing users to create custom models from base Ollama models directly within the interface. With over 156,000 users, Open WebUI is a versatile solution for deploying and managing AI models in a secure, offline environment.
    Downloads: 96 This Week
    Last Update:
    See Project
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your dataβ€”with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your dataβ€”deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 5
    Open Claude Cowork

    Open Claude Cowork

    Open Source version of Claude Cowork built with Claude Code

    Open Claude Cowork is an open source desktop chat application that brings the power of autonomous, agent-style AI workflows to your local machine by combining the Claude Agent SDK with the Composio Tool Router, enabling developers and power users to build intelligent assistants that can interact with a vast array of external tools and services. It offers a native Electron-based interface for macOS, Windows, and Linux that feels familiar and modern, supporting persistent, multi-session...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 6
    Agent Skills

    Agent Skills

    Skills for AI coding agents

    Agent Skills by Vercel Labs is a curated collection of modular β€œskills” designed to extend the capabilities of AI coding agents by packaging human-ready instructions, workflows, and optional scripts that tell an agent how to perform specific development tasks. In this repository, each skill adheres to the Agent Skills specification, meaning they’re defined as folders with a SKILL.md file (containing task descriptions and step-by-step guidance) and can include helper scripts and reference...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    dotenvx

    dotenvx

    A secure dotenv–from the creator of `dotenv`

    ...Beyond basic runtime usage, dotenvx includes tooling for key management, listing .env files in structured views, and operations like variable rotation and scoped overrides, bringing more robust secrets handling to modern app stacks.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    comfyui-mixlab-nodes

    comfyui-mixlab-nodes

    Workflow and speech recognition app

    comfyui-mixlab-nodes is a large collection of custom nodes for ComfyUI that turns workflows into interactive apps and adds real-time multimedia, LLM, and TTS capabilities. It introduces a β€œWorkflow-to-APP” concept, where a ComfyUI graph can be transformed into a Web App through an AppInfo node, complete with categories, batch prompts, and editable configurations. The project also brings Real-time Design features like screen capture and floating video nodes, enabling creative pipelines that mix live screen content, generative models, and visual effects. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Groq Desktop

    Groq Desktop

    Local Groq Desktop chat app with MCP support

    Groq Desktop is a cross-platform (Windows / macOS / Linux) local desktop application that provides a graphical chat interface for interacting with Groq-hosted, function-call-capable models. It bundles a built-in MCP (Model Context Protocol) server enabling smart function calling, letting users chat with an AI, send images, or interact with richer multimodal inputs β€” all from a friendly desktop UI. The app is built with modern web technologies and packaged for native distribution, making it accessible even to non-developer users who just want to experiment with Groq models without writing code. Developers can also use groq-desktop-beta as a lightweight interface to test prompts, media inputs, or function-calling capabilities before embedding them into larger projects. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10
    MCP WebResearch

    MCP WebResearch

    MCP web research server (give Claude real-time info from the web)

    The MCP Web Research Server is a Model Context Protocol server designed to bring real-time web information into AI applications like Claude, facilitating efficient research on any topic. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenAI Quickstart Node

    OpenAI Quickstart Node

    Node.js example app from the OpenAI API quickstart tutorial

    OpenAI Quickstart Node.js is an example application designed to help developers learn how to use the OpenAI API with Node.js. The repository provides structured sample code for a variety of API endpoints, including chat completions, assistants, embeddings, fine-tuning, moderation, batch processing, and image generation. Each folder contains runnable scripts that demonstrate both basic usage and more advanced scenarios. By following the examples, developers can quickly understand how to...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    Aviator Predictor

    Aviator Predictor

    Aviator hack: seed-inspection of aviator crash predictor & aviator app

    Our downloadable SHA256 analysis tool powers the Aviator predictor, Aviator predictor app, and aviator crash predictor. Available for desktop, it’s designed for research, fairness verification, and safe demo testing Demo-focused aviator predictor tools β€” seed-inspection helpers (SHA-512 / SHA-256), AI-assisted summaries, and demo bot templates for aviator crash predictor, Start in demo mode to test safely. Disclaimer: Provided for analytical and testing purposes only. ...
    Leader badge
    Downloads: 3,018 This Week
    Last Update:
    See Project
  • 13
    Stake Crash Predictor

    Stake Crash Predictor

    Stake Crash Predictor is a toolkit for stake mines predictor & Plinko.

    The Stake Crash Predictor is a focused toolkit that combines statistical analysis, optional server fairness seed hash decrypt helpers, and AI-assisted summaries to help you study rounds on Stake.us. This project centers on the stake mines predictor and stake predictor workflows Demo-focused stake crash predictor app β€” seed-inspection helpers (SHA-512 / SHA-256), AI-assisted summaries, and demo bot templates for stake mines predictor too, Start in demo mode to test safely. ...
    Leader badge
    Downloads: 176 This Week
    Last Update:
    See Project
  • 14
    CodinIT.dev

    CodinIT.dev

    Free, local, open-source AI app builder

    CodinIT.dev is a free, local, open source AI app builder that lets you go from idea to full-stack application entirely on your machine, no coding required, just chat with AI. You can build unlimited apps with real-time previews, instant undo, and responsive, frictionless workflows. Deep Supabase integration means you can create UI and backend logic in one cohesive environment, while the model-agnostic architecture lets you connect to any AI, whether cloud-based (Gemini 3 Pro, GPT-5, Claude Sonnet 4.5) or local via Ollama, so you’re never locked in. ...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Mermaid.js to SVG Converter

    Mermaid.js to SVG Converter

    Visualize the diagrams of your projects

    ...This will prevent it from changing things its not supposed to change. This standalone offline web app will convert that mermaid.js code into a visual SVG image so that YOU as a human will be able to understand what the AI think about the structure of your projects so you can see it and fix any misconceptions until the diagram is correct for your project. (Source code is included in the html itself. Open it in a web browser to use.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    seaart-save-metadata

    Chrome extention to save metadata of works on seart.ai in XMP in files

    (modified 2025-12-20) v1.1.0 Now it also works on `postDetail` pages. Chrome extention to save metadata of works on seart.ai in XMP and embed them into files. Works on /explore/detail pages and /postDetail/ pages. Does NOT work to videos. Filenames are automatically sanitized. It saves: prompt, model, checkpoint, lora, creator, source, etc. of each work. Press a button to start fetching metadata and download a work on a target page. # Installation Unpack the release and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BJH OS

    BJH OS

    An Operating System Created In Html CSS And JS By Muhammad Haris.

    ...πŸ‘‹ I’m Muhammad Haris, Developer of BJH OS πŸŒπŸ’‘ β€” a web-based OS built with pure HTML, CSS & JS. Enjoy draggable windows, built-in apps, a web terminal, Flash Browser, AI assistant, and persistent data via localStorage. πŸš€ Highlights Custom desktop environment & smoother UI Modular architecture Built-in apps & BJH OS Apps Market Remote alerts & updates Secure login & developer tools πŸ›’ BJH OS Apps Market Features Browse apps/games App details: icon, developer, rating, downloads, screenshots Automatic app updates & notifications πŸ§‘β€πŸ’» For Developers To build, extend, create apps or games, Upload Apps To BJH OS Apps Market and follow best practices via Developer Docs Contribute To BJH OS: https://github.com/Haris16-code/BJH-OS/blob/main/CONTRIBUTING.md πŸ“₯ Get BJH OS BJH OS Main Website: https://bjhos.unaux.com BJH OS Main Repository: https://github.com/Haris16-code/BJH-OS πŸ’¬ Join Discord: https://discord.gg/SdDSUtCbX8
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    4allDownloader Converter

    4allDownloader Converter

    Video,audio&Files Downloader&Convert with built-in browser with AI.

    The most advanced downloader & converter tool that combines the power of leading open-source technologies under an intuitive GUI. Download videos, Audio, from 10000+ of sites, and also files from any platform with advanced format conversion capabilities. Features a built-in browser with JavaScript injection support that remembers logins while maintaining complete privacy. Five powerful tabs streamline your workflow: Home tab for pasting URLs, channels, playlists, and direct search; Browser...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 19
    Coframe

    Coframe

    Coframe brings your UX to life with AI-powered optimization

    Bring your UX to life with AI-powered optimization and personalization. Coframe brings the content of your app or website to life through AI-powered optimization, personalization, and overall self-improvement. It takes minutes to integrate, and the ROI is clear to measure. Your website or app gains self-enhancing abilities with Coframe, learning from real-world performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Node ChatGPT API

    Node ChatGPT API

    A client implementation for ChatGPT and Bing AI

    A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app. Support for the official ChatGPT model has been added! You can now use the gpt-3.5-turbo model with the official OpenAI API, using ChatGPTClient. This is the same model that ChatGPT uses, and it's the most powerful model available right now. Usage of this model is not free, however it is 10x cheaper than text-davinci-003.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    OpenAI Web Application

    OpenAI Web Application

    A web application that allows users to interact with OpenAI's models

    A web application that allows users to interact with OpenAI's modles through a simple and user-friendly interface. This app is for demo purpose to test OpenAI API and may contain issues/bugs. User-friendly interface for making requests to the OpenAI API. Responses are displayed in a chat-like format. Select Models (Davinci, Codex, DALLΒ·E, Whisper) based on your needs. Create AI Images (DALLΒ·E). Audio-Text Transcribe (Whisper). Highlight code syntax. Type in the input field and press enter or click on the send button to make a request to the OpenAI API. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Lad

    Lad

    Lad is the best Node.js framework

    Lad is the best Node.js framework. Made by a former Express TC and Koa team member. Lad boasts dozens of features and is extremely configurable. These microservices are preconfigured for security, performance, and graceful reloading. Redis, sessions, flash toast, and modal SweetAlert2 messages (uses ioredis which has support for Cluster, Sentinel, and more). Koa-based web app and API servers. Pagination built-in (using ctx-paginate). RESTful API with BasicAuth and versioning. Automated job...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Semantic Segmentation Editor

    Semantic Segmentation Editor

    Web labeling tool for bitmap images and point clouds

    A web-based labeling tool for creating AI training data sets (2D and 3D). The tool has been developed in the context of autonomous driving research. It supports images (.jpg or .png) and point clouds (.pcd). It is a Meteor app developed with React, Paper.js, and three.js.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Mara CMS

    Mara CMS

    The file based CMS with full-featured editing

    Mara CMS is a file based content management system. Mara offers the kind of helpful features you would expect to find in the big commercial products, but in a more concise form. This makes it remarkably easy to use, even for the inexperienced content creator. Features include direct editing of the actual webpage so you see your changes as you type, drag and drop photo and video content addition, easy YouTube video linking, a photo gallery that can also double as a presentation or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Yana Nestable

    is an WUI hierarchical list creator with drag and drop.

    Yana Nestable is an WUI hierarchical list creator with drag and drop.you can easily use source code of this app in your projects and have fun! never can be easier to create menu,category and ... every nestable items can be create and store in database with this module!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next