Documentation site for Neko Singa — real-time crypto market intelligence powered by social sentiment.
Built with Nextra (Next.js + MDX), deployed on Vercel.
Live: docs-nekosinga.vercel.app
| Layer | Technology |
|---|---|
| Framework | Next.js 14 + Nextra 3 |
| Content | MDX |
| Diagrams | Mermaid |
| Deploy | Vercel |
pages/
├── index.mdx # Introduction
├── architecture.mdx # Polyrepo diagram + data flow
├── api-reference/
│ ├── index.mdx # Base URL, auth, rate limits
│ ├── market/
│ │ ├── trending.mdx
│ │ ├── sentiment.mdx
│ │ ├── news.mdx
│ │ ├── trending-cas.mdx
│ │ └── stats.mdx
│ └── auth/
│ └── login.mdx
├── guides/
│ ├── local-setup.mdx
│ └── deployment.mdx
└── decisions/
└── scope-notes.mdx
npm install
npm run dev
# → http://localhost:3000| Repo | URL |
|---|---|
api |
github.com/nekosinga/api |
app |
github.com/nekosinga/app |
web |
github.com/nekosinga/web |
docs |
github.com/nekosinga/docs |