> ## Documentation Index
> Fetch the complete documentation index at: https://v1.amanmeherally.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

## Cool Stuff

Interested in the one-offs I'm working on right now? Here are a few:

<Columns>
  <Card title="AWS or Not" img="https://aws.amanmeherally.com/og-image.png" href="https://aws.amanmeherally.com" arrow="true" external>
    AWS is complicated. This site is fun game to help you guess which service is
    AWS and which one is fake.

    <span className="underline font-bold text-white underline-offset-4">Blog coming soon</span>
  </Card>

  <Card title="PostgreSQL" img="https://db.amanmeherally.com/opengraph-image.png" href="https://db.amanmeherally.com" arrow="true" external>
    PostgreSQL is my favorite database. The website sucks. I'm on a quest to fix it.
  </Card>
</Columns>

## The Robot

In my family, I'm the robot.

I seem to speak a language that nobody else understands: `code`. It looks a little something like this.

```js theme={null}
/**
 * @returns {Object} An object with all things Aman.
 * @author Aman Meherally
 */
function getAman() {
  return {
    name: "Aman Meherally",
    role: "Full Stack Developer",
    skills: ["Next.js", "TypeScript", "Firebase", "React", "PostgreSQL"],
    mission: "Build beautiful applications using big words",
  };
}
```

Like all good code, I decided I needed documentation. A manual that gives you instructions on how I work.

## Welcome to My Manual

This site is that manual. It’s a transparent look into my architecture, the projects I've shipped, and the core principles I operate by. It's the playbook for how I can contribute to building high-quality, scalable, and delightful products.

<Note>
  This documentation is your guide to understanding my work and how I can help
  you. It’s a living document, so expect updates as I grow and evolve.
</Note>

Ready to dive in? Here are the main modules.

<Columns>
  <Card title="Inspiration" icon="lightbulb" href="/inspiration" arrow="true">
    Understand the philosophy and the "why" that drives my development process.
  </Card>

  <Card title="Experiences" icon="briefcase" href="/experiences" arrow="true">
    See the changelog of my career, with key accomplishments from each version.
  </Card>

  <Card title="Blog" icon="book" href="/blog" arrow="true">
    Read my latest thoughts, technical deep dives, and updates on my journey.
  </Card>

  <Card title="Contact" icon="envelope" href="/contact" arrow="true">
    Ready to build? Let's open a pull request on your next big idea.
  </Card>
</Columns>
