Next JS
1. Setup JamAIBase project.



2. Create Table
3. Create a new Next.js Project
4. Install jamaibase.
5. Create .env.local file at the root of your project and add the keys:
.env.local file at the root of your project and add the keys:6. Create a route handler to fetch data.
7. Then, in your Next.js component, you can fetch this data from the API route and render it
8. Start the app
Last updated
Was this helpful?