A TikTok-style interface for exploring research papers across multiple sources including arXiv, medRxiv, bioRxiv, PubMed and HackerNews.
- ๐ฑ TikTok-style vertical swipe interface
- ๐ฏ Multi-source paper browsing (arXiv, medRxiv, bioRxiv, PubMed, HackerNews)
- โค๏ธ Save favorite papers
- ๐ Real-time search with suggestions
- ๐ฒ Touch-optimized mobile experience
- ๐งฎ LaTeX math rendering support
- ๐ Infinite scroll loading
- ๐ฑ Responsive design for all devices
- Framework: SolidJS + SolidStart
- Styling: TailwindCSS
- Math Rendering: KaTeX
- APIs:
- arXiv API
- medRxiv API
- bioRxiv API
- PubMed API
- HackerNews API
- Clone and install dependencies:
git clone https://github.com/yourusername/arxiv-tok.git
cd arxiv-tok
npm install
- Run development server:
npm run dev
- Swipe up/down: Navigate between papers
- Double tap: Like/unlike paper
- Tap links: Open source papers
- Search bar: Find specific papers
- Source selector: Switch between paper sources
The app integrates with multiple academic paper sources:
- arXiv: Computer Science, Physics, Mathematics
- medRxiv: Medical research preprints
- bioRxiv: Biology research preprints
- PubMed: Life sciences and biomedical literature
- HackerNews: Tech-focused discussions and papers
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - See LICENSE for details