NexusKit

Developers

Build with NexusKit

API-first architecture. Create a key in the dashboard, then call any module endpoint from your site, app, or workflow.

Start freeOpenAPI docs

Resources

Everything you need to integrate NexusKit into your stack.

OpenAPI / Swagger

Interactive API reference with request examples for every endpoint.

Open docs

React Contact Form

Step-by-step guide to wire a React contact page to NexusKit Contact API.

Read guide

API Reference

Full endpoint documentation with authentication, rate limits, and examples.

View reference

product.json

Machine-readable product manifest for AI agents and tooling.

View file

llms.txt

LLM-friendly context file for AI assistants and coding agents.

View file

Webhooks

Get real-time notifications when submissions arrive or events fire.

Learn more

Quick example

Submit a contact form entry with a single POST request.

curl -X POST https://api.nexus-kit.com/v1/public/contact/forms/YOUR_FORM_ID/submissions \
  -H "Content-Type: application/json" \
  -d '{
    "locale": "en",
    "payload": {
      "name": "Jane Doe",
      "email": "[email protected]",
      "message": "Hello from the API!"
    }
  }'

Ready to build?

Create a free account and start shipping in minutes.

Start free