Skip to content

ImShyMike/otter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3caddd7 · · Apr 30, 2026

History

162 Commits
Apr 19, 2026
Apr 19, 2026
Apr 30, 2026
Apr 23, 2026
Apr 30, 2026
Apr 30, 2026
Apr 17, 2026
Apr 23, 2026
Apr 13, 2026
Apr 29, 2026
Apr 18, 2026
Apr 23, 2026
Apr 20, 2026
Apr 20, 2026

Repository files navigation

Otter

Search engine for all Hack Club projects!


An easy-to-use search engine/API for all Hack Club projects, built with Rust, Svelte and Postgres. Projects are ingested from the Ships API and Airbridge, and are then indexed and stored in the database.

API Documentation

Documentation for the API can be found at https://otter.shymike.dev/docs! (or http://localhost:3000/docs when running locally)

Development

Make sure you have Docker, Rust and Bun installed.

# Start Postgres and Redis
docker compose up -d



# Start the backend

cd app
cargo run



# Start the frontend

cd frontend
bun i
bun devev

These should now be live: