@bitxdev/bitx
v0.0.1
Published
A minimal static UI language compiling to pure HTML
Maintainers
Readme
BitX
A minimal static UI language that compiles .bitx files into pure HTML.
No JavaScript Runtime. No Virtual DOM. Just Semantic HTML.
Installation
npm install -g @bitxdev/bitx
# or run directly
npx bitx buildUsage
1. Write Code (main.bitx)
App {
Page {
Column {
Text("Hello World")
Button("Click Me")
}
}
}2. Build
bitx build main.bitx
# Generates dist/index.html3. Dev Mode
bitx dev main.bitx
# Serve at http://localhost:3000Features
- Zero Runtime: Compiles to raw HTML/CSS.
- Type Safe: (Coming soon)
- Fast: Instant compilation.
License
ISC
