Skip to content

Commit 807f2ba

Browse files
doble196claude
andcommitted
docs: add badges, documentation links, and related section to README
Enriches the public repo README with npm badges, 10 documentation links to githat.io, and a related section for SEO discoverability. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 33fcec9 commit 807f2ba

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
<div align="center">
2+
13
# create-githat-app
24

5+
**The CLI for [GitHat](https://githat.io) — Auth + Hosting that replaces Clerk + Vercel**
6+
7+
[![npm version](https://img.shields.io/npm/v/create-githat-app?style=flat-square&logo=npm&logoColor=white&color=cb3837)](https://www.npmjs.com/package/create-githat-app)
8+
[![npm downloads](https://img.shields.io/npm/dm/create-githat-app?style=flat-square&logo=npm&logoColor=white&color=cb3837)](https://www.npmjs.com/package/create-githat-app)
9+
[![SDK](https://img.shields.io/npm/v/@githat/nextjs?style=flat-square&logo=npm&logoColor=white&label=%40githat%2Fnextjs&color=cb3837)](https://www.npmjs.com/package/@githat/nextjs)
10+
[![Website](https://img.shields.io/website?style=flat-square&url=https%3A%2F%2Fgithat.io&up_message=live&up_color=1f6feb&label=githat.io)](https://githat.io)
11+
[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](LICENSE)
12+
13+
</div>
14+
15+
---
16+
317
Scaffold a production-ready app with a fully-managed backend — auth, teams, orgs, API keys, MCP verification, and AI agent identity. **No backend to deploy.**
418

519
[GitHat](https://githat.io) is your backend. When you run `create-githat-app`, your generated project connects to GitHat's hosted platform at `api.githat.io`. User accounts, organizations, teams, API keys, MCP servers, and AI agents are all stored and managed by GitHat. You write frontend code only.
@@ -263,6 +277,19 @@ VITE_GITHAT_PUBLISHABLE_KEY=pk_live_...
263277
VITE_GITHAT_API_URL=https://api.githat.io
264278
```
265279

280+
## Documentation
281+
282+
- [GitHat Quick Start](https://githat.io/docs/quickstart) — Get running in 5 minutes
283+
- [SDK Reference](https://githat.io/docs/sdk)`@githat/nextjs` hooks, components, and server utils
284+
- [API Reference](https://githat.io/docs/api) — All 86 REST endpoints
285+
- [CLI Reference](https://githat.io/docs/cli) — Flags, prompts, and templates
286+
- [Next.js Guide](https://githat.io/docs/nextjs) — Auth in Next.js 14-16+
287+
- [React Guide](https://githat.io/docs/react) — Auth in any React app
288+
- [Bring Your Own Database](https://githat.io/docs/byod) — Keep your PostgreSQL, MySQL, or MongoDB
289+
- [MCP Servers](https://githat.io/docs/mcp) — Domain verification for AI tool servers
290+
- [AI Agents](https://githat.io/docs/agents) — Wallet-based identity for autonomous agents
291+
- [Skills Marketplace](https://githat.io/docs/skills) — Install templates, integrations, and workflows
292+
266293
## Contributing
267294

268295
```bash
@@ -273,6 +300,14 @@ npm run build
273300
node bin/index.js test-app
274301
```
275302

303+
## Related
304+
305+
- [@githat/nextjs](https://www.npmjs.com/package/@githat/nextjs) — React/Next.js SDK
306+
- [GitHat Platform](https://githat.io) — Auth + Hosting replacing Clerk + Vercel
307+
- [GitHat Pricing](https://githat.io/pricing) — Free, Pro, and Enterprise tiers
308+
- [GitHat vs Clerk](https://githat.io/compare/githat-vs-clerk) — Feature comparison
309+
- [GitHat vs Auth0](https://githat.io/compare/githat-vs-auth0) — Why developers switch
310+
276311
## License
277312

278313
MIT

0 commit comments

Comments
 (0)