# Remix.run is great! But can it have a full backend in under a minute?

DevFeed: [Remix.run is great! But can it have a full backend in under a minute?](<https://devfeed.tech/articles/remix-run-is-great-but-can-it-have-a-full-backend-in-under-a-minute-6026.md>)

Original publisher: [Read original article](<https://turso.tech/blog/remixrun-is-great-but-can-it-have-a-full-backend-in-under-a-minute-b4f7542c>)

Author: Glauber Costa

Published: 2022-08-03T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Remix](<https://devfeed.tech/topics/remix.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>)

Tags: [chiselstrike](<https://devfeed.tech/tags/chiselstrike.md>), [databases](<https://devfeed.tech/tags/databases.md>), [framework](<https://devfeed.tech/tags/framework.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [react](<https://devfeed.tech/tags/react.md>), [remix](<https://devfeed.tech/tags/remix.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

## AI overview

This tutorial presents Remix.run as a JavaScript framework and explains how provisioning databases can give it a full backend in under a minute. It discusses Turso, an SQLite rewrite whose databases can be queried over the network or synchronized with devices and servers for offline use.

## Source excerpt

Remix.run is gaining ground as a powerful and friendly Javascript framework. Read on to explore how to make it even better by provisioning its databases in under a minute.