Align main README with docs intro: focus on what Quickslice does (spin up an AppView quickly) rather than listing technical features. Add license section.
···45# quickslice
67-GraphQL API for AT Protocol records with automatic schema generation from Lexicon definitions.
89-Work in progress. APIs subject to change.
01011-## Features
1213-- Automatic GraphQL schema generation from AT Protocol Lexicons
14-- Relay-compliant cursor-based pagination
15-- Real-time ingestion via Jetstream
16-- Backfill support for historical data
17-- SQLite storage
1819## Example
20···7879## Quick Start
8081-### Docker (Fastest)
8283Run Quickslice locally with Docker:
84···138- `client/` - Web-based GraphQL playground and admin UI
139- `quickslice-client-js/` - JavaScript client library
140- `www/` - Documentation website
0000
···45# quickslice
67+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.
89+> **Warning**
10+> This project is in early development. APIs may change without notice.
1112+## What Quickslice Does
1314+- **Connects to Jetstream** and tracks the record types defined in your Lexicons
15+- **Indexes** relevant records into a database (SQLite or Postgres)
16+- **Generates GraphQL** queries, mutations, and subscriptions from your Lexicon definitions
17+- **Handles OAuth** and writes records back to the user's PDS
18+- **Enables joins** by DID, URI, or strong reference, so you can query a status and its author's profile in one request
1920## Example
21···7980## Quick Start
8182+### Docker
8384Run Quickslice locally with Docker:
85···139- `client/` - Web-based GraphQL playground and admin UI
140- `quickslice-client-js/` - JavaScript client library
141- `www/` - Documentation website
142+143+## License
144+145+Apache License 2.0