Back to Work

Whatsoever.biz

Co-Founder

Whatsoever.biz
For Whatsoever.biz, I scaffolded a web app from scratch using NextJS and TailwindCSS. The app had several requirements, including Auth, which I handled with Clerk integration. For a database, I set up a Postgres database on Railway and added Prisma as an ORM to help me define the database schemas. Fetching web results from a simulated web search was also a requirement. I used google’s api for this. Upon fetching the web results, I save them to the database so I don’t have to repeat the api call when returning to the page. I do a similar thing with uspto trademark results using a uspto api. Stripe handles subscription payments.
Next.jsPrismaTailwindCSSStripeClerkVercelZustand