Buckyball Technical Documentation

Start your NPU agile customisation with buckyball.

square-githubrepository

Project Overview

Buckyball is a scalable framework for Domain Specific Architecture, built on RISC-V architecture and optimised for high-performance computing and machine learning accelerator design.

What Can You Do with buckyball

discord

Discord community

Join our Discord community to post questions, get help, and share resources with over 3,000 like-minded developers.

github

GitHub

Our product is 100% open source and built by developers just like you. Head to our GitHub repository to learn how to submit your first PR.

What Can You Do with buckyball

Get started in 5 minutes

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

rocket-launchGet started terminalAPI reference

index.js
// Import the SDK
import ExampleAPI from "example-api";

// Initialize the client
const client = new ExampleAPI({ apiKey: "YOUR_API_KEY" });

// Send your first message
const response = await client.messages.send({
  message: "Hello, world!"
});

Join Us

Join our Slack community or create your first PR in just a few steps.

Join slack Submit a PR

Last updated