{"id":49017174,"url":"https://github.com/siddharth-shringarpure/modern-nextjs-fastapi-template","last_synced_at":"2026-04-19T02:19:41.351Z","repository":{"id":347627734,"uuid":"1131911556","full_name":"siddharth-shringarpure/modern-nextjs-fastapi-template","owner":"siddharth-shringarpure","description":"A clean, modern, full-stack template with Next.js 16, FastAPI, Tailwind CSS 4, and shadcn/ui.","archived":false,"fork":false,"pushed_at":"2026-04-18T21:05:18.000Z","size":582,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T23:18:39.706Z","etag":null,"topics":["eslint","fastapi","fastapi-boilerplate","fastapi-template","framer-motion","motion","nextjs","nextjs-boilerplate","nextjs-template","python","python3","react","reactjs","ruff","shadcn","shadcn-ui","tailwind","tailwindcss","tailwindcss-v4"],"latest_commit_sha":null,"homepage":"https://thewebdevtemplate.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siddharth-shringarpure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-10T23:48:08.000Z","updated_at":"2026-04-18T21:05:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/siddharth-shringarpure/modern-nextjs-fastapi-template","commit_stats":null,"previous_names":["siddharth-shringarpure/modern-nextjs-fastapi-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siddharth-shringarpure/modern-nextjs-fastapi-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddharth-shringarpure%2Fmodern-nextjs-fastapi-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddharth-shringarpure%2Fmodern-nextjs-fastapi-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddharth-shringarpure%2Fmodern-nextjs-fastapi-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddharth-shringarpure%2Fmodern-nextjs-fastapi-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddharth-shringarpure","download_url":"https://codeload.github.com/siddharth-shringarpure/modern-nextjs-fastapi-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddharth-shringarpure%2Fmodern-nextjs-fastapi-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31991773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint","fastapi","fastapi-boilerplate","fastapi-template","framer-motion","motion","nextjs","nextjs-boilerplate","nextjs-template","python","python3","react","reactjs","ruff","shadcn","shadcn-ui","tailwind","tailwindcss","tailwindcss-v4"],"created_at":"2026-04-19T02:19:41.170Z","updated_at":"2026-04-19T02:19:41.336Z","avatar_url":"https://github.com/siddharth-shringarpure.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern Next.js + FastAPI Template\n\nA clean, modern, full-stack template with Next.js 16, FastAPI, Tailwind CSS 4, and shadcn/ui.\n\n\u003cimg src=\"public/image.png\" alt=\"Modern Next.js + FastAPI Template\" width=\"auto\"\u003e\n\n## Tech Stack\n\n**Frontend:** [`Next.js 16 (Turbopack)`](https://nextjs.org/docs) · [`Tailwind CSS 4`](https://tailwindcss.com/docs) · [`shadcn/ui`](https://ui.shadcn.com/docs/components) · [`Lucide React`](https://lucide.dev/icons/) · [`Sonner`](https://sonner.emilkowal.ski/) · [`Motion`](https://motion.dev/docs/react)\n\n**Backend:** [`FastAPI`](https://fastapi.tiangolo.com/) · `Python 3.13+`\n\n**Linting:** [`Ruff`](https://docs.astral.sh/ruff/) (Python) · [`ESLint`](https://eslint.org/docs/latest/) (TypeScript)\n\n**Package Managers:** [`pnpm`](https://pnpm.io/) (TypeScript) · [`uv`](https://docs.astral.sh/uv/) (Python)\n\n## Prerequisites\n\n- [pnpm](https://pnpm.io/installation) — fast Node.js package manager\n- [uv](https://docs.astral.sh/uv/getting-started/installation/) — fast Python package manager\n\n## Quick Start\n\n```bash\n# Install dependencies\npnpm install \u0026\u0026 uv sync\n\n# Run frontend (localhost:3000)\npnpm dev\n\n# Run backend (localhost:8000)\nuv run fastapi dev backend/main.py\n```\n\n## Project Structure\n\n```\napp/            -\u003e Next.js frontend\nbackend/        -\u003e FastAPI backend\ncomponents/ui/  -\u003e shadcn/ui components\n```\n\n## Commands\n\n```bash\n# Add shadcn component (from root directory)\npnpm dlx shadcn@latest add button\n\n# Linting and formatting\nuv run ruff check --fix backend/\nuv run ruff format backend/\npnpm run lint --fix\n```\n\n## Licence\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddharth-shringarpure%2Fmodern-nextjs-fastapi-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddharth-shringarpure%2Fmodern-nextjs-fastapi-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddharth-shringarpure%2Fmodern-nextjs-fastapi-template/lists"}