📘
Type-Safe
Full TypeScript support with auto-generated types from OpenAPI specs. Get IntelliSense and compile-time safety.
⚛️
React Integration
Pre-built React hooks powered by TanStack Query. Automatic caching, refetching, and state management.
🚀
Production Ready
731+ tests, 99% coverage, battle-tested in production. OAuth 2.0, webhooks, and comprehensive error handling.
Quick Start
Get up and running in seconds with our intuitive API:
import Scaffald from '@scaffald/sdk';
const client = new Scaffald({
apiKey: 'your-api-key'
});
// List jobs
const jobs = await client.jobs.list();
// Create application
await client.applications.create({
job_id: 'job_123',
profile_id: 'profile_456'
});34
API Resources
731+
Tests Passing
99%
Code Coverage
349 KB
Bundle Size
Ready to Get Started?
Build powerful recruiting applications with Scaffald SDK