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

# Tinykit

> Self-hosted agentic app builder for your infrastructure.

Tinykit is an open-source tool for building and deploying tiny web applications. It combines an AI agent, an editor, and a runtime into a single instance, allowing you to host 100+ apps on one server and instantly update them by typing `/Tinykit` after their domain name.

<Frame>
  <img src="https://mintcdn.com/tinykit/Tf0C1lubauRtpCSg/images/screenshot-kanban.png?fit=max&auto=format&n=Tf0C1lubauRtpCSg&q=85&s=bb6768a5b380a5a276159b04be935847" alt="Tinykit builder interface" width="2880" height="1636" data-path="images/screenshot-kanban.png" />
</Frame>

## Overview

<Warning>
  Tinykit is in **early alpha**. It's best suited for personal utility tools, small business CRUD apps, and internal tools. AI-generated code should be reviewed before handling sensitive data or running in production environments.
</Warning>

Unlike cloud-based builders that separate development from hosting, Tinykit runs the builder and built applications on the same server. The builder (or studio) is always available and can deploy app updates in seconds.

## Workflow

1. **Prompt**: Describe the application or feature to the AI agent.
2. **Generate**: The agent writes code, creates and integrates fields and datbase tables.
3. **Refine**: Edit code manually, update content and design from fields, or continue prompting.
4. **Deploy**: Push the 'Deploy' button, wait 1-2 seconds, enjoy your app.
5. **Repeat**: Just to go `yourappsdomain.com/tinykit` to keep working on it, the studio's always there.

## Comparison

| Feature          | Tinykit                   | Builder Services      | Traditional IDEs |
| :--------------- | :------------------------ | :-------------------- | :--------------- |
| **Hosting**      | Self-hosted (VPS/Railway) | Managed Cloud         | External         |
| **Runtime**      | Single Server             | Separate Build/Deploy | Local/CI         |
| **Backend**      | Built-in PocketBase       | Internal/External     | External         |
| **Pricing**      | Infrastructure Cost       | Subscription          | License/Free     |
| **Data Control** | User Owned                | Provider Managed      | User Owned       |

## Core Components

<CardGroup cols={2}>
  <Card title="Builder" icon="hammer" href="/features">
    AI-driven code generation and manual editing tools.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture">
    Technical overview of the single-server model.
  </Card>

  <Card title="Data" icon="database" href="/database">
    Built-in PocketBase integration and schemas.
  </Card>
</CardGroup>

## What Can You Build?

<CardGroup cols={3}>
  <Card title="Internal Tools" icon="screwdriver-wrench">
    Admin dashboards, data entry forms, reporting tools
  </Card>

  <Card title="Client Deliverables" icon="handshake">
    Landing pages, booking systems, contact forms
  </Card>

  <Card title="SaaS MVPs" icon="rocket">
    CRM systems, inventory trackers, project managers
  </Card>

  <Card title="Data Apps" icon="chart-line">
    Analytics dashboards, calculators, converters
  </Card>

  <Card title="Portfolios" icon="user">
    Personal sites, galleries, blogs
  </Card>

  <Card title="Prototypes" icon="flask">
    Validate ideas fast before committing
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Frame caption="Voice Memos">
    <img src="https://mintcdn.com/tinykit/Tf0C1lubauRtpCSg/images/screenshot-memos-data.png?fit=max&auto=format&n=Tf0C1lubauRtpCSg&q=85&s=cf7074a241ead6ba2ec7ba0caa3d7fd2" alt="Voice memos" width="2880" height="1638" data-path="images/screenshot-memos-data.png" />
  </Frame>

  <Frame caption="Canvas">
    <img src="https://mintcdn.com/tinykit/Tf0C1lubauRtpCSg/images/screenshot-canvas-code.png?fit=max&auto=format&n=Tf0C1lubauRtpCSg&q=85&s=cd3213486d68c5a6918fd20e4fb43d6e" alt="canvas" width="2880" height="1636" data-path="images/screenshot-canvas-code.png" />
  </Frame>
</CardGroup>

## Perfect For

<Tabs>
  <Tab title="Freelancers">
    Ship client work in hours, not days. Generate CRUD apps on the fly, customize with AI, and hand off a production URL.
  </Tab>

  <Tab title="Agencies">
    Build internal tools without pulling developers off client work. Spin up admin dashboards, reporting tools, and data entry forms.
  </Tab>

  <Tab title="Indie Hackers">
    Validate your SaaS idea this weekend. Build an MVP, get it live, and start collecting feedback immediately.
  </Tab>

  <Tab title="Developers">
    Skip the boilerplate. Let AI handle the scaffolding while you focus on business logic.
  </Tab>
</Tabs>
