Skip to content

StartupAPI/startupapi.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

startupapi.com

A static version of startupapi.com, served from Cloudflare Workers static assets.

Structure

public/            # static site (served as-is)
  index.html       # home page
  404.html         # not-found page
  wide_logo.png    # logo
wrangler.jsonc     # Cloudflare Worker / assets config

Develop locally

npm install
npm run dev          # serves the site at http://localhost:8787

Deploy

npm run deploy       # wrangler deploy

The first deploy uploads the assets and provisions the Worker. The startupapi.com custom domain is configured in wrangler.jsonc under routes (custom_domain: true). For Cloudflare to attach the custom domain, startupapi.com must be a zone on the same Cloudflare account.

Notes

  • The legacy Google Analytics (ga.js, UA-817839-37) snippet was removed — Universal Analytics / ga.js was fully shut down by Google and no longer collects data. Add a current analytics solution (e.g. Cloudflare Web Analytics or GA4) if needed.
  • The page is a modern, responsive single-screen hero with full light/dark support via prefers-color-scheme (the grayscale logo is inverted in dark mode). It honors the visitor's browser/OS theme automatically.
  • The legacy startupapi.org Wiki link was removed. The single call to action is a GitHub button (octocat icon before the text) linking to the StartupAPI organization.

About

Project homepage

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages