W
W is a modular, full-featured, developer-first web application framework for @Vlang, with built-in auth & RBAC, and an expressive ORM inspired by @Laravel's Eloquent.
Install / Use
/learn @siguici/WREADME
<img src="https://github.com/wdotv/art/blob/HEAD/w-logo.svg" alt="W" width="64" />
W is a modular, full-featured, developer-first web application framework for V, with built-in auth & RBAC, and an expressive ORM inspired by Laravel's Eloquent.
📦 Installation
Requirements: V 0.4.x or later
- Via V (Recommended)
v install --git https://github.com/siguici/w
- Install from source:
mkdir -p ${VMODULES:-$HOME/.vmodules}
git clone --depth=1 https://github.com/siguici/w ${VMODULES:-$HOME/.vmodules}/w
- Import directly:
import w
✨ Features (WIP)
- 🔐 Authentication & Role-Based Access Control (RBAC)
- 🧠 Expressive ORM with relationships
- 🧱 Schema builder for defining database structure
- 🕸️ Web-native, built on Veb
🧪 Example Usage
import w.orm { Model }
struct User {
Model
name string
email string [unique]
}
fn (u User) posts() []Post {
return has_many<User, Post>(u, 'user_id')
}
📚 Documentation
Documentation is in progress.
Stay tuned via: https://github.com/siguici/w
🧠 Philosophy
W draws inspiration from frameworks like Laravel, AdonisJS, and Django, but focuses on the simplicity, performance, and native nature of V.
Its goal is to offer a clean, expressive, and modular foundation for building web applications entirely in V.
🪪 License
MIT © @siguici
Related Skills
node-connect
351.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
