NOTE: The website has been hosted via vercel https://genwiz.vercel.app. However the database has been created using supabase. Furthermore, certain third party applications and APIs were initially being integrated while they were under the free trial. The free trial for that has expired which may result in a server side exception ( details of which can be found in server logs ). The free trial database is in sleep mode when not used for a week. I can temporarily wake up my database for 24 hours as and when required. Also, after 8th april PlanetScale's free Hobby plan was retired. I can however update and look into the errors as and when needed. There are some Stripe webhook delivery issues ( stripe was being used for payment integration ). The website was intially working so these errors may have stemmed from the free trial expiring across different applications.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.