{"id":48617128,"url":"https://github.com/getlumos/docs-lumos","last_synced_at":"2026-04-09T02:12:30.355Z","repository":{"id":324991333,"uuid":"1099391046","full_name":"getlumos/docs-lumos","owner":"getlumos","description":"Write once. Deploy Everywhere. | Official LUMOS documentation at lumos-lang.org","archived":false,"fork":false,"pushed_at":"2026-02-03T09:19:12.000Z","size":5465,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-03T22:12:00.171Z","etag":null,"topics":["documentation","lumos","rust","schema-language","solana","type-safety","typescript","vitepress"],"latest_commit_sha":null,"homepage":"https://docs.lumos-lang.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getlumos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-18T23:51:49.000Z","updated_at":"2026-02-03T09:19:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/getlumos/docs-lumos","commit_stats":null,"previous_names":["getlumos/docs-lumos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getlumos/docs-lumos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlumos%2Fdocs-lumos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlumos%2Fdocs-lumos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlumos%2Fdocs-lumos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlumos%2Fdocs-lumos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getlumos","download_url":"https://codeload.github.com/getlumos/docs-lumos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlumos%2Fdocs-lumos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","lumos","rust","schema-language","solana","type-safety","typescript","vitepress"],"created_at":"2026-04-09T02:12:30.178Z","updated_at":"2026-04-09T02:12:30.343Z","avatar_url":"https://github.com/getlumos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LUMOS Documentation\n\n[![License](https://img.shields.io/badge/License-MIT%20OR%20Apache--2.0-blue.svg)](LICENSE-MIT)\n[![Built with Astro](https://img.shields.io/badge/Built%20with-Astro%20Starlight-purple.svg)](https://starlight.astro.build)\n\nOfficial documentation website for [LUMOS](https://github.com/getlumos/lumos) - Type-safe schema language for Solana development.\n\n**Live Site:** https://docs.lumos-lang.org\n\n## What is LUMOS?\n\nLUMOS is a powerful code generation framework that bridges TypeScript and Rust for Solana development. Write your data structures once in `.lumos` syntax, and automatically generate production-ready code for both languages with guaranteed Borsh serialization compatibility.\n\n**Stop writing the same types twice. Start building faster.**\n\nBuilt with [Astro Starlight](https://starlight.astro.build)\n\n---\n\n## 🚀 Quick Start\n\n```bash\n# Install dependencies\nnpm install\n\n# Start dev server\nnpm run dev\n# Opens http://localhost:4321\n\n# Build for production\nnpm run build\n\n# Preview production build\nnpm run preview\n```\n\n---\n\n## 📁 Structure\n\n```\ndocs-lumos/\n├── src/\n│   ├── content/\n│   │   └── docs/\n│   │       ├── getting-started/    # Installation, Quick Start\n│   │       ├── guides/             # Type Mapping, Anchor Integration\n│   │       ├── api/                # CLI, Parser, Generators\n│   │       └── examples/           # Real-world schemas\n│   ├── assets/                     # Logo, images\n│   └── styles/\n│       └── custom.css              # LUMOS branding (purple/gold)\n├── astro.config.mjs                # Starlight configuration\n└── package.json\n```\n\n---\n\n## 🎨 Branding\n\nLUMOS uses a **purple \u0026 gold** color theme:\n\n- **Primary:** `#9333EA` (Purple-600)\n- **Accent:** `#FACC15` (Gold-400)\n- **Background:** `#0F172A` (Dark slate)\n\nCustom styles in `src/styles/custom.css`.\n\n---\n\n## 🛠️ Technology Stack\n\n- **[Astro Starlight](https://starlight.astro.build/)** - Documentation framework\n- **[Astro](https://astro.build/)** - Static site generator\n- **Deployed on:** Vercel\n\n---\n\n## 📝 Contributing\n\n1. Fork the repo\n2. Create a feature branch\n3. Make your changes\n4. Test locally with `npm run dev`\n5. Submit a pull request\n\n**Documentation Guidelines:**\n- Use clear, concise language\n- Include code examples\n- Test all links\n- Follow existing structure\n\n---\n\n## 🔗 Related Repos\n\n- [**lumos**](https://github.com/getlumos/lumos) - Main repository (core + CLI)\n- [**vscode-lumos**](https://github.com/getlumos/vscode-lumos) - VSCode extension\n- [**awesome-lumos**](https://github.com/getlumos/awesome-lumos) - Community examples\n\n---\n\n## 📄 License\n\nDual-licensed under MIT OR Apache-2.0\n\n---\n\n**Built with ❤️ for the Solana community**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlumos%2Fdocs-lumos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetlumos%2Fdocs-lumos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlumos%2Fdocs-lumos/lists"}