Simple template to build an web based AI powered tool with SvelteKit, Supabase, OpenAI and LemonSqueezy.
npm i
to install all the dependencies.env.example
as .env
, and .env-local.example
as .env.local
. Fill those files with your OpenAI and Supabase valuesnpm run dev
to start the dev serverBzzzzzz.
Deployment is the same as depolying just another SvelteKit project. I personally use Vercel due to it's free tier, but you can use anything that SvelteKit supports.
You can follow SvelteKit's official documentation.
MIT. See LICENSE
for more details.