Ecosyste.ms: Awesome

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

https://github.com/tursodatabase/examples

A compilation of quickstart & sample projects involving Turso and popular frameworks
https://github.com/tursodatabase/examples

astro dart flask flutter htmx javascript nextjs nuxt python quasar-framework qwik remix rust sveltekit tauri turso typescript

Last synced: about 1 month ago
JSON representation

A compilation of quickstart & sample projects involving Turso and popular frameworks

Lists

README

        

# Turso Examples

Turso Logo

This monorepo contains projects intended to support Turso in various
ways:

- Code samples
- Full projects that make use of Turso
- Tools, utilities, and libraries

These projects might be unsupported, and are provided without any promises or
guarantees.

## Applications

Kitchen sink applications featuring Turso and your favorite framework.

### Mobile

- [Recipe book prototype]: A "recipe book" mobile app prototype made with [Quasar] & [SQLite]
- [Recipe book app]: A "recipe book" mobile app made with [Flutter] & [Turso]

### Web

- [At The Polls]: A poll making website built with [Sveltekit], [Turso], and [Drizzle].
- [Top Web Frameworks]: A top web frameworks listing made with [Nuxt] and [Turso].
- [Turso Next.js Starter]: A top web frameworks listing made with [Next.js] and [Turso].
- [Workers-Turso TypeScript Demo]: A demo project demostrating using the integration of [Turso] in a
[Cloudflare Workers] TypeScript project.
- [The Mug Store]: An e-commerce store built with [Remix], [Turso], [Drizzle], set to be deployed to [Cloudflare Workers].
- [The Mug Store API]: A distributed REST API built using [Cloudflare workers] and [Turso] with [Drizzle] used as the ORM.
- [Find Me On]: A social links listing app built with [Qwik] and [Turso].
- [Find Me On htmx]: A social links listing app built with [Flask], [htmx], and [Turso].
- [A/B testing w/ Turso, NextJs & Growthbook]: A simple [Next.js] starter template storing data in [Turso] and styled using [Tailwindcss].
- [Turso CRM]: A multitenant CRM website built with [Remix] and [Turso], leveraging the latter's [multitenancy] offering.
- [Turso CRM ER]: A multitenant CRM website built with [Remix] and [Turso] set to be deployed on managed cloud services like [Akamai's Linode], leveraging Turso's [multitenancy] and [embedded replicas] offerings.
- [TurQw Store]: A shopping cart built with [Qwik] and [Turso].
- [Tustro Blog]: A Server-side Rendered (SSR) [Astro] blog that fetches data from [Turso].
- [Axum Todo List]: A todo list web application built with [Turso] and [Axum] - the Rust web framework.
- [Web Traffic Tracker]: A simple web traffic analytics tracking API featuring Turso's [Embedded Replicas] and [Actix].
- [Expenses Tracker w/ Elysia]: A personal expenses tracking application built with [Elysia], [Bun], and Turso's [Embedded Replicas].
- [Expenses Tracker w/ Hono]: A personal expenses tracking application built with [Hono], [Bun], and Turso.

## Desktop

- [Turso Notes]: A multi-platform note-taking desktop application built with [Tauri], [Turso] & [Qwik].

[Turso]: https://turso.tech
[Drizzle]: https://drizzle.team
[Nuxt]: https://nuxt.com
[Flutter]: https://flutter.dev
[Quasar]: https://quasar.dev
[SQLite]: https://sqlite.org
[Next.js]: https://nuxt.com
[Sveltekit]: https://kit.svelte.dev
[Astro]: https://astro.build
[Remix]: https://remix.run
[Qwik]: https://qwik.builder.io
[Flask]: https://flask.palletsprojects.com
[htmx]: https://htmx.org
[Tauri]: https://tauri.app
[Cloudflare Workers]: https://workers.cloudflare.com
[multitenancy]: https://turso.tech/multitenancy
[Akamai's Linode]: https://www.linode.com
[Axum]: https://github.com/tokio-rs/axum
[Actix]: https://github.com/actix/actix-web
[Elysia]: https://elysiajs.com/
[Bun]: https://bun.sh/
[Embedded Replicas]: https://docs.turso.tech/features/embedded-replicas
[Tailwindcss]: https://tailwindcss.com/
[At The Polls]: /app-at-the-polls
[Turso Next.js Starter]: /app-turso-nextjs-starter
[Recipe book app]: /app_recipe_book
[Recipe book prototype]: /app-recipe-book-quasar
[Top Web Frameworks]: /app-top-web-frameworks
[The Mug Store]: /app-the-mug-store
[Find Me On]: /app-find-me-on
[Turso CRM]: /app-turso-crm
[Turso CRM ER]: /app-turso-crm-er
[Turso Notes]: /app-turso-notes
[The Mug Store API]: /api-mug-store-api
[Find Me On htmx]: /app-find-me-on-python-htmx
[TurQw Store]: /app-turqw-store
[Tustro Blog]: /app-tustro-blog
[Axum Todo List]: /app-todo-axum
[Web Traffic Tracker]: /app-web-traffic-tracker-actix
[Expenses Tracker w/ Elysia]: /app-expenses-tracker-elysia
[Expenses Tracker w/ Hono]: /app-expenses-tracker-hono
[A/B testing w/ Turso, NextJs & Growthbook]: /app-ab-testing-nextjs-growthbook
[Workers-Turso TypeScript Demo]: /app-workers-turso-ts-demo