@shashankdaima
.
9 months
Just Created: A modern full-stack(python+ts) monorepo template Features: • @nextjs + @GatsbyJS frontends with @shadcn/ui • @FastAPI + @honojs backends • Uv for Python • Dev-ready setup Coming soon: • DB modeling • Stripe integration • Deployment boilerplates • .env file
2
0
12

Replies

@shashankdaima
.
9 months
@nextjs @GatsbyJS @FastAPI @honojs Right now, I am posting a particular branch, i think it is better to maintain branch wise templates. This is very specific template where we are integrating fastapi(mainly used in genAI related backends) https://t.co/JuFF3HEzp3
0
0
0
@ChiragChhajed18
Chirag
9 months
@shashankdaima @nextjs @GatsbyJS @FastAPI @honojs interesting, didn't know that you can use python projects in a npm workspaces. what's the usecase for fastapi or two diff backend languages, i have used hono recently and liked it a lot also you can try pnpm workspaces instead of npm
1
0
2
@shashankdaima
.
9 months
@ChiragChhajed18 @nextjs @GatsbyJS @FastAPI @honojs hmm the idea is to separate the AI service from Main Services. In main service(which i usually do on Ts, or rarely on rust), i can defined much better types with trpc or proto files, while genAI should be like loose service, almost like serverless entity that's why fastAPI.
1
0
1