Skip to content
View CocoCopi's full-sized avatar
👋
Growing
👋
Growing

Block or report CocoCopi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
cococopi/README.md

Sample

About Coco Copi Developers

CocoCopi is a forward-thinking software engineering company building a comprehensive ecosystem of programming languages, frameworks, and infrastructure tools. Our mission is to provide complete, self-hosted solutions that give developers full control over their technology stack.


Connect With Us


Our Products

Corros Programming Language

The foundation of everything. A complete, self-hosting programming language with:

  • Custom lexer & bytecode compiler written in Corros itself
  • Native virtual machine achieving native-speed compilation
  • Unique syntax inspired by no single language
  • Host services: sockets, HTTP, dynamic library loading (dlopen), and FFI
  • Repository: CocoCopi/corros

Web & Framework Layer

Product Description Repository
KilnCraft Express-style web framework for Corros with routing, middleware, sessions, and static file serving kilncraft
GlazeCraft React-style component framework with hooks and server-side rendering (SSR) glazecraft
CourierForge Requests-style HTTP client library for Corros courierforge
BrothForge BeautifulSoup-style HTML parser for Corros brothforge

Machine Learning & Data Science

Product Description Repository
CryoQuench ML framework from scratch: tensors, autograd, layers, optimizers with fast C tensor core cryoquench
CryoTorch PyTorch-shaped deep learning framework built on CryoQuench cryotorch
OreMath NumPy-style ndarray library, pure Corros implementation oremath

Infrastructure & Services

Product Description Repository
AnvilForge Self-hosted PaaS (Render/Heroku-style) with zero-downtime deploys, health-check rollback, and RBAC tokens anvilforge
Custodian Self-hosted PaaS with full infrastructure ownership custodian
Crucible Local LLM server with HTTP API, model store, recommender, and llama.cpp FFI integration crucible

Frontend & Display

Product Description Repository
CC Web Company dashboard website rendered entirely in Corros CC_Web

Technology Stack

  • Primary Language: Corros (proprietary)
  • Native Performance: C/Shell for high-speed components
  • Infrastructure: Go, JavaScript
  • Frameworks: Custom implementations of industry-standard patterns

Philosophy

Every project in the CocoCopi ecosystem is built with intention:

  • Self-hosting: No external dependencies where possible
  • From scratch: Compilers, parsers, and frameworks written ground-up
  • Native speed: Bytecode compilation and optimized C cores
  • Developer experience: Industry-standard APIs (Express, PyTorch, NumPy, BeautifulSoup, Requests)

Repository Structure

CocoCopi Ecosystem
├── Core Language
│   └── corros/
├── Web & HTTP
│   ├── kilncraft/ (web framework)
│   ├── glazecraft/ (component framework)
│   ├── courierforge/ (HTTP client)
│   └── brothforge/ (HTML parser)
├── ML & Data
│   ├── cryoquench/ (ML framework)
│   ├── cryotorch/ (deep learning)
│   └── oremath/ (ndarray library)
└── Infrastructure
    ├── anvilforge/ (PaaS)
    ├── custodian/ (managed infrastructure)
    └── crucible/ (LLM server)

Key Features

  • Complete self-hosting — No external language dependencies
  • Industry-familiar APIs — Learn Corros by recognizing the patterns
  • Native performance — Bytecode + optimized C cores
  • Modern tooling — HTTP, ML, web components, all built-in
  • Production-ready — PaaS, LLM servers, and deployment tools

Explore Our Work

Visit the repositories above to dive deeper into any aspect of the CocoCopi ecosystem. Each project includes detailed documentation and is open for collaboration.


Built with intention. Forged from scratch.

Copyright © 2024 CocoCopi. All rights reserved.

Popular repositories Loading

  1. croOS croOS Public

    A complete OS kernel written entirely in Corros (.cro) with 16 built-in apps

    C 1

  2. crucible crucible Public

    Crucible — a local LLM server written in Corros: HTTP API, model store, recommender, FFI to llama.cpp. 100% Corros.

    Shell 1

  3. linguist linguist Public

    Forked from github-linguist/linguist

    Language Savant. If your repository's language is being reported incorrectly, send us a pull request!

    Ruby

  4. cryoquench cryoquench Public

    CryoQuench — a machine-learning framework written in Corros: tensors, autograd, layers, optimizers, and a training loop, with a fast native C tensor core. Forged from scratch.

    C

  5. courierforge courierforge Public

    courierforge — a requests-style HTTP client for Corros (requests equivalent, written in Corros)

    Shell

  6. brothforge brothforge Public

    brothforge — a BeautifulSoup-style HTML parser for Corros

    Shell