Get started
An overview of the AnotherWrapper starter kit
Follow the steps below to get the core application up and running in under 5 minutes. After that, you can start activating other services or setting up any of the demo applications.
Quick setup
Hi there 👋 - ready to build your AI app? Let’s get into it!
Clone the repository
We’ll start by getting your project up and running locally:
Get your Supabase credentials
- Create a Supabase account account or sign in to your existing one.
- In your Supabase dashboard, go to “Project Settings” then “API Settings”.
- Copy your Supabase URL, anon key, and service key.
- Paste these values into your
.env
file. Also set yourPRODUCTION_URL
in the .env file (can behttp://localhost:3000
if deploying locally):
Install dependencies and run
We’ll install all the required packages and run it locally:
Go to http://localhost:3000
- your website should be up and running!
Customize website metadata
Go to config.ts
in the root of your projects folder and fill in your website metadata. You’ll be able to fill in things like your website’s title, description, logo, URL, theme and so on!
Don’t forget to correctly fill-in the Inside Routing
part of the config.
This is important for auth redirection.
After following these steps, the basic setup is done. You can now start activating other services (analytics, payments, storage, ..) or set up one of the 8 demo applications.
Instead of starting from scratch, set up one of our 8 AI demo applications to quickstart your development. Demo apps include capabilities to generate text, images, analyze images, create chatbots, chat with PDFs, transcribe audio and more!
Quicklinks
Set up storage
Set up S3 compatible storage using Cloudflare R2
Set up OpenAI
Set up OpenAI & understand how it’s used throughout the app
Set up Groq
Set up Groq & understand how it’s used throughout the app
Set up payments
Accepting payments and set up a paywall using LemonSqueezy
Set up email
Set up your first email funnel using Loops
Set up analytics
Set up PostHog Analytics to understand user behavior
Chat with PDF app
Build your own Chat with a PDF app
Transcribe audio
Build your own audio transcription app