Spotlight is a web application designed to help users discover interesting content from across the internet. It provides a simple interface to fetch random, curated links from Reddit's r/InternetIsBeautiful and Hacker News.
- Random content retrieval from Reddit and Hacker News
- User-friendly interface with one-click discovery
- Responsive design for both desktop and mobile devices
- Local storage of previously discovered links
To run Spotlight locally:
- Clone the repository
- Install dependencies:
bun install
- Start the development server:
bun run dev
- Open your browser and navigate to
http://localhost:5173
To create a production build:
- Run the build command:
bun run build
- Preview the production build:
bun run preview
- Svelte: Front-end framework
- TypeScript: Programming language
- Tailwind CSS: Styling
/api/random/reddit
: Fetches a random post from r/InternetIsBeautiful/api/random/hackernews
: Fetches a random post from Hacker News top stories
Contributions are welcome. Please open an issue first to discuss what you would like to change or add.
Developed by ThisUX Design Studio. We aim to bring a touch of serendipity to your internet browsing experience.
For any questions or suggestions, please open an issue on GitHub.