Overview
This repository exposes packages used internally by the Nordcraft framework, including core logic, runtime, SSR, standard library, project search, and CSS parsing. It is not the complete Nordcraft editor or backend product.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Separate core logic, runtime, and SSR into packages
Shared engine logic, frontend runtime, and server-side rendering are maintained and released as individual packages.
Sources: [2]
Share formula/action libraries and project search across the engine
Built-in formulas/actions live in std-lib, while project traversal and issue rules are handled by the search package.
For studying the internals of a visual web-app engine
It is useful for developers interested in low-code runtime, SSR, formulas, and project-analysis architecture rather than the editor UI alone.
Sources: [2]
Do not assume external-consumption readiness or complete self-hosting
The README says these packages are not yet ready for other applications to consume, and the broader open-source/self-host transition is still ongoing.
Official sources
- [1]nordcraftengine/nordcraft repository(2026-09-21)
- [2]Nordcraft README(2026-09-21)
- [3]Nordcraft documentation(2026-09-21)
- [4]Nordcraft open-source announcement(2026-09-21)
- [5]Nordcraft Apache-2.0 license(2026-09-21)
Supplemental curator note
This repository contains internal engine packages rather than the complete Nordcraft product. The README explicitly says the packages are still in development and are not yet ready for other applications to consume. Nordcraft is progressively moving more code here with the longer-term goal of full open source and self-hosting, so current state and roadmap should be evaluated separately.
Try it in 3 steps
- 1
Get the source
git clone --depth 1 https://github.com/nordcraftengine/nordcraft.git - 2
Enter the repository
cd nordcraft - 3
Check the official steps
Continue with the commands in the README Installation, Quick Start, or Getting Started section.
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Growth
Growth trends · Last 30 days
489 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 16
- Open PRs
- 22
Development activity is still being collected.
Built with
Categories and tags
Categories
GitHub data
GitHub dataView detailed GitHub data
- Stars
- 489
- Forks
- 45
- Watchers
- 5
- Open issues
- 161
- Contributors
- 12
- Primary language
- TypeScript
- License
- Apache-2.0
- Repository last updated
- Sep 19, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- React250,610 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Visual Studio Code192,731 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript - Flutter179,024 Stars
A BSD-3-Clause cross-platform SDK for building mobile, web, and desktop UIs from a Dart codebase.
Dart - Bootstrap174,873 Stars
A responsive, mobile-first web framework built from CSS and JavaScript grids, utilities, and components.
MDX - LangChain146,750 Stars
A Python framework that connects models, tools, retrieval systems, and other components for LLM applications and agents.
Python
Report incorrect information
Tell us if any listing information is incorrect or outdated.