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 17 hours ago
JSON representation
A compilation of quickstart & sample projects involving Turso and popular frameworks
- Host: GitHub
- URL: https://github.com/tursodatabase/examples
- Owner: tursodatabase
- License: mit
- Created: 2023-12-15T01:09:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-08-20T17:48:35.000Z (3 months ago)
- Last Synced: 2024-11-03T02:32:06.279Z (8 days ago)
- Topics: astro, dart, flask, flutter, htmx, javascript, nextjs, nuxt, python, quasar-framework, qwik, remix, rust, sveltekit, tauri, turso, typescript
- Language: TypeScript
- Homepage:
- Size: 5.87 MB
- Stars: 65
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-turso - Official Turso examples
README
# Turso Examples
This monorepo contains projects intended to support Turso in various
ways:- Code samples
- Full projects that make use of Turso
- Tools, utilities, and librariesThese 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.
- [PHP Extension Example Usage]: A code samples for using Turso Client PHP in native way with [Turso Client PHP].
- [Laravel Authenticated Todo List]: A simple todo list app using [Turso Client PHP], [Turso Driver Laravel], [Laravel], [Laravel Breeze], and [Livewire Volt].
- [Symfony 7 Rest API CRUD]: A simple rest api using [Turso Client PHP], [Turso Doctrine DBAL], [Symfony], and [Doctrine DBAL].## 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
[Turso Client PHP]: https://github.com/tursodatabase/turso-client-php
[Turso Driver Laravel]: https://github.com/tursodatabase/turso-driver-laravel
[Turso Doctrine DBAL]: https://github.com/tursodatabase/turso-doctrine-dbal
[Laravel]: https://laravel.com
[Laravel Breeze]: https://github.com/laravel/breeze
[Livewire Volt]: https://livewire.laravel.com/docs/volt
[Symfony]: https://symfony.com
[Doctrine DBAL]: https://www.doctrine-project.org/projects/doctrine-dbal/en/4.0/index.html
[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
[PHP Extension Example Usage]: /php-extension-usages-demo
[Laravel Authenticated Todo List]: /laravel-authenticated-todo-list
[Symfony 7 Rest API CRUD]: /symfony7-rest-api-crud