
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@plust/locus
Advanced tools
Locus The Full-Stack App Compiler Transform <code>.locus</code> files into complete, production-ready web applications.
The Full-Stack App Compiler
Transform .locus files into complete, production-ready web applications.
Locus is a source-to-source compiler and toolchain for building full-stack web applications with maximum velocity and clarity. Write simple, declarative .locus files and generate:
dev mode with hot reload and smart rebuilds.locus files and builds an AST (Chevrotain)npm install -g @plust/locus
locus new my-app
cd my-app
locus dev
./generated/
├── prisma/
│ └── schema.prisma # Database schema
├── routes/
│ └── *.ts # Express routers per entity
├── react/
│ ├── pages/
│ │ └── *.tsx # React pages
│ └── components/
│ └── *.tsx # React components
├── theme.css # Design tokens as CSS variables
└── server.ts # Express app bootstrap
| Command | Description |
|---|---|
locus new <name> | Scaffold a new project with config and sample files |
locus build | Full, deterministic build of the project |
locus dev | Dev server with hot reload and incremental rebuilds |
locus db migrate | Run Prisma migrations |
locus db studio | Launch Prisma Studio for data management |
locus deploy | Build and deploy to Vercel, Railway, etc. |
locus add <package> | Add npm packages to frontend or backend |
Common Flags:
--src <dir>: Source directory for .locus files--out <dir>: Output directory for generated code--debug: Detailed timing logsLocus.tomldesign_system { ... } blocks in .locus filesnpm installnpm testMIT. See the LICENSE file for details.
FAQs
Locus The Full-Stack App Compiler Transform <code>.locus</code> files into complete, production-ready web applications.
We found that @plust/locus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.