Example projects that use lolaDB with various frontend frameworks.
lolaDB works with nearly every frontend framework. Javascript or Typescript.
This repository contains examples for many of today's most popular frontend frameworks.
lolaDB Docs
You can always reference the lolaDB Developer Docs for more information.
Available Examples
.env Files
Annoyingly, different frameworks utilize .env files in their own way, often with non-obvious documentation.
For these examples, you must set your lola API key in the .env file in this manner:
Next.js
LOLA_API_KEY={{YOUR_API_KEY}}React
REACT_APP_LOLA_API_KEY={{YOUR_API_KEY}}Svelte
VITE_LOLA_API_KEY={{YOUR_API_KEY}}Vue
VITE_LOLA_API_KEY={{YOUR_API_KEY}}