#software-engineering
Serving static file is important to many SaaS. For example, Senja serve a static js file so that I can use in the obsidian site. How can I do that?
## [Hono + deno in 5 minutes](https://hono.dev/getting-started/deno#serve-static-files)
✅ This is easy.
## Nextjs
1. create a nextjs project
2. put your static files in the public folder
3. deploy it to vercel