Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of cocreate-app/cocreate-api

Account's avatar
CoCreate-app/CoCreate-actions
Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily
Account's avatar
CoCreate-app/CoCreate-crud-client
An useful CRUD api operate Create, read, update, delete with built in database. Can be used as a firebase alternative. Easily configured using HTML5 attributes and/or JavaScript API.
Account's avatar
CoCreate-app/CoCreate-element-prototype
A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.
Account's avatar
CoCreate-app/CoCreate-render
A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
Account's avatar
CoCreate-app/CoCreate-socket-client
A simple socket component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
Account's avatar
CoCreate-app/CoCreate-utils
A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
Account's avatar
evanw/esbuild
An extremely fast JavaScript and CSS bundler and minifier.
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7
Account's avatar
webpack/webpack-cli
CLI for webpack & friends

Support the repos that depend on this repository

Top contributors

frankpagan's profile
frankpagan
459 contributions
semantic-release-bot's profile
semantic-release-bot
264 contributions
zeitamin's profile
zeitamin
10 contributions
jinxc-dev's profile
jinxc-dev
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
cocreate-app

cocreate-app/cocreate-api

A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API.

JavaScript
5
2
GNU Affero General Public License v3.0

CoCreate‑api is a lightweight vanilla‑JavaScript library (with optional server‑side component) that lets developers expose and consume third‑party APIs directly via HTML5 data attributes or a simple JavaScript API. It’s aimed at web developers who want an easy, CDN‑ or npm‑installable way to integrate external services into their sites without writing custom request‑handling code.