https://github.com/typesense/code-samples
Extended code samples from the docs
https://github.com/typesense/code-samples
Last synced: 3 months ago
JSON representation
Extended code samples from the docs
- Host: GitHub
- URL: https://github.com/typesense/code-samples
- Owner: typesense
- Created: 2026-01-15T03:46:39.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-02-14T00:30:47.000Z (5 months ago)
- Last Synced: 2026-02-14T07:20:04.586Z (5 months ago)
- Language: TypeScript
- Homepage: https://typesense.org/docs/guide/
- Size: 80.1 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typesense Code Samples
A collection of sample projects demonstrating how to integrate [Typesense](https://typesense.org/) with various frameworks and technologies.
## Structure
This is a monorepo containing multiple standalone projects. Each project lives in its own directory with its own dependencies, configuration, and documentation.
```plaintext
code-samples/
├── typesense-astro-search/ # Astro + Typesense search implementation
├── typesense-gin-full-text-search/ # Go (Gin) + Typesense backend implementation
├── typesense-next-search-bar/ # Next.js + Typesense search implementation
├── typesense-qwik-js-search/ # Qwik + Typesense search implementation
├── typesense-react-native-search-bar/ # React Native + Typesense search implementation
├── typesense-solid-js-search/ # SolidJS + Typesense search implementation
├── typesense-vanilla-js-search/ # Vanilla JS + Typesense search implementation
└── README.md # You are here
```
## Projects
| Project | Framework | Description |
| ---------------------------------------------------------------------------- | ------------- | --------------------------------------------------------------- |
| [typesense-astro-search](./typesense-astro-search) | Astro | A modern search bar with instant search capabilities |
| [typesense-gin-full-text-search](./typesense-gin-full-text-search) | Go (Gin) | Backend API with full-text search using Typesense |
| [typesense-next-search-bar](./typesense-next-search-bar) | Next.js | A modern search bar with instant search capabilities |
| [typesense-qwik-js-search](./typesense-qwik-js-search) | Qwik | Resumable search bar with real-time search and modern UI |
| [typesense-react-native-search-bar](./typesense-react-native-search-bar) | React Native | A mobile search bar with instant search capabilities |
| [typesense-solid-js-search](./typesense-solid-js-search) | SolidJS | A modern search bar with instant search capabilities |
| [typesense-vanilla-js-search](./typesense-vanilla-js-search) | Vanilla JS | A modern search bar with instant search capabilities |
## Getting Started
Each project is self-contained. Navigate to the project directory and follow its README for setup instructions:
```bash
cd
cat README.md
```