jstack
jstack copied to clipboard
Build seriously fast, lightweight and end-to-end typesafe Next.js apps
This pull request adds first-class support for Cloudflare Workers (Wrangler) to the CLI project scaffolding process. It introduces a new CLI prompt to ask users if their API will run...
This pull request adds Prisma ORM support to the CLI, alongside Drizzle, and introduces several improvements to dependency management and project scaffolding. The most significant changes are the addition of...
Does jstack supports monorepos? I have multiple apps that needs the same backend, and I'm curious to know if it is something that I could do with jstack.
# Motivation JS development has come to mobile with stuff like Expor/React Native and most recently Lynx. Users are moving more and more towards apps over websites and we developers...
https://hono.dev/examples/hono-openapi I tried: ```ts export contst postRouter = j.router({ recent: publicProcedure .use( j.fromHono( describeRoute({ description: "Awesome stuff", responses: { 200: { description: "Successful response", }, }, }), ), ) .query(({...
I used Jstack of recent and I have to say it worked like a champ, I built my start up company website using it https://pherus.org/ ## TECH STACK - Jstack...
This PR adds dynamic indentation to the table of contents component based on the heading level. Preview (/docs/backend/procedures): 
Hey, I am not able to change the BasePath. Also after reading your [documentation](https://jstack.app/docs/backend/app-router#base-path), I am not able to get it working. Am I missing something? Steps to reproduce: -...