Nexora · Veyra is an independent development organization focused on building high-performance software with modern technologies.
The organization was founded around a simple idea: software should not be limited by the architecture it started with. We build systems from the ground up, rethink their underlying architecture, and push them toward modern hardware and modern standards.
The name Nexora · Veyra represents this philosophy.
Nexora represents connection, progression, and what comes next.
Veyra represents truth, correctness, and staying faithful to the principles something was built around.
Together, Nexora · Veyra represents:
Building what comes next, without losing what matters.
A high-performance Minecraft Java Edition server implementation written from scratch in Rust.
Astra is designed around:
- Vanilla gameplay parity
- Multithreaded architecture
- High performance
- Fast startup
- Efficient memory usage
- Custom systems and optimizations
- Native extensibility
- Long-term ecosystem compatibility
Optimize the implementation, not the behavior.
Astra's goal is to preserve the behavior and mechanics of vanilla Minecraft while rethinking how the underlying server is implemented.
Astra is designed to provide more than just a server runtime. Its architecture is intended to provide common infrastructure that plugins and extensions can use without repeatedly implementing the same systems themselves.
Astra will provide a built-in database abstraction layer that can be configured once at the server level.
Instead of every plugin requiring its own database configuration, plugins can use Astra's database API directly.
Astra
│
Database API
│
┌────────┴────────┐
│ │
MySQL MariaDB
│ │
└────────┬────────┘
│
Database
▲
┌───────────┼───────────┐
│ │ │
Plugin A Plugin B Plugin C
