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

# Overview

> What is `zopio` and how do I get started?

`zopio` is a modern full-stack business framework designed to build scalable business apps with Auto UI and plugin extensibility – built on a developer-first [Next.js](https://nextjs.org/) base.
It is designed to be a comprehensive starting point for new apps, providing a solid, opinionated foundation with a minimal amount of configuration.

## Demo

We have a demo version of `zopio` that you can use to get a feel for the project!

Here are the URLs:

* [App](https://app.demo.zopio.dev)
* [Web](https://demo.zopio.dev)
* [API](https://api.demo.zopio.dev/health)
* [Storybook](https://storybook.demo.zopio.dev)

## Quick Start

<Card title="Prerequisites" icon="layer-group" href="/setup/prerequisites" horizontal>
  Get your development environment ready for `zopio`.
</Card>

<Card title="Installation" icon="terminal" href="/setup/installation" horizontal>
  Create a new `zopio` project.
</Card>

<Card title="Recipes" icon="book" href="/recipes" horizontal>
  Let's build something awesome together!
</Card>

## Contributing

We welcome contributions from the community! Please see the [contributing guide](https://github.com/zopiolabs/zopio/blob/main/.github/CONTRIBUTING.md) for more information. You can also check out these links to join the conversation.

<Card title="Issues" icon="bug" href="https://github.com/zopiolabs/zopio/issues" horizontal>
  Report bugs or ask for enhancements.
</Card>

<Card title="Pull Requests" icon="hands-clapping" href="https://github.com/zopiolabs/zopio/pulls" horizontal>
  Submit your own improvements.
</Card>

<Card title="Discussions" icon="comments" href="https://github.com/zopiolabs/zopio/discussions" horizontal>
  Discuss the future of `zopio`.
</Card>
