JSON Templates
Pre-built, realistic JSON templates you can preview, copy, and download. Jump-start your APIs, config files, database schemas, and DevOps manifests.
API Responses
REST API Success Response
API ResponsesStandard REST API success envelope with data payload, status, message, and pagination metadata.
REST API Error Response
API ResponsesStructured error response with error code, human-readable message, and a details array for field-level issues.
Paginated API Response
API ResponsesCursor-based paginated response with items array, page metadata, and navigation helpers.
User Profile Object
API ResponsesRich user profile with personal info, roles, notification settings, social links, and activity metadata.
GraphQL Response
API ResponsesStandard GraphQL response envelope with data and errors fields, including extensions for tracing.
Config Files
package.json
Config FilesRealistic Node.js package.json with scripts, dependencies, devDependencies, and repository metadata.
tsconfig.json
Config FilesTypeScript configuration with strict mode, path aliases, and modern ES target for a Next.js project.
ESLint Config
Config FilesFlat ESLint configuration with TypeScript, React, and Next.js rules in .eslintrc.json format.
Prettier Config
Config FilesPrettier configuration with sensible defaults for TypeScript/React projects.
VS Code Settings
Config FilesWorkspace-level VS Code settings for a TypeScript/React project with formatting, linting, and editor tweaks.
Database Schemas
MongoDB Document Schema
Database SchemasMongoDB user document with nested objects, arrays, embedded addresses, and indexed fields.
Prisma Seed Data
Database SchemasArray of user seed objects ready for prisma.user.createMany() with realistic sample data.
Firebase Security Rules
Database SchemasFirebase Realtime Database / Firestore security rules expressed as JSON with per-collection access control.
Cloud & DevOps
Docker Compose
Cloud & DevOpsMulti-service Docker Compose configuration (as JSON) with web app, database, and Redis cache.
GitHub Actions Workflow
Cloud & DevOpsCI/CD workflow with lint, test, build, and deploy steps for a Node.js project.
AWS CloudFormation Template
Cloud & DevOpsCloudFormation template for a serverless API with Lambda, API Gateway, and DynamoDB.
Kubernetes Deployment
Cloud & DevOpsKubernetes Deployment manifest (as JSON) with replicas, resource limits, health probes, and rolling updates.
JWT Token Payload
Cloud & DevOpsJWT payload with standard registered claims (sub, iat, exp, iss, aud) plus custom role and permission claims.