Align main README with docs intro: focus on what Quickslice does (spin up an AppView quickly) rather than listing technical features. Add license section.
···4455# quickslice
6677-GraphQL API for AT Protocol records with automatic schema generation from Lexicon definitions.
77+Quickslice is a quick way to spin up an [AppView](https://atproto.com/guides/glossary#app-view) for AT Protocol applications. Import your Lexicon schemas and you get a GraphQL API with OAuth authentication, real-time sync from the network, and joins across record types without setting up a database or writing any backend code.
8899-Work in progress. APIs subject to change.
99+> **Warning**
1010+> This project is in early development. APIs may change without notice.
10111111-## Features
1212+## What Quickslice Does
12131313-- Automatic GraphQL schema generation from AT Protocol Lexicons
1414-- Relay-compliant cursor-based pagination
1515-- Real-time ingestion via Jetstream
1616-- Backfill support for historical data
1717-- SQLite storage
1414+- **Connects to Jetstream** and tracks the record types defined in your Lexicons
1515+- **Indexes** relevant records into a database (SQLite or Postgres)
1616+- **Generates GraphQL** queries, mutations, and subscriptions from your Lexicon definitions
1717+- **Handles OAuth** and writes records back to the user's PDS
1818+- **Enables joins** by DID, URI, or strong reference, so you can query a status and its author's profile in one request
18191920## Example
2021···78797980## Quick Start
80818181-### Docker (Fastest)
8282+### Docker
82838384Run Quickslice locally with Docker:
8485···138139- `client/` - Web-based GraphQL playground and admin UI
139140- `quickslice-client-js/` - JavaScript client library
140141- `www/` - Documentation website
142142+143143+## License
144144+145145+Apache License 2.0