© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4mo ago•
8 replies
Bl@ck@rrow

SupaBase Dedicated Backend

Hello Everyone,

I am new to SupaBase and building a dedicated backend using supabase for my app and I have to make some external api calls from my backend which are not in the db. I was thinking about the folder structure of my supabase app currently I have
./src
├── functions
│   └── get-video-analysis
│       └── index.ts
├── services
│   └── youTube
│       └── video.service.ts
└── types
    └── analyzeType.ts

./supabase
├── config.toml
└── functions
    └── get-video-analysis
        └── index.ts
./src
├── functions
│   └── get-video-analysis
│       └── index.ts
├── services
│   └── youTube
│       └── video.service.ts
└── types
    └── analyzeType.ts

./supabase
├── config.toml
└── functions
    └── get-video-analysis
        └── index.ts


And I am using a script to copy the functions from
src
src
to
supabase
supabase
but getting many issues using it . Is there any better way to build a robust backend or should I just directly write into the supabase folder.??
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

supabase backend
SupabaseSSupabase / help-and-questions
4mo ago
Supabase Backend
SupabaseSSupabase / help-and-questions
3y ago
Supabase for Backend
SupabaseSSupabase / help-and-questions
5mo ago
Supabase on backend
SupabaseSSupabase / help-and-questions
13mo ago