Deciphering the Future Stack — PromptRacer | 5G Core | Rust eBPF | CipherTrace | PQ Tester
CurioxityLabs builds open-source tools for the next generation of secure, observable, and intelligent infrastructure.
- Framework: Astro with View Transitions
- Styling: Tailwind CSS (Dark Mode Default)
- Typography: Inter + JetBrains Mono
- Color Palette: Deep Space Black (#050505), Electric Cyan, Obsidian Purple
/
├── public/
│ ├── favicon.svg
│ └── logo.svg
├── src/
│ ├── components/
│ │ ├── Navigation.astro
│ │ ├── HeroSection.astro
│ │ ├── BentoGrid.astro
│ │ ├── LabCard.astro
│ │ ├── TerminalFeed.astro
│ │ ├── AboutSection.astro
│ │ └── Footer.astro
│ ├── content/
│ │ ├── blog/
│ │ └── notes/
│ ├── layouts/
│ │ └── BaseLayout.astro
│ ├── pages/
│ │ └── index.astro
│ └── styles/
│ └── global.css
├── astro.config.mjs
├── tailwind.config.mjs
└── package.json
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
AI-powered prompt engineering and optimization platform with competitive benchmarking.
Next-generation 5G core network implementation with cloud-native architecture.
High-performance eBPF tooling written in Rust for kernel-level observability.
Cryptographic Bill of Materials (CBOM) generation using eBPF for real-time crypto detection.
Post-Quantum cryptography traffic analysis and testing suite.
MIT License - See LICENSE for details.
Built with curiosity by CurioxityLabs