DOCUMENTATION
Master the PROTOTYPE platform with our comprehensive guides and developer resources. Everything you need to build, scale, and optimize.
Quick Start
InstallationREAD
Project SetupREAD
Creating your first BlogREAD
Theme CustomizationREAD
Developer SDK
// Initialize Prototype
const prototype = new Prototype({
apiKey: process.env.PROTOTYPE_KEY,
siteId: "site_alpha_92"
});
// Fetch all articles
const articles = await prototype.articles.list();Our SDK is built for modern environments, providing full type safety and edge-ready performance.