Dual-port SMTP server: Secure submission (465) & Inbound forwarding (25) / 双端口 SMTP 服务:安全提交 (465) 与入站转发 (25)
Anvilforge — Laravel-equivalent Rust web framework. Forge web apps with Eloquent-shape ORM, Blade-style templates, queues, mail, and more.
Bellows — Anvilforge's real-time broadcaster. WebSocket server with Pusher-compatible wire protocol, breathes events out to connected clients.
Boost — Anvilforge's AI-agent toolkit. Embedded MCP server with framework introspection tools (routes, models, components, schema, queries, logs).
Cast — Eloquent-shaped ORM for Anvilforge. Facade crate.
Cast ORM core for Anvilforge: Model trait, QueryBuilder, Column, Relation, Schema, migrations.
Cast ORM derive macros: #[derive(Model)], #[has_many], #[belongs_to], #[scope].
Smith — Anvilforge's CLI (Artisan equivalent). Scaffolding, migrations, serve, queue:work, schedule:run, test.
Anvilforge core: routing, middleware, container, request/response, error type, runtime cross-cutting concerns.
Proc macros for Anvilforge: FormRequest, Job, Migration, Listener.
Anvilforge dev-mode hot-reload runtime — typed ABI + launcher that hot-swaps user handlers without restarting the framework process.
Spark — Livewire-equivalent reactive components baked into Anvilforge. Signed snapshots, partial re-render, real-time push via Bellows.