Set up Anthropic & understand how it’s used throughout the app
Read through this guide to set up Anthropic & get familiar with how it is used in the different demo apps.
First, create an Anthropic account or sign in. Next, navigate to the API key page and “Create API key”. Make sure to save this somewhere safe and do not share it with anyone.
Once you have your API key, paste it in your .env file:
Below is a list of demo apps using Anthropic. The Business Plan Generator uses Claude for generating structured JSON with the desired content.
For detailed information on each application, please check their respective section.
Build variations of the Business Plan Generator in minutes
You’ll notice that each API route follows a similar structure:
uuid
to the end-user, which is handled by the frontend to fetch & display the response from Supabase.More information on structure of the codebase can be found here:
Understand the project structure of the codebase