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

# Starter kits and reference projects

> Pre-configured projects you can fork to start a new Startale-integrated application or Mini App, plus reference implementations to study.

This page collects the fastest paths to a working project. For the Mini App track, fork the starter and ship. For standalone applications, the [Quickstart](/quickstart) is the canonical Vite + React + wagmi path. Both tracks have reference implementations you can study when you need to see a feature end-to-end.

## Mini App starter

A Vite + React + wagmi Mini App with the Farcaster SDK, a manifest skeleton, and an example mint flow.

[Use the Mini App starter on GitHub](https://github.com/StartaleGroup/miniapp-demo)

## Standalone application

The shortest path to a standalone Startale-integrated app is the Quickstart: Vite + React + wagmi, end to end, in about ten minutes.

[Start with the Quickstart →](/quickstart)

For deeper exploration of every supported RPC method (auth flows, sub-accounts, typed data, batched calls), study the Next.js testapp reference below.

## Reference implementations

End-to-end examples maintained by Startale alongside the SDK source.

<Columns cols={2}>
  <Card title="Test app" icon="github" href="https://github.com/StartaleGroup/app-sdk/tree/main/examples/testapp">
    Next.js reference exercising every supported RPC method. Useful as a debugging surface when something is not working as expected.
  </Card>

  <Card title="Mini App demo" icon="github" href="https://github.com/StartaleGroup/miniapp-demo">
    Vite + React + wagmi Mini App with Farcaster SDK integration, the Startale connector, and an on-chain mint flow.
  </Card>
</Columns>

## What's in the Mini App starter

* TypeScript with strict mode.
* Biome for formatting and linting.
* A working dev script (`pnpm dev`) and a production build.
* Sensible chain and SDK initialization.
* One end-to-end feature you can study or strip out.
