Welcome to the LZT-Developers hub! This is the official community platform and developer directory for the LOUST-PRO engineering ecosystem.
🌐 Live Directory: devs-github.loust.pro
By adding your profile here, you become visible within our engineering network.
For Developers: We often review this directory when sourcing talent for our open-source initiatives, our internal CRM, or B2B enterprise contracts. We do not guarantee placement, but it is the best way to get on our radar. For Recruiters: If you see a developer you like and want to coordinate a connection, feel free to Schedule a Call with our team.
We use a declarative, zero-conflict approach. Instead of editing a monolithic JSON file, you just add your own YAML file to the /members directory and submit a Pull Request.
Ready? Just click here to auto-generate your PR:
Or do it manually:
- Fork this repository.
- Create a file named
your-github-username.ymlinside the/membersfolder. - Fill it out using this template:
username: your-github-username name: Your Full Name role: Full Stack Developer skills: - Next.js - Rust - TypeScript github: "https://github.com/your-github-username"
- Submit a Pull Request.
Once your PR is merged, our Next.js Server Components dynamically parse the YAMLs at build time and render your profile on the community site. Zero public API endpoints, 100% protection against data scraping.
- Framework: Next.js (App Router)
- Deployment: Standalone Multi-Tenant (Docker/K3s ready)
- Data Source: Local File System (
yamlparsing viafs) - License: GNU AGPLv3 (Ensuring the platform remains truly open-source even as a SaaS)