An open API service indexing awesome lists of open source software.

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

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
```