Atlarix: The Ultimate Platform for DeveloperWeek 2026

💡 Inspiration

DeveloperWeek is the largest gathering of developers, engineers, and tech leaders in the world [citation:9]. With over 5,000 attendees and 800+ hackathon participants, this is where the future of software development is shaped [citation:1][citation:2].

But here's the problem we saw: even with all the amazing APIs and cloud services available (from sponsors like Perfect Corp, You.com, Akamai, Figma, Miro, and Databricks), building truly intelligent applications still requires massive engineering effort [citation:3][citation:7].

What if developers could focus on the creative part – the idea, the user experience, the innovation – while AI handled the boilerplate, the integrations, and the orchestration?

That's why we built Atlarix. Named after Atlas (the titan who holds up the sky) and Axis (the central line), Atlarix is designed to be the backbone of intelligent agent development. For DeveloperWeek 2026, we're showcasing how Atlarix can help hackathon teams build faster, integrate sponsor APIs effortlessly, and create sophisticated AI-powered applications in days instead of weeks.

🔨 How We Built It

1. Multi‑Provider AI Routing

Atlarix supports 10+ AI providers including OpenAI, Anthropic, Google Gemini, and AWS Bedrock (added in v2.7). For DeveloperWeek, this means teams can:

  • Use the fastest models for simple tasks (like parsing API responses)
  • Route complex reasoning to deep‑thinking models (like Claude 3.5 Sonnet)
  • Fall back automatically if a provider is rate‑limited

2. Visual Blueprint Editor

We built a React Flow‑based canvas where users can design agent workflows visually. Each container represents a logical module, each beacon is a tool, and edges define the flow. This makes agent design accessible to non‑coders while still being powerful enough for experts.

3. 70+ Built‑in Tools + Sponsor API Integrations

Atlarix comes with a comprehensive tool registry. For this hackathon, we've created ready‑to‑use tools for major sponsors:

  • Perfect Corp – AI Skin Analysis, Virtual Try‑On, Text‑to‑Image generation [citation:3]
  • You.com – Web search, code generation, API access [citation:7]
  • Akamai (Linode) – Cloud instance management, object storage [citation:7]
  • Figma – Design file access, component extraction [citation:7]
  • Miro – Board manipulation, diagram generation [citation:7]
  • Databricks – Data analysis, SQL queries [citation:7]
  • Kilo – Developer workflow automation [citation:7]

4. Safe Permission System

One of Atlarix's standout features is its explicit permission UI. Every tool invocation that could modify state (posting to social media, creating cloud instances, modifying files) triggers an approval modal showing exactly what will happen. This gives developers confidence to build powerful agents without fear of unintended actions.

5. Round‑Trip Engineering (RTE) for Code Understanding

Atlarix includes language‑specific parsers (TypeScript, Python) that analyze your codebase to extract data models, API endpoints, and dependencies. This extracted knowledge is stored in a Blueprint cache and used to augment the agent's prompts.

6. Retrieval‑Augmented Generation (RAG)

We built a RAG layer that indexes documentation, past queries, and code context. When the agent needs to answer a question, it retrieves the most relevant information – dramatically reducing hallucinations.

🧗 Challenges We Faced

1. Integrating 10+ Sponsor APIs

Each sponsor API has its own authentication, rate limits, and data formats. We built a unified tool adapter system that normalizes these differences while preserving each API's unique capabilities.

2. Balancing Autonomy with Safety

Early versions of Atlarix were either too restrictive or too permissive. The breakthrough was the permission queue – a UI layer that intercepts all tool calls and presents them for approval. For read‑only operations (like searching You.com), we allow auto‑approval; for write operations (like creating a Linode instance), we require explicit consent.

3. Handling Rate Limits Across Providers

With multiple teams potentially using the same API keys during the hackathon, we implemented a token budget system that tracks usage and warns before hitting limits. If one provider is overloaded, we automatically fall back to another.

4. Making Visual Workflows Actually Useful

We initially built a node‑based editor that was too complex. After user testing, we simplified to a container + beacon metaphor that maps naturally to how developers think about agent architecture.

🎓 What We Learned

  • Hackathon teams move fast. They don't want to spend hours reading API documentation. By providing pre‑built tools for sponsor APIs, Atlarix lets them focus on their unique idea.
  • Safety builds trust. Teams are willing to let agents do more when they can see exactly what will happen and approve each step.
  • Visual design matters. The Blueprint editor helps teams reason about agent behavior and communicate their architecture to judges.
  • Sponsor APIs are incredibly powerful. Perfect Corp's generative AI and virtual try‑on, You.com's search, and Akamai's cloud platform – combined with Atlarix's orchestration – enable applications that weren't possible a year ago.

🚀 What's Next

After DeveloperWeek, we plan to:

  • Open‑source our sponsor API tools so any Atlarix user can build with them.
  • Create a gallery of pre‑built agent blueprints for common hackathon use cases (e.g., "E‑commerce Assistant", "Data Visualization Agent", "Social Media Manager").
  • Launch Atlarix Cloud with team collaboration features.
  • Add more sponsor integrations based on feedback from this event.

We believe DeveloperWeek is the perfect place to show how Atlarix can accelerate innovation – and we can't wait to see what teams build with it.


Built with ❤️ by the NorahLabs team

Built With

  • akamai-(linode)-api
  • anthropic
  • aws-bedrock
  • aws-sdk-v3
  • databricks-api
  • drizzle-orm
  • electron
  • figma-api
  • github
  • google-gemini
  • kilo-api
  • miro-api
  • monaco-editor
  • node.js
  • openai
  • openrouter
  • perfect-corp-api
  • react
  • react-flow
  • sqlite
  • tailwindcss
  • tree?sitter
  • typescript
  • vite
  • vitest
  • you.com-api
  • zod
Share this project:

Updates