{"id":16077969,"url":"https://github.com/daytimedrinkingclub/shipstation","last_synced_at":"2025-10-22T20:30:52.416Z","repository":{"id":247648997,"uuid":"818965302","full_name":"daytimedrinkingclub/shipstation","owner":"daytimedrinkingclub","description":"Generate and manage your personal website and portfolio with ease","archived":false,"fork":false,"pushed_at":"2025-01-05T07:31:52.000Z","size":26204,"stargazers_count":83,"open_issues_count":17,"forks_count":61,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T08:17:17.385Z","etag":null,"topics":["anthropic-ai","portfolio","website-template"],"latest_commit_sha":null,"homepage":"https://shipstation.ai/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daytimedrinkingclub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-06-23T11:42:49.000Z","updated_at":"2025-01-05T07:31:56.000Z","dependencies_parsed_at":"2024-09-17T10:21:58.857Z","dependency_job_id":"2e959fc4-8951-418f-afe2-4d9a92dd1b55","html_url":"https://github.com/daytimedrinkingclub/shipstation","commit_stats":null,"previous_names":["daytimedrinkingclub/shipstation-backend","daytimedrinkingclub/shipstation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daytimedrinkingclub%2Fshipstation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daytimedrinkingclub%2Fshipstation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daytimedrinkingclub%2Fshipstation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daytimedrinkingclub%2Fshipstation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daytimedrinkingclub","download_url":"https://codeload.github.com/daytimedrinkingclub/shipstation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237739846,"owners_count":19358624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["anthropic-ai","portfolio","website-template"],"created_at":"2024-10-09T10:05:36.138Z","updated_at":"2025-10-22T20:30:52.411Z","avatar_url":"https://github.com/daytimedrinkingclub.png","language":"JavaScript","funding_links":[],"categories":["website-template"],"sub_categories":[],"readme":"# [ShipStation](https://firstsite.app)\n\nShipStation, is an AI based portfolio management service.\nYou can generate a personal website of your design requirements and manage/update it in natural langauge with chat mode.\n\n## Features of ShipStation\n\n- User authentication (login/signup) via SupaBase\n- Dashboard to generate portfolio\n- View previously generated portfolio with code editor to edit the generated website\n- Real-time progress tracking during website generation on websocket\n\n## Project Architecture\n\nThe project is a full stack application\n1. Server-side (Node.js) - located in the `server` folder.\n2. Client-side (React with Vite) - located in the `client` folder.\n\n## Prerequisites\n\n- Node.js (v20 or later recommended)\n- npm or yarn\n- Anthropic API key \n- Supabase account (for auth and more)\n- Tavily API key\n- Paypal account (for payment integration) or can use Razorpay or skip it all together\n\n## Setup Instructions\nClone the repository and follow the instructions below:\n```bash\ngit clone https://github.com/daytimedrinkingclub/shipstation.git\n```\n\n### Supabase setup\n1. Create a new project in Supabase\n2. Copy SQL from the server/setup.sql file and run it in the SQL editor\nhttps://supabase.com/dashboard/project/[your-project-id]/sql/new\n\n### Environment Variables\n\nEnsure all environment variables are properly set in both `.env` files. Refer to the `.env.template` files for the required variables.\n\nThere are three env files that need to be created:\n\n1. Backend .env from .env.template in root folder.\n2. Frontend .env.local from .env.template in client directory\n3. Frontend .env.production from .env.template in client directory. This will be used while creating production build\n\n### Server Setup\n1. Install server dependencies:\n```bash\nnpm install\n```\n2. Setup environments: Copy `.env.template` to `.env` and fill in the required environment variables. Read the comments in the template file for more details.\n3. Start the backend server from the repo directory\n```bash\nnpm run dev\n```\n4. **In a new terminal**, navigate to the client directory and install the frontend dependencies\n```bash\ncd client\nnpm install\n```\n5. Start the frontend dev server from the client directory\n```bash\nnpm run dev\n```\n6. Build the client if needed for deployment\n```bash\ncd client\nnpm run build\n```\n\n## Usage\n\n1. Access the application through the browser (default: `http://localhost:5173`)\n2. Sign up or log in to your account\n3. Provide portfolio details like name, profession and a design prompt\n\nThe websites are stored in s3 bucket and served on the path\nhttps://firstsite.app/site/website-slug\n\n# Deploying\n1. Build the client project\n```bash\ncd client\nnpm run build\n```\n2. Commit the changes\n3. Push to the main branch\n4. Heroku will automatically detect the changes and deploy the app\n\n## Next moves\n\nSince you came here looking for it, it was also waiting for you to contribute to the project.\nAs for the next rabbithole, visit https://freeaifinder.com\nWe all are limited by the desire to learn things and energy to validate. Thankfully, we are making it easier for you.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nDo good, be good.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaytimedrinkingclub%2Fshipstation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaytimedrinkingclub%2Fshipstation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaytimedrinkingclub%2Fshipstation/lists"}