Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madebyarthouse/arthouse-sanity-starter
https://github.com/madebyarthouse/arthouse-sanity-starter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/madebyarthouse/arthouse-sanity-starter
- Owner: madebyarthouse
- Created: 2024-11-16T15:05:41.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T15:27:34.000Z (about 2 months ago)
- Last Synced: 2024-11-16T16:29:18.608Z (about 2 months ago)
- Language: TypeScript
- Size: 505 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arthouse full-stack Sanity Starter Kit
![Arthouse Starter Kit screenshot](./docs/screenshot.png)
Starter Kit for full-stack Typescript+React+Sanity web dev projects. Has sensible defaults, clears out boilerplate, setups up Sanity, and adds minimal utilities on top.Includes a `.cursorrules` file to get you started with Cursor – adapt it to your needs/style.
Many parts are taken from [Simeon Griggs](https://github.com/SimeonGriggs)'s great [sanity-remix-template](https://github.com/SimeonGriggs/sanity-remix-template).
Made by [Christian Cito](https://chrcit.com?utm_source=arthouse-starter-kit&utm_medium=github) /
[Arthouse](https://madebyarthouse.com?utm_source=arthouse-starter-kit&utm_medium=github)## Stack
- Sanity
- TypeScript
- React
- Remix w/ Vite
- Tailwind
- pnpm
- Plausible analytics
- Utilities (`prettier`, `eslint`, `clsx`, `pretty-cache-header`)## Setup
Search for `change me` in the repo and replace with your own values.
See [docs/replicate.md](docs/replicate.md) for steps to replicate this setup.
## Pre-launch todos
- [ ] Submit /sitemap.xml to search console
- [ ] Setup domain in Plausible
- [ ] Configure [`app/config.ts`](./app/config.ts)