Skip to main content
Stiletto is a comprehensive web application designed to enhance your Last Oasis gaming experience. Built by the community, for the community.

What is Stiletto?

Stiletto is a powerful SaaS web application that provides essential utilities and tools for Last Oasis players. From calculating complex crafting recipes to managing your clan’s diplomacy, Stiletto helps you spend less time on spreadsheets and more time in the game.
Not affiliated with Donkey Crew - Stiletto is an independent community project built to support Last Oasis players.

Key Features

Stiletto offers a comprehensive suite of tools to enhance your Last Oasis experience:

Crafting Calculator

Calculate exact material requirements for any item. See ingredient breakdowns with nested crafting trees and share recipes with your clan.

Resource Maps

Create and share interactive maps with custom markers. Mark quality material locations, enemy bases, and important landmarks.

Clan Management

Manage your clan members, permissions, and walker inventory. View real-time walker data collected through Discord bot integration.

Trading System

Post supply and demand trades. Filter by resource type, region, and quality. Connect with other players to exchange resources.

Diplomacy

Manage your clan’s relationships. Track allies, enemies, and NAP agreements with custom clan flags and symbols.

Auction Timers

Multiple configurable timers with sound alerts. Perfect for tracking auctions, events, and time-sensitive activities.

Game Data & Wiki

Stiletto provides comprehensive game data resources:
  • Tech Tree Browser - Explore all technology trees and learning requirements
  • Item Wiki - Search and view detailed information for all items, including crafting recipes and material costs
  • Creature Database - Reference guide for all in-game creatures
  • JSON Data Files - Access raw game data for your own projects

Built with Modern Technology

Stiletto is built using cutting-edge web technologies:
// Example from router.tsx:28-60
import React, { Suspense } from "react";
import { Routes, Route } from "react-router";

const AppRoutes: React.ReactElement = (
  <Suspense fallback={<LoadingScreen />}>
    <Routes>
      <Route path="" element={<Home />} />
      <Route path="crafter" element={<Crafter />} />
      <Route path="trades" element={<TradeSystem />} />
      <Route path="diplomacy" element={<Diplomacy />} />
      <Route path="maps" element={<ClanMaps />} />
      {/* More routes... */}
    </Routes>
  </Suspense>
);

React 19

Latest React with modern hooks and concurrent features

TypeScript

Type-safe development for better reliability

Vite

Lightning-fast development and optimized builds

Discord Integration

Stiletto seamlessly integrates with Discord for authentication and clan features:
  • Discord OAuth - Secure login using your Discord account
  • Clan Linking - Connect your clan to a Discord server
  • Walker Tracking - Automatic walker data collection via Discord bot
  • Member Sync - Keep clan members synchronized
All clan management features require Discord authentication to ensure secure access and prevent unauthorized changes.

Open Source & Community Driven

Stiletto is open source and welcomes contributions from the community:

View on GitHub

Explore the source code and contribute to development

Join Discord

Get support and connect with other Stiletto users

Ready to Get Started?

Quickstart Guide

Follow our quickstart guide to set up your account and start using Stiletto’s features

Website

Access Stiletto at: https://stiletto.deeme.dev