Doorman11991

A declarative LLM friendly language that compiles system descriptions into complete, runnable Node.js backends.

15
1
85% credibility
Found May 19, 2026 at 18 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
TypeScript
AI Summary

BoneScript is a declarative code generation tool that compiles system specifications into complete Node.js backend projects including APIs, databases, authentication, and deployment configurations.

Star Growth

See how this repo grew from 18 to 15 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is BoneScript?

BoneScript is a declarative language that compiles system descriptions into complete, runnable Node.js backends. You write a `.bone` file describing your entities, capabilities, events, and policies, then run `bonec compile` and get back a full Express API with PostgreSQL migrations, JWT authentication, state machine enforcement, durable event handling, WebSocket support, OpenAPI specs, a TypeScript SDK, React hooks, an admin panel, and CI/CD pipelines. It supports multiple targets beyond Express, including Nakama for game backends, Prisma for schema-only output, and SQLite for lightweight deployments.

Why is it gaining traction?

The pitch is simple and compelling: "write the bones, get the whole skeleton." Developers are drawn to the deterministic compilation -- the same `.bone` file always produces bitwise-identical output, with no LLM randomness or AI magic involved. The generated code includes everything a production backend needs, from audit logging and rate limiting to health checks and Docker deployment. The VS Code extension provides real-time error highlighting and completions, making the authoring experience feel polished despite the project's youth.

Who should use this?

Backend developers tired of writing the same CRUD boilerplate across projects will find the most value here. Teams building SaaS platforms, marketplaces, or multiplayer games can describe their domain model once and get a working API, SDK, and admin UI immediately. It's also useful for prototyping -- describe your schema, spin up a runnable backend, validate your domain model, then hand off to a traditional stack if needed. Early-stage startups needing to ship fast will appreciate the comprehensive output, though teams with strict production requirements should evaluate the project's maturity carefully first.

Verdict

BoneScript delivers on a genuinely useful idea with a clean CLI and impressive output breadth. The 0.85% credibility score and 15-star count reflect a project in early development -- v0.8.1, no production case studies, and limited community. The feature set is comprehensive, but the risk of depending on an unproven tool is real. Worth exploring for greenfield side projects or internal tooling where you can absorb breaking changes, but wait for a 1.0 release and community growth before betting on production systems.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.