# COSMOS RSC ## Docs - [Custom server](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/advanced/custom-server.md): Learn how to customize the Express server for advanced use cases - [RSC internals](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/advanced/rsc-internals.md): Deep dive into the React Server Components rendering pipeline and implementation - [Webpack configuration](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/advanced/webpack-configuration.md): Understand and customize the webpack configuration for client and server bundles - [Client Components](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/api/client/components.md): Client-side components and utilities for COSMOS RSC - [Router](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/api/client/router.md): Client-side router API for navigation in COSMOS RSC - [cookies](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/api/server/cookies.md): Manage HTTP cookies in Server Components - [render](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/api/server/render.md): Understanding server-side rendering in COSMOS RSC - [Architecture](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/core-concepts/architecture.md): Understanding the COSMOS RSC framework architecture - [Routing](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/core-concepts/routing.md): File-system based routing in COSMOS RSC - [Server Actions](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/core-concepts/server-actions.md): Execute server code from forms and client components - [Server Components](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/core-concepts/server-components.md): Understanding React Server Components in COSMOS RSC - [Streaming](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/core-concepts/streaming.md): Server-side rendering with streaming and Suspense - [Building pages](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/guides/building-pages.md): Step-by-step guide to creating pages in COSMOS RSC - [Client navigation](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/guides/client-navigation.md): Navigate between pages with the Navigation API and add view transitions - [Forms and actions](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/guides/forms-and-actions.md): Handle form submissions with server actions in COSMOS RSC - [Project structure](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/guides/project-structure.md): Understanding the COSMOS RSC project organization and folder layout - [Styling](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/guides/styling.md): Style your COSMOS RSC application with Tailwind CSS - [Installation](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/installation.md): Install COSMOS RSC and set up your development environment - [Introduction](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/introduction.md): Learn about COSMOS RSC, a React Server Components framework showcasing React 19 features - [Quick start](https://mintlify.wiki/nikhilsnayak/cosmos-rsc/quickstart.md): Build your first page with COSMOS RSC and React Server Components