> For the complete documentation index, see [llms.txt](https://404-not-found-indonesia.gitbook.io/hi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://404-not-found-indonesia.gitbook.io/hi/404-not-found-indonesia.md).

# 404 Not Found Indonesia

We're not your typical software team. We're not trying to be.

We’re just a bunch of indie devs who enjoy building cool stuff — tools that solve real problems, platforms that feel good to use, and codebases we’re not embarrassed to open six months later.

We don’t have a CEO, fancy funding, or an incubator behind us.

What we do have is curiosity, caffeine, and a shared love for shipping ideas into the world.

We believe in **building for fun, building for function**, and sometimes, building just because *"hey, that’d be cool to try."*

Some of our projects are free and open to the world. Some are polished and paid. But all of them are **ours**, from line one.

***

#### 🧪 What We Do

We create software—web, mobile, desktop, API, CLI—you name it.\
Most of our projects start from a simple itch:

* “Why is this still manual in 2025?”
* “Why doesn’t this tool exist already?”
* “Can we build that better… or weirder?”

Sometimes the end result is an open-source gift. Other times, it's a product we put up for sale to keep our ramen fund healthy. Lately, we've been on a kick naming our projects after moons and satellites—because hey, we're orbiting ideas all day anyway.

***

#### 🧠 Our Stack(s)

We're polyglot. Full-stack. Framework-flexible. Tool-agnostic. Whatever helps get it done well.

**Languages & Frameworks we’re fluent in:**

* **Go, PHP, Ruby, Python, JavaScript, Dart**
* **Laravel, CodeIgniter, Ruby on Rails, Echo, Fiber, Express, Node.js, Wails**
* **Vue, Svelte, Flutter, Unity**
* **HTML, CSS, Bootstrap, TailwindCSS**

**Infra & DevOps:**

* **MySQL, MongoDB, Redis, RabbitMQ**
* **Docker, Git, GitHub Actions**

**Design & Creative:**

* **Figma, Blender, Adobe Premiere Pro, After Effects**

We're not scared of terminal windows, browser dev tools, or Figma auto-layouts gone rogue.

***

#### 🛰️ Our Projects

Here are a few that made it out into the wild:

**🟢 Open Source:**

* [**Kamus Banjar**](https://github.com/404NotFoundIndonesia/kamus-banjar-mobile-app) – an online Banjar-Indonesian dictionary (Flutter + Go)
* [**Hyperion**](https://github.com/404NotFoundIndonesia/hyperion) – named after Saturn’s moon, this desktop app helps you obfuscate PHP & JS code easily (Go + Wails + Svelte).
* [**Luber Jurdil** ](https://github.com/404NotFoundIndonesia/luber-jurdil)– a civics-themed 2D election simulation game for high schoolers (Unity)
* [**gohadits**](https://github.com/iqbaleff214/kamus-banjar-api) – a fast and lightweight Hadith API written in Go

**🔵 Premium (but worth it):**

* [**Triton**](/hi/for-sale/triton.md) – named after Neptune’s largest moon, this smart letter management app integrates AI to extract, summarize, and categorize incoming documents (Laravel + Vue).
* **Notarease** – SaaS ERP system for notaries and legal workers (Laravel + Svelte).
* **Bubbles** – Android-based laundry business management app (Flutter) - still in development.
* [**Charon**](/hi/for-sale/charon.md) – named after Pluto’s largest moon. It’s an AI-integrated **web-based helpdesk platform** designed to handle customer service faster, smarter, and more efficiently. Think automated ticket triaging, instant knowledge base suggestions, and intelligent replies — all in one neat interface (Laravel + Vue).

***

#### 🧠 Why “404 Not Found”?

Because we like building the things we can’t find.\
If no one’s made it yet — we probably will.

***

#### 🎯 What We Believe

* **Tools should be lightweight, fast, and enjoyable to use.**
* **Good code is like good writing — clear, intentional, and a little opinionated.**
* **Tech should be accessible. We document things because someone else will need it.**
* **Open source matters. We're not here to gatekeep knowledge.**

We're not trying to go viral. We’re trying to be useful.\
(But hey, if one of our tools goes viral, we won’t complain.)

***

#### 🤝 Want to Collaborate?

Got a problem that needs solving? An idea to explore?\
Want to fork, remix, or contribute to what we’ve built?

Find us on GitHub: [github.com/404NotFoundIndonesia](https://github.com/404NotFoundIndonesia)\
Or drop us a line: <404nf.oa@gmail.com>

Let’s build weird, smart, helpful things together. 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://404-not-found-indonesia.gitbook.io/hi/404-not-found-indonesia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
